DC-DC converter small signal modelling

版本 1.0.0.0 (2.4 KB) 作者: Eneko Unamuno
This function generates the small-signal model of a 2 discrete state DC-DC converter.
1.4K 次下载
更新时间 2016/9/19

查看许可证

DC-DC converters have a different number of discrete states depending on the position of their switches (on or off). The aim of this function is to generate the small-signal model of a 2 discrete state DC-DC converter by employing the symbolic engine of Matlab. Based on the equations of the book "Fundamentals of Power Electronics" (Erickson and Maksimovic, 2001), first the average model of the converter is obtained and then it is linearized in order to generate the transfer functions of the small-signal model. The function outputs the transfer functions of the output with respect to the inputs as well as the duty cycle of the converter in a symbolic form.
The inputs of the function are the discrete state matrices in a cell form mA = {A1;A2}, mB = {B1;B2}, CA = {C1;C2} and mD = {D1,D2}, and the state variable (X), input parameter (U) and output parameter (Y) vectors.
The validation file attached shows three examples for a buck, boost and buck-boost converter with parasitic elements where this function is employed. Some of the parasitic elements are set to 0 not to take them into account in the small-signal model. However, these lines of code can be commented to include them in the model.

引用格式

Eneko Unamuno (2024). DC-DC converter small signal modelling (https://www.mathworks.com/matlabcentral/fileexchange/57438-dc-dc-converter-small-signal-modelling), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electrical Block Libraries 的更多信息
社区

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Buck-boost example figure added.