how to use simulink block

Réponses (2)

Walter Roberson
Walter Roberson le 28 Mai 2022

0 votes

https://www.mathworks.com/help/simulink/slref/mathfunction.html
https://www.mathworks.com/help/simulink/slref/trigonometricfunction.html
Sam Chak
Sam Chak le 28 Mai 2022

0 votes

You need 5 blocks and connect them in this sequence from the Left to the Right.
Begin with the Clock block and that's the t. https://www.mathworks.com/help/simulink/slref/clock.html
Connect output of the Clock to the input of the Gain block - set 5 as the multiplier https://www.mathworks.com/help/simulink/slref/gain.html
Connect output of the Gain to the input of the Trigonometric Function block - select cos function https://www.mathworks.com/help/simulink/slref/trigonometricfunction.html
Connect the output of cosine to the input of the Math Function block - select Exponential function https://www.mathworks.com/help/simulink/slref/mathfunction.html
Finally, connect the output of the exponential function to the Scope block to view the signal.

Catégories

En savoir plus sur Simulink dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by