boolean to double signals
245 次查看(过去 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!