How can I implement time delay transfer functions in simulink? 250*e-(s*20)/s(1+s/10) ?

328 ビュー (過去 30 日間)
Help me Please!

採用された回答

Paul Metcalf
Paul Metcalf 2012 年 6 月 29 日
編集済み: John Kelly 2014 年 5 月 27 日
Your function is slightly ambiguous with the usage of brackets, but I get what you are trying to achieve. You need to use the Control System Toolbox from where you can access the tf() and lti/exp() functions to create your desired tf object, then use the LTI block to import that into Simulink. http://www.mathworks.com.au/help/toolbox/control/ref/tf.html http://www.mathworks.com.au/help/toolbox/control/ref/ltiexp.html
Alternatively you could use the System Identification Toolbox if you don't have the Control System Toolbox.

その他の回答 (2 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2012 年 6 月 29 日
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
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
Bassam Ali AL-Ghram 2019 年 12 月 16 日
specify that directly from the parameters of the transport delay.

サインインしてコメントする。


Nitish Katal
Nitish Katal 2012 年 6 月 29 日
Thanks a lot both of you ... your replies really helped me out ... Thanks

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by