How to you put sin function in Simulink

7 ビュー (過去 30 日間)
Khang Nguyen
Khang Nguyen 2022 年 10 月 9 日
編集済み: Paul 2022 年 10 月 9 日
How do you put this function in simulink .
-2 cos(t/2)+2
I tried using the sine wave sine block in simulink but can not plot this graph.

採用された回答

Paul
Paul 2022 年 10 月 9 日
編集済み: Paul 2022 年 10 月 9 日
Feed the output of a Clock into a Gain of 1/2. Feed the touput of that gain into a Trigonmetric Function block, select the cos option. Feed the output of that into a Gain of -2. Feed the output of that into a Bias block, set the parameter to 2.
Or use the fact that
cos(t/2) == sin(t/2 + pi/2)
So we can use the Sine Wave block with parameters:
Amplitude = -2
Frequency = 1/2
Phase = pi/2
Bias = 2

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by