Elliptical plot to Frequency response
1 回表示 (過去 30 日間)
古いコメントを表示
The original question has been removed by the user.
0 件のコメント
採用された回答
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);
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Digital Filter Analysis についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!