Which is the correct transfer function notation?
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I noticed in the documentation for tf() and rlocus() that there are differing conventions on expressing numerators in the transfer function.
This example in tf() shows nonzeros for the coefficients going to the constant.

Whereas in rlocus() there is an example of this not being the case (in the numerator)

I was hoping to get some clarification so that I could accurately input the numerator and denominator into a transfer function. My understanding of these is not that great, so I apologize if there was an obvious answer I am missing.
0 commentaires
Réponse acceptée
Paul
le 23 Avr 2022
Modifié(e) : Paul
le 23 Avr 2022
Good catch. The documentation is incorrect. Assuming that sys represents the desired system, it should be entered as
sys = tf([0.5 0 -1],[4 0 3 0 2])
Also, another example on that doc page for "Closed-Loop Poles and Feedback Gain Values using Root Locus" has the same problem.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Classical Control Design dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!