Elliptical plot to Frequency response

3 次查看(过去 30 天)
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);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital Filter Analysis 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by