Trying to make a specific transfer functino block in Simulink

3 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Paulo Silva
Paulo Silva am 2 Jun. 2011
Transfer function block with these parameters:
num=12.5
den=[1 1 6.25]
Connected to a Transport Delay block
  2 Kommentare
Stagleton
Stagleton am 3 Jun. 2011
thanks for responding, how does a transport delay correspond to exp(-s)?
Arnaud Miege
Arnaud Miege am 3 Jun. 2011
http://en.wikipedia.org/wiki/Laplace_transform#Table_of_selected_Laplace_transforms
http://www.mathworks.co.uk/help/toolbox/control/ug/bstzkhr.html

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by