Matlabs square(x) equivalent in Simulink? NOT x^2. square WAVE
163 ビュー (過去 30 日間)
古いコメントを表示
As in title, is there a block which performs this operation in a simple way?
0 件のコメント
回答 (2 件)
Rodney Tan
2016 年 10 月 19 日
There is a Math Function block in Simulink -> Math Operation, where you can configure it to perform various math operation including the square function. I have screen capture it for your reference below.
Hope this answer your question.
Rodney Tan
2016 年 10 月 24 日
There is a Pulse Generator block in Simulink -> Source, where you can configure its magnitude, period and duty cycle to generates square wave as square(x) wave function. I have screen capture it for your reference below.
Hope this time I answer your question.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!