Trying to make a specific transfer functino block in Simulink

1 次查看(过去 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?

采纳的回答

Paulo Silva
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 个评论
Stagleton
Stagleton 2011-6-3
thanks for responding, how does a transport delay correspond to exp(-s)?
Arnaud Miege
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 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by