How do i introduce an exponential term in the numerator of a transfer function in SIMULINK
61 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a transfer function as shown, how do i introduce this block in simulink, i want to know the response of the system
1
exp(-10*s) * ------
s + 10
0 comentarios
Respuestas (2)
Azzi Abdelmalek
el 5 de Oct. de 2014
Editada: Azzi Abdelmalek
el 5 de Oct. de 2014
You can use two block in series: a transfer function block and a Transport delay block with time delay set to 10
1 comentario
Anahita
el 29 de Jun. de 2017
Hi,
Do you also happen to know how we can introduce: exp(+10*s) in the numerator?
Thank you in advance.
Meet Doshi
el 10 de Oct. de 2017
hd = exp(tf([-2 0],1))
2 comentarios
Walter Roberson
el 2 de Mzo. de 2020
Aman Panda comments,
It cant integrate a transfer function along with the exponential function
Walter Roberson
el 2 de Mzo. de 2020
Aman Panda:
I just tested back to R2016b and the above does work, producing
ans =
exp(-2*s) * (1)
Continuous-time transfer function.
Which version are you using?
Ver también
Categorías
Más información sobre Model Order Reduction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!