want to tune the pid for the dcdc converter

3 次查看(过去 30 天)
i 'm new to matlab simulink. i made a converter for which i wanna make a pid controller. but the tuning portion is not working well.did i have to make my own controller for its working.?? how can i make it.. so guys plz help me in project work..

回答(1 个)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013-12-6
Can you be more specific when you say tuning is not working?
PID Tuner works by linearizing a Simulink model from controller output (plant input) to controller input (plant output). PID Tuner then uses the resulting linear model to come up with the PID gains. If the model linearizes to zero, then PID Tuner cannot calculate PID gains for you.
As you model has strong discontinuities like switching and diodes, that's most likely the issue you are experiencing.
The workaround is to find a linear representation of Simulink model in some other way than exact linearization.
This example and this example explain the workflow you should try.

类别

Help CenterFile Exchange 中查找有关 PID Controller Tuning 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by