Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
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!

Antworten (1)

Sabin
Sabin am 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.

Kategorien

Mehr zu Electrical Block Libraries finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by