How to insert in Simulink a linear system with internal delays?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Swarooph
on 30 Aug 2016
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 .
See Also
Categories
Find more on Dynamic System Models in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!