Effacer les filtres
Effacer les filtres

Elliptical plot to Frequency response

3 vues (au cours des 30 derniers jours)
Tom
Tom le 21 Mai 2012
The original question has been removed by the user.

Réponse acceptée

Wayne King
Wayne King le 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);
  1 commentaire
Tom
Tom le 21 Mai 2012
Many thanks for this.

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by