modelling simulink block diagram

2 次查看(过去 30 天)
I'm using simulink to model the following:
U(s) ------> 2s+6 ------> X(s)
So the input U(s) multiplied by (2s+6) gives the output X(s). Now my problem is which block in simulink allows me to write (2s+6)? Should it be a gain? But then gain blocks require a numerical value, and this 2s+6 obviously has s. How do I do this. THanks.

采纳的回答

Anuj
Anuj 2014-2-5
Go to simulink lobrary and type transfer fcn.
  3 个评论
Anuj
Anuj 2014-2-5
s in numerator means differntiation, you can use derivative block multiplied by 2 and then add 6 to get 2s+6.
Holaar
Holaar 2014-2-5
ok so du/dt = s. What about s^2? I just link up two derivative blocks? THanks a lot

请先登录,再进行评论。

更多回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2014-2-5
Try this approximation:
(2s+6)/(0.0000001s+1)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by