How to design PWPF in Simulink
9 ビュー (過去 30 日間)
古いコメントを表示
I am trying to convert a signal to -1 when the output is at 30 degrees, otherwise +1. Is there a simple way to do it? I could'nt find a correct block box for the design below. Thank you.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/612005/image.png)
回答 (1 件)
Amrtanshu Raj
2021 年 5 月 16 日
Hi,
You can use the switch block to get the functionality. You can change the condition to =30 and that would get the desired result.
Hope this helps.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!