Elliptical plot to Frequency response

 Respuesta aceptada

Wayne King
Wayne King el 21 de Mayo de 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);

Más respuestas (0)

Productos

Preguntada:

Tom
el 21 de Mayo de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by