Tips on how to write a transfer function with "e" on simulink

Hello everyone, I need help on writing the following transfer function on simulink:
The only way I know how to do it is through the "pade" command and then using the cell2mat command.
I just wanted to know if there's a better way to do that.
Thanks for your help in advance!

回答 (1 件)

Paul
Paul 2021 年 12 月 6 日

0 投票

The exp(-sT) in G1(s) represents a delay of T seconds between the input and output of G1(s) (in addition to the effect of the 0.77 second time constant). Impelment a transfer function block H(s) = -0.97 / (0.77s + 1) and put a transport delay block with a Time Delay of 0.95 in series with H(s) to model input/output relationship of G1.

1 件のコメント

royalmaster
royalmaster 2021 年 12 月 6 日
thank you very much for the help Paul!

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

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

質問済み:

2021 年 12 月 6 日

コメント済み:

2021 年 12 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by