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.

카테고리

도움말 센터File Exchange에서 General Applications에 대해 자세히 알아보기

질문:

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