How to auto-tune PID parameters for isolated converters like a phase-shift full-bridge DC-DC converter?
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Sam Chak
2025-4-3
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!