Elliptical plot to Frequency response

1 回表示 (過去 30 日間)
Tom
Tom 2012 年 5 月 21 日
The original question has been removed by the user.

採用された回答

Wayne King
Wayne King 2012 年 5 月 21 日
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 件)

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by