Elliptical plot to Frequency response

 採用された回答

Wayne King
Wayne King 2012 年 5 月 21 日

0 投票

Hi Tom, you don't want to input the zeros and poles to fvtool(), you want to import the filter numerator and denominator coefficients.
[b,a] = ellip(zp,pbrip,rejbndatt,1/2);
fvtool(b,a,'Fs',fs);

1 件のコメント

Tom
Tom 2012 年 5 月 21 日
Many thanks for this.

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

その他の回答 (0 件)

製品

質問済み:

Tom
2012 年 5 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by