필터 지우기
필터 지우기

Zero gain margin for an stable system from both allmargin and margin

조회 수: 3 (최근 30일)
Dave Lee
Dave Lee 2019년 10월 7일
Hi there,
I have the following open-loop transfer function
s=tf('s');
OL_tf = (5.782*s^2 + 1.395*s + 0.1361)/(s^3 + 4*s^2);
margin_numbers = allmargin(OL_tf);
gain_margin = margin_numbers.GainMargin
CL_tf = minreal(OL_tf/(1+OL_tf));
CL_poles = roots(CL_tf.den{1})
margin_numbers.Stable
You can see that gain_margin = 0 while CL_poles are stable, also margin_numbers.Stable = 1 means that it is stable. The closed-loop is definitely stable, what should we say about the commands in this case?
Thanks,
Dave

답변 (0개)

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

제품


릴리스

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by