DC-DC converter small signal modelling

バージョン 1.0.0.0 (2.41 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 Center および MATLAB AnswersElectrical 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.