how to use simulink block
이전 댓글 표시
답변 (2개)
Walter Roberson
2022년 5월 28일
0 개 추천
https://www.mathworks.com/help/simulink/slref/mathfunction.html
https://www.mathworks.com/help/simulink/slref/trigonometricfunction.html
Sam Chak
2022년 5월 28일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!