How I can plot the magnitude and phase response of the transfer function

55 vues (au cours des 30 derniers jours)
can someone help me figure this out.Screenshot 2019-12-26 at 12.30.22.png

Réponse acceptée

Star Strider
Star Strider le 26 Déc 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 commentaires
Mohsen Salimy
Mohsen Salimy le 26 Déc 2019
Thank you so much I think this looks much like it...
Star Strider
Star Strider le 26 Déc 2019
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by