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에서 Time and Frequency Domain Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!