Info

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

what can be understood from the magnitude response plot of a fitler

1 回表示 (過去 30 日間)
Stefan
Stefan 2014 年 2 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello,
I am not familiar with the filters so want to know of what can be understood or analysed from the maginitude response of a filter.
I want to know of what can be known from this maginitude response of the desinged lowpass filter
Fc = 3; %Cutoff frequency
N = 11; % FIR filter order
Hf = fdesign.lowpass('N,Fc',N,Fc,100);%sampling frequency of 100Hz
Hd=design(Hf);
fvtool(Hd);
The response is
Thanks.

回答 (0 件)

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by