For the control subsystem of the Four-Switch Buck-Boost Converter, may I know what are the functions of vRef, v, FF, and Reset?

3 次查看(过去 30 天)
Hello,
I am a Matlab beginner and I want to ask what are vRef, v, FF, and Reset, and their respective functions as part of the Controller of the Four-Switch Buck Boost Converter. Attached is the simulik file of the circuit retrieved from https://www.mathworks.com/help/sps/ug/four-switch-buck-boost-converter-control.html. Thank you!

回答(1 个)

Sabin
Sabin 2023-6-26
Vref is the reference voltage, v is the measured voltage, FF is the feed-forward value that we may want to add to the output of the voltage controller. Considering the PI controller output u_pi=(Kp+(Ki/s))*(Vref-v) we can add a feed-forward precontrol term to u_pi such that the controller output is u=u_pi+FF. Reset input is used if we want to reset the controller, such that when we switch between Buck and Boost modes.
More insights about this block can be found in the documentation:
I hope this helps.

类别

Help CenterFile Exchange 中查找有关 Electrical Block Libraries 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by