필터 지우기
필터 지우기

Denominator for the nth order inertial term.

조회 수: 1 (최근 30일)
Michal
Michal 2023년 12월 8일
답변: Sulaymon Eshkabilov 2023년 12월 9일
Hello,
I was trying to calculate Gain margin by margin(sys) for my
sys = tf(num, dem);
where
num = 1.0506;
My question is how to create denominator for 5th order inertial term with const time T = 4s.

답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023년 12월 9일
Understood your question correctly, that would be somewhat like e.g.:
num = 1.0506;
SYS = tf(num, [1 1 1 1 1 1/4]); % 5th order system
margin(SYS)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by