Elliptical plot to Frequency response
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
The original question has been removed by the user.
0 Kommentare
Akzeptierte Antwort
Wayne King
am 21 Mai 2012
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);
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Digital Filter Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!