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 个)

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.

类别

帮助中心File Exchange 中查找有关 General Applications 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by