boolean to double signals
246 ビュー (過去 30 日間)
古いコメントを表示
hello I want to create PWM signal generator blocks in Simulink which has blanking time also. but i have problem with finding the right block and configuration. I used "Transport delay" or "Variable Time delay" or "dead zone". there is the problem with boolean to double signal in varible time delay and transpor delay. please help me thanks
4 件のコメント
quentin hay
2020 年 11 月 15 日
use data type conversion block. specify output as desired form. I used double
回答 (4 件)
Krishnendu Mukherjee
2012 年 3 月 14 日
there is a block datatype conversation.it works
1 件のコメント
Shane Huang
2021 年 4 月 13 日
Not sure why my convert block does not work. The result is always "optimized".
Hamed
2012 年 3 月 14 日
1 件のコメント
Kaustubha Govind
2012 年 3 月 14 日
Use the DataType Conversion block to convert the boolean signal to a double signal as Krishnendu suggested.
Abhishek Ballaney
2018 年 2 月 27 日
編集済み: Walter Roberson
2024 年 8 月 25 日
1 件のコメント
Oleksandr
2023 年 3 月 24 日
Thank you, good man! It is your link that worked for me. One should seek for this element in Simulink Library as 'convert' or 'Data Type Conversion'. Certainly NOT as 'datatype conversation'.
Good luck to everyone!
Marwa Abdelkareem
2024 年 8 月 25 日
Hi
"Cast To Boolean " block or "Cast To Double" block may solve your problem
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!