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

4 次查看(过去 30 天)
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
That should be achieved by using the transfer function block.
  3 个评论
Andreas
Andreas 2013-6-12
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?
Andreas Goser
Andreas Goser 2013-6-13
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 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by