Effacer les filtres
Effacer les filtres

How do I obtain the ramp response of the transfer function given below:

1 vue (au cours des 30 derniers jours)
Salik Mallick
Salik Mallick le 18 Mar 2020
How do I obtain the ramp response of the transfer function given below:
(s) (s + 5) (s + 3)
T(S) = ------------------------------------
(s + 1) (s + 2) (s + 11) (s + 7)
t = 0 : 0.01 : 10;
u = t;
num = input('enter the numerator of the transfer function')
den = input('enter the denominator of the transfer function')
lsim(num,den,u,t)

Réponses (0)

Catégories

En savoir plus sur Dynamic System Models dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by