Clear Filters
Clear Filters

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 views (last 30 days)
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!

Answers (1)

Sabin
Sabin on 26 Jun 2023
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.

Categories

Find more on Electrical Block Libraries in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!