Title of The Exercise: Date: 07/09/2021 Aim:: Norm in Out SW L o

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Title of the Exercise: Design and analysis of Buck converter

Date: 07/09/2021
Aim :To design and Simulate mathematical dynamic model of Buck converter in
continuous conduction mode and also analyze with theoretical results With
following typical waveforms.
Tool used : MATLAB and Simulink
Electrical Circuit : -

Circuit details and input parameters:

Nominal power Rating at CCM Pnorm=10W


Nominal Input Voltage Vin=15V
Nominal Output Voltage Vout=10V
Switching Frequency fsw=50kHz
Nominal Value of peak-to-peak ripple of inductor current∆IL=0.2A
Nominal Value of peak-to-peak ripple of Capacitor Voltage ∆Vo=0.05V

Theoretical Analysis :
Calculations (Predetermination) :

Procedure for simulation study :

1) Write the coding for Initialize the input parameters and as per requirement of
plots in m file and save it
2) Open new Simulink file and make mathematical modelling as per circuit diagram
and save it
3) Run the m file first ,after that run Simulink file
4) View the result in Scope
5) Make various plots and write the Results
Matlab Code:

L = 333.25*10^-6;
C = 10^-5;
D = 66.67;
R = 5;

Simulation Diagram :

Results and Discussions :


Scope plot :
Observations :

Parameters Values
Capacitor 10 micro Farad
Inductor 333.25 micro H
Resistor 5 Ohms
Duty Cycle 0.66667
Conclusion :

A mathematical dynamic model of Buck converter in continuous conduction mode


has been successfully simulated and the waveforms have been analyzed with the
theoretical results obtained.

Inference :

Average output voltage and current waveforms in steady state conditions have been
obtained and we observe the RMS values of currents through the waveforms
obtained.
In inductor- Ripple Current waveforms and In capacitor-Ripple voltage waveforms
have also been obtained.

References :
 Matlab Onramp
 Simulink Onramp

You might also like