Trying to make a specific transfer functino block in Simulink

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

thanks for responding, how does a transport delay correspond to exp(-s)?
http://en.wikipedia.org/wiki/Laplace_transform#Table_of_selected_Laplace_transforms
http://www.mathworks.co.uk/help/toolbox/control/ug/bstzkhr.html

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by