which filter generate after prepossessing signals into Signal Analyzer app, IIR or FIR ?

3 次查看(过去 30 天)
Hi,
in signal analyzer app, after selecting signal from MATLAB workspace, and further prepcessed that signal using low pass or highpass or anyone from other. which filter will be generate , IIR or FIR ?
Thank YOu!

采纳的回答

Sriram Tadavarty
Sriram Tadavarty 2020-8-23
HI Dhiraj,
The singal analyzer app, preprocess the signal using these functions for the corresponding filters:
The filter specifications, decides the nature of filter that is selected (FIR or IIR). By default, the functions try to generate an FIR filter with minimum order. If the input signal length is less than or equal to the twice of minimum order, the filter chosen is IIR. In other words, if the minimum order is too large for input signal length, then, IIR filter is chosen.
Hope this helps.
Regards,
Sriram

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Filter Design 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by