All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Design of boost converter, and calculating the loss of different components including power switching device and deriving efficiency of boost converter. This is applicable in power supply industry, electric vehicles etc where DC-DC converter is required to boost the voltage from DC source. All the aspects of this project…
Swapnil Shinde
updated on 11 Mar 2023
Design of boost converter, and calculating the loss of different components including power switching device and deriving efficiency of boost converter. This is applicable in power supply industry, electric vehicles etc where DC-DC converter is required to boost the voltage from DC source. All the aspects of this project with loss calculation, device selection, simulation etc are industry relevant.
AIM: To design of boost converter, and to calculate the loss of different components including power switching device and deriving efficiency of boost converter.
BOOST CONVERTER:
A boost converter (also known as step-up converter) is one of the simplest types of switch-mode converters. As the name suggests, the converter takes an input voltage and boosts it. In other words, its like a step up transformer i.e it step up the level of DC voltage (while transformer step up / down the level of AC voltage) from low to high while decreases the current from high to low while the supplied power is same.
All it has is an inductor, a semiconductor switch, a diode and a capacitor. The boost converter is very simple and requires very few components.The biggest advantage of a boost converter is it offers very high efficiency. Some of the boost converters can go up to 99% efficiency. That means of the input voltage only 1% of the power is wasted.
The input voltage source is connected to an inductor. The solid-state device which operates as a switch is connected across the source. The second switch used is a diode. The diode is connected to a capacitor, and the load and the two are connected in parallel as shown in the figure above.
The inductor connected to input source leads to a constant input current, and thus the Boost converter is seen as the constant current input source. And the load can be seen as a constant voltage source. The controlled switch is turned on and off by using Pulse Width Modulation(PWM). PWM can be time-based or frequency based. Frequency-based modulation has disadvantages like a wide range of frequencies to achieve the desired control of the switch which in turn will give the desired output voltage. Time-based Modulation is mostly used for DC-DC converters. It is simple to construct and use. The frequency remains constant in this type of PWM modulation. The Boost converter has two modes of operation. The first mode is when the switch is on and conducting.
Mode I : Switch is ON, Diode is OFF
The Switch is ON and therefore represents a short circuit ideally offering zero resistance to the flow of current so when the switch is ON all the current will flow through the switch and back to the DC input source. Let us say the switch is on for a time TON and is off for a time TOFF. We define the time period, T, asand the switching frequency,
Let us now define another term, the duty cycle,
Let us analyze the Boost converter in steady state operation for this mode using KVL.
Since the switch is closed for a time TON = DT we can say that Δt = DT.
While performing the analysis of the Boost converter, we have to keep in mind that
Mode II : Switch is OFF, Diode is ON
In this mode, the polarity of the inductor is reversed. The energy stored in the inductor is released and is ultimately dissipated in the load resistance, and this helps to maintain the flow of current in the same direction through the load and also step-up the output voltage as the inductor is now also acting as a source in conjunction with the input source. But for analysis, we keep the original conventions to analyze the circuit using KVL.
Let us now analyse the Boost converter in steady state operation for Mode II using KVL.
Since the switch is open for a timewe can say that
.
It is already established that the net change of the inductor current over any one complete cycle is zero.
Boost Converter Parameters:
Designing Boost Converter for converting 100V to 200V. The Output power will be 2KW.
So by using P = V*I
I=PV
I=2000100
IL=20A
So Load Resistor will be
RLoad=VI
RLoad=20020
RLoad=10Ohm
1. Duty Cycle:
Considering efficiency of 85%
Then D = 1 - 100*0.85/200
D = 0.575
2. Inductor Value:
Considering Switching frequency of 20KHz
To calculate Inductor Ripple Current good estimation for the ripple current is 20% to 40% of the output current.
Considering 20% of Ripple Current
ΔIL=0.2⋅20⋅200100
ΔIL=8A
So L = 100⋅(200−100)8⋅20⋅1000⋅200
L = 3.125mH
3. Capacitor:
ΔVout=(201−0.575+82)
ΔVout=51.05V
Cout=20⋅0.57520⋅1000⋅51.05
C = 11.26microH
rL = 10 mOhms
rC = 2 mOhms
BOOST COVERTER SIMULINK MODEL:
Blocks Used:
Losses in Converter:
In any DC-DC converter there are 4 types of losses:-
Conduction Losses:-
Conduction losses are a result of device parasitic resistances impeding the DC current flow in a DC/DC converter. These losses are in direct relationship with the duty cycle.
When the integrated high-side MOSFET turns on, the load current flows through it. The drain-to-source channel resistance (RDSON) causes power dissipation.
where, I = current through MOSFET
R = Resistance in ohm
D = duty cycle
Im=PiVi
Pi = V2R
Pi = 100210
Pi = 1000
Im=1000100
Im = 10A
Pc = 102⋅0.023⋅0.575
Pc = 1.3225W
Diode losses:-
The diode is forward-biased when the integrated MOSFET turns off. During this time, the inductor current ramps down through the output capacitors, the load and the forward-biased diode. Since the load current is now conducting through the diode, there will be power dissipation in Diode.
Vf = Diode Forward voltage
I = Output Current
D = Duty cycle
Vf of Diode = 0.8
Iout = 19.94A
Pd = 0.8* 20* (1 - 0.575)
Pd = 6.8W
Inductor Losses:-
The conduction losses depend on the load current. With heavier loads, the conduction loss in the MOSFET increases and is the dominating factor. Conduction losses plus switching, driver and internal low-dropout regulator (LDO) losses lead to a considerable generation of heat.
where I= Current
D= duty cycle
f = Frequency
L= inductance
Pl = 202⋅10⋅10−6+10⋅10−612⋅0.575⋅10050⋅3.125⋅10−3
Pl = 0.0043W
Capacitance losses:-
While getting the output through the capacitor we can get some power dissipation in the capacitor also.
This power dissipation is determined by using the Formula:-
Pc = 2⋅10−6⋅0.575(1−0.575)⋅202+2⋅10−612⋅(1−0.575)⋅0.575⋅10011.12⋅10−6⋅50
Pc = 0.00752W
Total Power Losses = Pcond + Pdiode + Pind +Pcap
= 1.3225 + 6.8 + 0.0043 + 0.00752
= 8.13W
Total Power Losses = 8.13W
Efficiency = (2000 - 8.13)/2000
Efficiency = 99.5%
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Project 2 - Modeling of 3 phase Induction Motor Drive
AIM: The aim is to design the 3 Phase Inverter using Simulink with switching frequency of 10KHz and Controlling the 3 phase Squirrel Cage Induction motor, using V/F method from 3 Phase Inverter. Given Parameters: Power = 100 HP DC Voltage = 800 V Output Voltage = 460 VRMS – line to line Initial Speed = 1500 RPM Final…
17 Mar 2023 12:25 PM IST
Project 1 - Loss calculation for a DC/DC converter-MATLAB
Design of boost converter, and calculating the loss of different components including power switching device and deriving efficiency of boost converter. This is applicable in power supply industry, electric vehicles etc where DC-DC converter is required to boost the voltage from DC source. All the aspects of this project…
11 Mar 2023 01:21 PM IST
Project 2
AIM: Using MATLAB/simulink and the drive cycle from the attached excel sheet, find- The max heat generation of the battery The SOC of the battery at 2 *104second of the battery operation Time Time Step Battery Current 00:00.4 0.1 -0.9632 00:00.5 0.2 -0.952 00:00.6 0.3 -0.9072 00:00.7 0.4 -0.9632 00:00.8 0.5…
20 Jan 2023 02:45 PM IST
Project 1
1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell. A battery management system (BMS) is said to be the brain of a battery pack. The BMS is a set of electronics that monitors and manages all of the battery’s performance. Most importantly, it keeps…
19 Jan 2023 02:34 PM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.