How can I implement the laplace transorm of a function in Simulink?

Hello all,
I might be asking a trivial question but im not familiar with simulink at all. Im a Matlab user really.
So I have the system:
F(s) = ts/((ts + 1)^2)
and I want to implement a block in simulink that takes in an input (in time) and gives the output of this system.
Any help will be greatly appreciated, Thanks, Andreas.

 채택된 답변

Andreas Goser
Andreas Goser 2013년 6월 12일

0 개 추천

That should be achieved by using the transfer function block.

댓글 수: 3

Andreas Goser
Andreas Goser 2013년 6월 12일
편집: Andreas Goser 2013년 6월 12일
Or - in cases your ts is actually an s - the zero pole block
Thank you! As a second question following this answer, Can I use a variable in the function definition and change so as to do a parametric sweep of my model?
Each variable you use in the mask of such a block "sees" the content of the variable if in the MATLAB workspace. So you can e.g. do parameter studies with a MATLAB code using SIM command.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by