How to insert in Simulink a linear system with internal delays?
1 次查看(过去 30 天)
显示 更早的评论
Dears,
I have do simulate in simulink a system with internal delay, for example G(s)= a(s)/(b(s)*exp(-tau*s)+c(s)), is it possible in simulink? Like by command line? Without pade approximation.
I've tried some trick with blocks (feedback, parallel etc..) but it did not work.
0 个评论
回答(1 个)
Swarooph
2016-8-30
You can create a transfer function or state space model in MATLAB using the control system toolbox. Then import that into Simulink using the LTI System block. The workflow is explained here .
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!