Trying to make a specific transfer functino block in Simulink
3 ビュー (過去 30 日間)
古いコメントを表示
Hi, I am trying to define the following transfer function block in Simulink:
12.5*exp(-s)/(s^2+s+6.25)
What should I use in the Simulink library?
0 件のコメント
採用された回答
Paulo Silva
2011 年 6 月 2 日
Transfer function block with these parameters:
num=12.5
den=[1 1 6.25]
Connected to a Transport Delay block
2 件のコメント
Arnaud Miege
2011 年 6 月 3 日
http://en.wikipedia.org/wiki/Laplace_transform#Table_of_selected_Laplace_transforms
http://www.mathworks.co.uk/help/toolbox/control/ug/bstzkhr.html
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!