How do i introduce an exponential term in the numerator of a transfer function in SIMULINK
70 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
Azzi Abdelmalek
2014-10-5
编辑:Azzi Abdelmalek
2014-10-5
You can use two block in series: a transfer function block and a Transport delay block with time delay set to 10
1 个评论
Anahita
2017-6-29
Hi,
Do you also happen to know how we can introduce: exp(+10*s) in the numerator?
Thank you in advance.
Meet Doshi
2017-10-10
hd = exp(tf([-2 0],1))
2 个评论
Walter Roberson
2020-3-2
Aman Panda comments,
It cant integrate a transfer function along with the exponential function
Walter Roberson
2020-3-2
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?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Order Reduction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!