Effacer les filtres
Effacer les filtres

Denominator for the nth order inertial term.

1 vue (au cours des 30 derniers jours)
Michal
Michal le 8 Déc 2023
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.

Réponses (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov le 9 Déc 2023
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)

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by