why discrete transfer function result is different the math function equantion ???

2 visualizaciones (últimos 30 días)
hi everyone!!
i tested some simple equation and trans function.
1) 60S/S+1 (it is simple filtered derivative trans function) wth ramp(0.25/sec) input
h =
60 s
-------
s + 1
2)i think that next is the same math equation
t=[0:1:10];
y=0.25*60*(1-exp(-t));
plot(t,y)
Y'(t)+Y(t)=60*X'(t)
here x'(t) is 0.25 (this is ramp function with 0.25/sec)
i think they must make the same results in matlab and simulink
but they show the different results. actualy final value is the same but time constant is not match.
for reach to the final value, it takes almost 1000sec, but math function time constant is very shot
why results are diffrent. is there any missing my test???
  10 comentarios
Walter Roberson
Walter Roberson el 6 de Mzo. de 2020
You ask about 60S/2S+1 but your h shows 60*s/(s+1) ? That is a difference of 2 on the s?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre General Applications en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by