Add dead time in Simulink
이전 댓글 표시
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!
채택된 답변
추가 답변 (3개)
Yonghui Xu
2019년 3월 28일
5 개 추천
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
Mehedi Hasan Masud
2022년 3월 20일
tor o maire bap
Lazuardi Agung
2022년 12월 17일
thanks for the answer
Mark Sherstan
2018년 12월 14일
0 개 추천
try: Transport Delay
댓글 수: 5
Jiaxiu Dong
2018년 12월 14일
Mark Sherstan
2018년 12월 14일
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
2018년 12월 15일
Zoe Blatsi
2020년 6월 4일
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
2022년 3월 20일
tomar maire bap
Lazuardi Agung
2022년 12월 17일
0 개 추천
thanks, for solving my problem. by just adding transport delay block we can easyly add dead time control
카테고리
도움말 센터 및 File Exchange에서 Circuits and Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


