Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Placements

Student Reviews


For Business


More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

All Courses

All Courses

logo

CHOOSE A CATEGORY

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

Top Job Leading Courses

Automotive

CFD

FEA

Design

MBD

Med Tech

Courses by Software

Design

Solver

Automation

Vehicle Dynamics

CFD Solver

Preprocessor

Courses by Semester

First Year

Second Year

Third Year

Fourth Year

Courses by Domain

Automotive

CFD

Design

FEA

Tool-focused Courses

Design

Solver

Automation

Preprocessor

CFD Solver

Vehicle Dynamics

Machine learning

Machine Learning and AI

POPULAR COURSES

coursePost Graduate Program in Hybrid Electric Vehicle Design and Analysis
coursePost Graduate Program in Computational Fluid Dynamics
coursePost Graduate Program in CAD
coursePost Graduate Program in CAE
coursePost Graduate Program in Manufacturing Design
coursePost Graduate Program in Computational Design and Pre-processing
coursePost Graduate Program in Complete Passenger Car Design & Product Development
Executive Programs
Workshops
For Business

Success Stories

Placements

Student Reviews

More

Projects

Blogs

Academic Training

Find Jobs

Informative Articles

We're Hiring!

phone+91 9342691281Log in
  1. Home/
  2. Durga Prasad Sunnam /
  3. Project 1 - Loss calculation for a DC/DC converter-MATLAB

Project 1 - Loss calculation for a DC/DC converter-MATLAB

