[Solved] How do you use rlocus with multiple feedback loops?

조회 수: 8 (최근 30일)
Joseph Patrick
Joseph Patrick 2021년 4월 19일
편집: Joseph Patrick 2021년 4월 20일
So I have this control loop and I want to plot the root locus with the gain variable Kt but I how do you do this as rlocus expects a single feedback loop, not two where one is affected by the gain and the other is not?

답변 (1개)

Paul
Paul 2021년 4월 19일
Start with the correct characteristic equation:
1 + D(s)*G(s)*I(s) + D(s)*G(s)*Kt = 0 (not sure why the picture shows the last term divided by I(s) ).
Let L(s) be the "loop transfer function" that should be used to plot the root locus with respect to Kt. What is the CE written in terms of L(s) and Kt? Can the actual CE be manipulated into that form?
  댓글 수: 6
Paul
Paul 2021년 4월 20일
Correct.
So now you have to decide ...
if the nominal value of Kt is given and you want to know how the closed loop poles migrate based on scaling that nominal value, in which case:
L(s) = Kt*D(s)*G(s)/(1 + D(s)*G(s)*I(s))
as shown in the first line in the preceding comment, or if you want to know how the closed loop poles migrate as a function of Kt itself, in which case:
L(s) = D(s)*G(s) /(1 + D(s)*G(s)*I(s))
as in the second line in the preceding comment.
Joseph Patrick
Joseph Patrick 2021년 4월 20일
Yeah, managed to get my plot
Thanks for the help :)

댓글을 달려면 로그인하십시오.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by