how to use simulink block
Mostrar comentarios más antiguos
how to represent e^cos(5t) in simulink
Respuestas (2)
Walter Roberson
el 28 de Mayo de 2022
0 votos
https://www.mathworks.com/help/simulink/slref/mathfunction.html
https://www.mathworks.com/help/simulink/slref/trigonometricfunction.html
Sam Chak
el 28 de Mayo de 2022
0 votos
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.
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!