zplane z or z-1

3 visualizaciones (últimos 30 días)
Juan Chehin
Juan Chehin el 5 de Ag. de 2021
Comentada: Juan Chehin el 6 de Ag. de 2021
Hello, does anyone know if this graph of zplane corresponds to the z or z-1 plane?
Fs = 4400;
Fn = Fs/2;
n = 3; Rp = 0.5;
Wn = [250 2000]/Fn;
[b a]=cheby1(n,Rp,Wn,'bandpass')
[h,w]=zplane(b,a)

Respuesta aceptada

Chunru
Chunru el 6 de Ag. de 2021
It's z-plane. See the following example, where all poles are inside the unit circle.
[b,a] = cheby2(8/2,20,[1 5]/8);
zplane(b,a)

Más respuestas (0)

Etiquetas

Productos


Versión

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by