Add dead time in Simulink
Show older comments
Hi, I am trying to control an H bridge cell. So in order to avoid two swithes turn ON at the same time, I need to add the dead time. I would expect a similar waveform as below. Does anyone konw how to achieve this in Simulink? Thank you so much!
Accepted Answer
More Answers (3)
Yonghui Xu
on 28 Mar 2019
5 votes
Add following blocks to your switching signal path and you can set the deadtime by setting the time delay of the transport dealy block.

2 Comments
Mehedi Hasan Masud
on 20 Mar 2022
tor o maire bap
Lazuardi Agung
on 17 Dec 2022
thanks for the answer
Mark Sherstan
on 14 Dec 2018
0 votes
try: Transport Delay
5 Comments
Jiaxiu Dong
on 14 Dec 2018
Mark Sherstan
on 14 Dec 2018
So this is what you would like?

From what I can see some other people have ran into the same issue for example here and here. The best solution was either go to discrete time or build the signal with delays or logic gates. I generated the signal as so.

With the top pulse generator block having values of: 1, 2, 50, 0 and the bottom pule generator block having values of 1, 2, 25,1.25.
Its not the greatest solution but hopefully that works for you?
Jiaxiu Dong
on 15 Dec 2018
Zoe Blatsi
on 4 Jun 2020
Hello,
I tried this for my discrete time PWM model:

and it seems to be working alright:

you could even configure a variable delay in the "delay" block settings.
I hope that helps.
Zoe
Mehedi Hasan Masud
on 20 Mar 2022
tomar maire bap
Lazuardi Agung
on 17 Dec 2022
0 votes
thanks, for solving my problem. by just adding transport delay block we can easyly add dead time control
Categories
Find more on Circuits and Systems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

