Which is the correct transfer function notation?

조회 수: 9 (최근 30일)
Joey Otanez
Joey Otanez 2022년 4월 23일
편집: Paul 2022년 4월 23일
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.

채택된 답변

Paul
Paul 2022년 4월 23일
편집: Paul 2022년 4월 23일
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])
sys = 0.5 s^2 - 1 ----------------- 4 s^4 + 3 s^2 + 2 Continuous-time transfer function.
Also, another example on that doc page for "Closed-Loop Poles and Feedback Gain Values using Root Locus" has the same problem.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by