Single zero, two poles, plus time delay transfer function in Simulink

4 ビュー (過去 30 日間)
VR
VR 2019 年 8 月 24 日
回答済み: VR 2019 年 8 月 26 日
How do I enter a Single zero, two poles, plus time delay transfer function in Simulink. I need to have coefficients multiplying s. However, the zero-pole block in simulink will only let me enter the poles/zeros but not the coefficients for s.
The transfer function I need to simulate is [(0.08s + 1)*e^(-3s)]/ [(3s + 1)(s + 1)(0.4s + 1)(0.2s + 1)].
Thank you for your help
  2 件のコメント
Renato SL
Renato SL 2019 年 8 月 26 日
Do you absolutely have to define the whole transfer function with 1 atomic block?
Is using multiple atomic blocks acceptable?
VR
VR 2019 年 8 月 26 日
I suppose it's acceptable, there is not specific restrictions for simulating the step response as long as the process gets the response. Thank you

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

採用された回答

Renato SL
Renato SL 2019 年 8 月 26 日
I am not sure if this work and I have not test it with your transfer function, but I would do something like this.
tf_and_delay.png
So, the Zero-Pole block is where you define the part of the transfer function without the exponential, and the Delay block will serve as the exponential part.
And of course, to improve the presentation of the blocks, maybe making it as a subsystem (maybe even plus an appropriate mask) would make it even nicer.
  1 件のコメント
Renato SL
Renato SL 2019 年 8 月 26 日
So I simulated your transfer function with step input (step time = 1).
tf_and_delay2.png
Looks nice.
I suppose my suggestion should work for you.

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

その他の回答 (1 件)

VR
VR 2019 年 8 月 26 日
That is exactly what I was looking for. Thanks a lot!

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by