How can I implement time delay transfer functions in simulink? 250*e-(s*20)/s(1+s/10) ?
显示 更早的评论
采纳的回答
更多回答(2 个)
Arkadiy Turevskiy
2012-6-29
5 个投票
You can use LTI System block from Control System Toolbox as suggested. Another option is to use Transfer Function block in Simulink in series with Transport Delay block. Use the TRansfer Function block for everything, except the delay, and use the Transport Delay block to model the time delay.
Arkadiy
2 个评论
Adam Daya
2017-10-7
What if i need to start the signal with an initial condition (at time = 0seconds, signal amplitude = 2)?
Bassam Ali AL-Ghram
2019-12-16
specify that directly from the parameters of the transport delay.
类别
在 帮助中心 和 File Exchange 中查找有关 Discontinuities 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!