I am trying to simulate a three-phase Interleaved Buck converter. I want the output to be Vout = 300V and Iout = 170A, but I don't know how to stabilize the output current. Can you help me? I have attached my MATLAB Simulink file below.
To maintain a fixed output current in a 3-phase Interleaved Buck Converter, you need a current control strategy that ensures phase balancing and dynamic response. Here are the most common methods:
⚙️ Control Methods:
1. Current Mode Control (CMC):
Uses real-time sensing of each phase’s inductor current.
A feedback loop adjusts the duty cycle based on current error (actual vs. reference).
2. Average Current Control:
A PI/PID controller ensures the average output current matches the setpoint.
Preferred in high-precision power systems like battery chargers and motor drives.
3. Digital Control (MCU or DSP-based):
Measures current via ADCs and applies digital compensation algorithms.
Enables advanced control techniques like current balancing, adaptive control, etc.
4. Interleaving Logic & Phase Synchronization:
Ensures each phase operates 120° out of phase, reducing input/output ripple.
Improves efficiency and thermal management.
📌 Tips:
Use current sharing circuitry or digital estimators to ensure load balance between phases.
Consider integrating overcurrent and thermal protections in the control firmware.
📚 Recommended Sources:
Erickson & Maksimovic, "Fundamentals of Power Electronics."
Texas Instruments: "Interleaved Buck Converter Design and Control Using C2000™ MCU."