Generate a pole-zero plot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nasser Alsalem
el 7 de Abr. de 2018
Comentada: Walter Roberson
el 7 de Abr. de 2018
How I can plot pole-zero using the MATLAB function zplane. for this transfer function:
0 comentarios
Respuesta aceptada
Walter Roberson
el 7 de Abr. de 2018
You can create the require dynamic system using tf(), such as
tf([1, -5.5216, 13.1528, ...], [1, -4.9694, ...])
2 comentarios
Walter Roberson
el 7 de Abr. de 2018
zplane([1, -5.5216, 13.1528, ...], [1, -4.9694, 10.6536, ...])
Más respuestas (0)
Ver también
Categorías
Más información sobre Digital Filter Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!