How I can plot the magnitude and phase response of the transfer function
60 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohsen Salimy
el 26 de Dic. de 2019
Comentada: Star Strider
el 26 de Dic. de 2019
can someone help me figure this out.
0 comentarios
Respuesta aceptada
Star Strider
el 26 de Dic. de 2019
Try this:
z = tf('z',-1);
H = tf((0.0534*(1+z^-1)*(1-10166*z^-1 + z^-2))/((1-0.683*z^-1)*(1-1.4461*z^-1+0.7957*z^-2)))
H.Variable = 'z^-1'
bode(H)
5 comentarios
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!