![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/797994/image.jpeg)
Add dead time in Simulink
155 ビュー (過去 30 日間)
古いコメントを表示
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!
0 件のコメント
採用された回答
Rick Hyde
2021 年 11 月 12 日
We now have the Gate Driver and Half-Bridge Drive blocks in Simscape™ Electrical™ which allow you to specify dead-time/blanking time in a numerically efficient way. Please see the screenshot below. Hope you find this solution useful.
Rick
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/797994/image.jpeg)
2 件のコメント
Nueraimaiti Aimaier
2022 年 10 月 10 日
Hi,
This is helpful, thanks. However, what kind of ports (or devices) should be connect to the output of Driver? I used Simulink-PS converter for the input, it can be connected. But, at the output, I used PS-Simulink converter and it cannot connected to Simulink signal MOSFET.
Rick Hyde
2022 年 10 月 17 日
The output pins of the driver block should be directly connected to Simscape electrical ports on semiconductor device models in the Simscape Electrical library.
その他の回答 (3 件)
Yonghui Xu
2019 年 3 月 28 日
Add following blocks to your switching signal path and you can set the deadtime by setting the time delay of the transport dealy block.
![Dead_Time.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/210821/Dead_Time.jpeg)
2 件のコメント
Mark Sherstan
2018 年 12 月 14 日
try: Transport Delay
5 件のコメント
Zoe Blatsi
2020 年 6 月 4 日
Hello,
I tried this for my discrete time PWM model:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/310022/image.png)
and it seems to be working alright:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/310025/image.png)
you could even configure a variable delay in the "delay" block settings.
I hope that helps.
Zoe
Lazuardi Agung
2022 年 12 月 17 日
thanks, for solving my problem. by just adding transport delay block we can easyly add dead time control
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!