Elliptical plot to Frequency response
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
The original question has been removed by the user.
0 Commenti
Risposta accettata
Wayne King
il 21 Mag 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);
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Digital Filter Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!