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!