boolean to double signals
79 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
quentin hay
am 15 Nov. 2020
use data type conversion block. specify output as desired form. I used double
Antworten (4)
Krishnendu Mukherjee
am 14 Mär. 2012
there is a block datatype conversation.it works
1 Kommentar
Shane Huang
am 13 Apr. 2021
Not sure why my convert block does not work. The result is always "optimized".
Hamed
am 14 Mär. 2012
1 Kommentar
Kaustubha Govind
am 14 Mär. 2012
Use the DataType Conversion block to convert the boolean signal to a double signal as Krishnendu suggested.
Abhishek Ballaney
am 27 Feb. 2018
Bearbeitet: Walter Roberson
am 25 Aug. 2024
1 Kommentar
Oleksandr
am 24 Mär. 2023
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
am 25 Aug. 2024
Hi
"Cast To Boolean " block or "Cast To Double" block may solve your problem
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!