필터 지우기
필터 지우기

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