Aim) The main aim is Design the Simulink model of BOOST converter and determine the Losses of Converter and efficiency of the Converter. Answer) BOOST-CONVERTER: -         A boost converter (step-up converter) is a DC-DC power converter that steps up voltage (while stepping down…

    • Durga Prasad Sunnam

      updated on 27 Apr 2023

    Aim) The main aim is Design the Simulink model of BOOST converter and determine the Losses of Converter and efficiency of the Converter.

    Answer)

    BOOST-CONVERTER: -

            A boost converter (step-up converter) is a DC-DC power converter that steps up voltage (while stepping down current) from its input (supply) to its output (load).

             It is a class of Switched mode power supply (SMPS) containing at least two semiconductors (a diode and a Transistor) and at least one energy storage element: a capacitor, inductor, or the two in combination.

             To reduce voltage ripple, filters made of capacitors (sometimes in combination with inductors) are normally added to such a converter's output (load-side filter) and input (supply-side filter).

     

    Simulink Model: -

     for designing the Boost converter in Simulink, we are used the following blocks:

    1. DC Voltage source
    2. MOSFET
    3. Diode
    4. series RLC branch
    5. Voltage measurement block
    6. PWM generator
    7. Display
    8. Bus selector
    9. Power gui
    10. Scope

     

    Design parameters: -

    1. Vin = 100 V
    2. Vout = 200 V
    3. L = 200uH 
    4. C = 400uF
    5. R= 10 Ohms
    6. rL = 10 mOhms
    7. rC = 2 mOhms
    8. rd.=5 mOhms
    9. switching frequency=

    For duty cycle: -

    We know that the 

                Vo / Vin = (1/ (1-D))

    were,

    vin= Input voltage

    Vo= Output Voltage

    D= Duty cycle

    from the given data

    Vin = 100 V

    Vout = 195.5 V

    Then from the above equitation 

    Vo / Vin = (1/ (1-D))

    200/100 = (1/ (1-D))

    2*(1-D) = 1

    (1-D) = 0.5

              D=0.5

    therefore 

    Duty cycle = 0.5

    Procedure: -

    For creating the Simulink model of Boost converter, the supply voltage and Series RL branch will be connected in series manner

    And MOSFET" is acts as power switch and it is connected to the Parallel manner

    After that a Capacitor and load (Resistive Load) are connected parallel with using the "Series RLC branch" block.

    For on and off Switch, we are sending the Pulses with switching frequency () Using DC-DC PWM generator Block>>we are assigning the Duty cycle ration as 0.5 by using the Constant block.

    And the output voltage will be displayed by using the display block.

    The voltage and currents drawn by both "MOSFET " and Diode" will be plotting by using the Scope and Bus selector Blocks.

    Mosfet voltage and current graph: -

    The above graph we can see the Output voltage is greater than the Input voltage 

    Hence the Working of Boost Converter is working in proper manner

    the Minimum and maximum Voltage will be displayed by using the Below Signal statistics block.

     

    Diode voltage and current graph: -

    Determining the Losses in Power electronic Converters: -

    In any DC-DC converter majorly consider 4 types of losses are as followes: -

    1. Conduction Losses
    2. Diode losses
    3. Induction Losses
    4. Capacitor 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.

    Formula: -

     

                        Conduction Losses: - Pc= I² * R *D-----------------(1)

     

    were,

    p= Power Dissipation

    I= Current through MOSFET

    R= Resistance in Ohm

    D=Duty Cycle= Vout / Vin

     

    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.

    This will be calculated by using below Formula: -

                       Diode Losses: - P= Vf * I* (1-D) ------(2)       

     

    were,

    Vf= forward voltage

    I= Current output

    D=Duty Cycle= Vout / Vin

     

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

     These losses can be calculated by using the below formula:

                 Pd= I² * R + {(rl / 12) (D* Vin / F*L)} -------(3)

     

    were,

    I= Current output

    D=Duty Cycle= Vout / Vi

    F= Frequency

    L= Inductance value

     

    Capacitance losses: -

            While getting the output through the capacitor we can get some power dissipation in capacitor also.

    this power dissipation is determined by using the following Formula: -

                 Pc= {rc* D*(1-D) I² + {rc / 12(1-D)}} *{(Din / C*F)} ----(4)

     

    were,

    I= Current output

    D=Duty Cycle= Vout / Vi

    F= Frequency

    C= Capacitance value

    From the given data we can find the losses for Designed DC-DC Converter: -

    1. Vin = 100 V
    2. Vout = 200 V
    3. L = 200uH 
    4. C = 400uF
    5. R= 10 Ohms
    6. rL = 10 mOhms
    7. rC = 2 mOhms
    8. rd.=5 mOhms
    9. Duty cycle= 0.5

     

    Conduction Losses: -

     from the equitation (1)

    Conduction Losses: - Pc= I² * R *D

                                  Pc= (1) ² * 10*0.5

    Conduction Losses (Pc)=5W

    Diode losses: -

    From the equitation (2)

     Diode Losses: - Pd= Vf * I* (1-D)

                                 = 19.55 * 1 * (1-0.5)

                                 = 19.55*0.5

     Diode Losses (Pd) =9.75 w

     

    Inductor Losses: -

    From the equitation (3)

           PI= I² * R + {(rl / 12) (D* Vin / F*L)}

                  =1² * 10 +(0.0008*5000)

                = 10+4

              PI =14 W

    Capacitance Losses: -

     From the equitation (4)

    Pc= {rc* D*(1-D) I² + {rc / 12(1-D)}} *{(Din / C*F)}

          =2*0.5*0.5+(2*0.0001*0.5*0.5*100 / 400*50*0.000001)

           Pc= 0.7085 W

     

    Total Losses= Pcon+Pd+Pi+Pc

                       =5+9.775+1.4+0.7085

    Total losses=11.74585 W

     

    Efficiency Of Converter: -

     The efficiency of converter is determined by using below formula:

     

    Formula: -

                           Efficiency = (Pin -Ploss / Pin) 100-----------(5)

    From the data 

    Pin= Vin * I

    I= Vin / R

       =100 / 10

      I= 10 Amps

    Therefore,

    Pin = vin * I

           =100 * 10 

           Pin=1000 W

     

    From above equitation (5)

    Efficiency = (Pin -Ploss / Pin )100

                   = 1000-11.75 / 1000 100

    Efficiency = 98.825 %

     

    Results: -

    The total Power losses Ploss= 11.75 W

    The efficiency of Converter = 98.825 %

     

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Durga Prasad Sunnam (27)

    Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

    Objective:

    Aim:-Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filterOverview of the Project: In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor…

    calendar

    21 Mar 2025 11:17 AM IST

      Read more

      Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

      Objective:

      Aim: -Interfacing a 16*2 LCD with Arduino using I2C protocolApparatus required:Two Arduino boards (Uno, Nano, or any other compatible Arduino boards)16x2 LCD display with I2C backpack (PCF8574-based module)Jumper wires to establish connections between the componentsBreadboard (optional) to make the connections easierUSB…

      calendar

      19 Mar 2025 01:30 PM IST

        Read more

        Project 1 Mechanical design of battery pack

        Objective:

        The high voltage battery is one of the most important components of a battery electric vehicle (BEV). The battery parameters have a significant influence on other components and attributes of the vehicle, like: maximum traction motor torque maximum regeneration brake torque vehicle range vehicle total weight…

        calendar

        04 Dec 2024 04:31 PM IST

          Read more

          Project 2 Adaptive Cruise Control

          Objective:

          Adaptive Cruise ControlGeneral Overview:Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance to the preceding vehicle calls for a high level of concentration. The Adaptive Cruise Control feature…

          calendar

          04 Dec 2024 08:26 AM IST

          • MATLAB
          • MBD
          Read more

          Schedule a counselling session

          Please enter your name
          Please enter a valid email
          Please enter a valid number

          Related Courses

          coursecard

          Design loads considered on bridges

          Recently launched

          10 Hours of Content

          coursecard

          Design of Steel Superstructure in Bridges

          Recently launched

          16 Hours of Content

          coursecard

          Design for Manufacturability (DFM)

          Recently launched

          11 Hours of Content

          coursecard

          CATIA for Medical Product Design

          Recently launched

          5 Hours of Content

          coursecardcoursetype

          Accelerated Career Program in Embedded Systems (On-Campus) Courseware Partner: IT-ITes SSC nasscom

          Recently launched

          0 Hours of Content

          Schedule a counselling session

          Please enter your name
          Please enter a valid email
          Please enter a valid number

          logo

          Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.

          https://d27yxarlh48w6q.cloudfront.net/web/v1/images/facebook.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/insta.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/twitter.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/youtube.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/linkedin.svg

          Our Company

          News & EventsBlogCareersGrievance RedressalSkill-Lync ReviewsTermsPrivacy PolicyBecome an Affiliate
          map
          EpowerX Learning Technologies Pvt Ltd.
          4th Floor, BLOCK-B, Velachery - Tambaram Main Rd, Ram Nagar South, Madipakkam, Chennai, Tamil Nadu 600042.
          mail
          info@skill-lync.com
          mail
          ITgrievance@skill-lync.com

          Top Individual Courses

          Computational Combustion Using Python and CanteraIntroduction to Physical Modeling using SimscapeIntroduction to Structural Analysis using ANSYS WorkbenchIntroduction to Structural Analysis using ANSYS Workbench

          Top PG Programs

          Post Graduate Program in Hybrid Electric Vehicle Design and AnalysisPost Graduate Program in Computational Fluid DynamicsPost Graduate Program in CADPost Graduate Program in Electric Vehicle Design & Development

          Skill-Lync Plus

          Executive Program in Electric Vehicle Embedded SoftwareExecutive Program in Electric Vehicle DesignExecutive Program in Cybersecurity

          Trending Blogs

          Heat Transfer Principles in Energy-Efficient Refrigerators and Air Conditioners Advanced Modeling and Result Visualization in Simscape Exploring Simulink and Library Browser in Simscape Advanced Simulink Tools and Libraries in SimscapeExploring Simulink Basics in Simscape

          © 2025 Skill-Lync Inc. All Rights Reserved.

                      Do You Want To Showcase Your Technical Skills?
                      Sign-Up for our projects.