Cos function in simulink
显示 更早的评论
Is there any way I could get a cosine wave source in Simulink rather than just a sine wave?
回答(1 个)
Star Strider
2017-12-15
编辑:Star Strider
2017-12-15
2 个投票
Take the derivative of the sine?
8 个评论
Oskar
2017-12-19
Star Strider
2017-12-19
My pleasure.
Oskar
2017-12-19
Star Strider
2017-12-19
Yes.
After you add the block, right-click on it and select Block Parameters (Cos). You can edit them in the GUI that appears.
Steven Lord
2017-12-19
Another approach is to use a Trigonometric Function block with a couple Gain blocks to operate on the signal coming from a Clock source block.
Oskar
2017-12-19
Star Strider
2017-12-19
An even easier way to do it is to select the continuous-time Sin block from Sources, then use Block Parameters (Sin) set the Amplitude, Frequency, and then set Phase to pi/2. That defines a Cosine source!
I did this, and verified it with the Scope block that it was indeed producing a cosine curve.
I have not used Simulink in a few years, and it changed in the last few releases. It took me a while to explore it.
John D'Errico
2024-4-9
Exactly. Cosine can be viewed as just a phase shifted sine.
类别
在 帮助中心 和 File Exchange 中查找有关 Signal Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!