Chebyshev filter cutoff frequency

12 ビュー (過去 30 日間)
Juan Chehin
Juan Chehin 2021 年 8 月 6 日
コメント済み: Star Strider 2021 年 8 月 6 日
Hello, I have this code corresponding to a chebyshev filter and the graph that matlab returns to me. The question is, is the cutoff frequency that of the black line (2 on the x-axis) or the green line when it intersects the blue line at 0.7?
The problem specifies that "the bands must be limited by half the power frequencies (0.707 of the maximum transfer value, or -3 dB)".
Fs = 4400;
Fn = Fs/2;
n = 3; Rp = 0.5;
Wn = [250 2000]/Fn;
[b a]=cheby1(n,Rp,Wn,'bandpass')
[h,w]=freqs(b,a)
plot(w,abs(h))
  1 件のコメント
Star Strider
Star Strider 2021 年 8 月 6 日
We’ve been through this several times already.
For a Chebyshev Type I filter, the cutoff frequency is defined as the frequency where the passband crosses the value for the ripple amplitude. Here, it would be -0.5 dB.
If you want the cutoff frequency of this filter to be defined as the -3 dB point, define the ripple amplitude as 3 dB.

サインインしてコメントする。

回答 (0 件)

製品


リリース

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by