How to have a non-overlapping pulse for buck-boost mode?
5 views (last 30 days)
Show older comments
How to have a non-overlapping pulse with 50% duty cycle for the four switch buck-boost converter operating in buck-boost mode using matlab simulink?
0 Comments
Accepted Answer
Rahul
on 4 Jun 2023
Hi Jeanrose,
You could use a pulse generator block to produce a square wave of sufficient amplitude (usually 1, which is default), 50% duty cycle and time period as 1/(switching_frequency), which would act as a gating pulse for switches Q1, Q2 and correspondingly use a NOT gate for generating the gating pulses for Q3, Q4, as shown below:
I have attached the simulink model for your reference, you can tune the various block parameters as per your needs.
Hope that helps.
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!