DC-DC converter small signal modelling

This function generates the small-signal model of a 2 discrete state DC-DC converter.
1.4K descargas
Actualizado 19 Sep 2016

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Electrical Block Libraries en Help Center y MATLAB Answers.
Comunidades de usuarios

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Buck-boost example figure added.