How to auto-tune PID parameters for isolated converters like a phase-shift full-bridge DC-DC converter?
6 views (last 30 days)
Show older comments
I want to auto-tune the PID controller for an isolated DC-DC converter, specifically a phase-shift full-bridge (PSFB) topology. The goal is to automatically determine the optimal PID parameters (Kp, Ki, Kd) for voltage or current control loop using simulation tools like MATLAB/Simulink or real-time data.
0 Comments
Answers (1)
Sam Chak
on 3 Apr 2025
Generally, you desire a 'smart' program that autotunes the PID controller without requiring the user to specify the desired performance requirements. The program should at least stabilize the system with the commonly desired phase margin of 60°. If that is the case, the Control System Toolbox has a useful function called pidtune().
help pidtune
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!