フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

extract group delay form FDATool programmatically

1 回表示 (過去 30 日間)
stephen williams
stephen williams 2019 年 10 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Can you tell me how to extract a filter's group delay from FDATool, in simulink, programmatically so I can apply it to a separate Delay block as a parameter? The goal here is to match a delay between two paths (one having a filter in line), so I can compare the outputs precisely in the time domain (with a cope block for example).

回答 (2 件)

Shubh Sahu
Shubh Sahu 2019 年 10 月 11 日
The Filter Design and Analysis Tool (FDATool) has been renamed to Filter Designer. And Group Delay can be calculated by fvtool. For more information please refer these links

stephen williams
stephen williams 2019 年 10 月 14 日
Thanks for the response. I guess I am missing something. What I need is a single number, at a frequency I guess if delay is not constant, and I don't care about the graph. I have to use version 2016a, because of a third party tool limitation, but both fvtool and grpdelay work in that version. In theory I could get the fitler coefficients from FDATool in a simulink mask, and create a filter object and provide it to grpdelay, but I don't want the graph to pop up. Any ideas?

この質問は閉じられています。

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by