modelling simulink block diagram

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 日

0 投票

Go to simulink lobrary and type transfer fcn.

3 件のコメント

Holaar
Holaar 2014 年 2 月 5 日
編集済み: Holaar 2014 年 2 月 5 日
but transfer fcn must be a fraction form. There must be something in the denominator. And if I set the denominator to 1, and try to set the numerator to 2s+6, it says "order of the denominator must be greater than the numerator".
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 日

1 投票

Try this approximation:
(2s+6)/(0.0000001s+1)

カテゴリ

ヘルプ センター および File ExchangeGeneral Applications についてさらに検索

質問済み:

2014 年 2 月 5 日

回答済み:

2014 年 2 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by