article

A buck converter is a step-down DC to DC converter. Its design is similar to the step-up boost converter, and like the boost converter is a switched-mode power supply that uses two switches (a transistor and a diode) and an inductor, and optionally a capacitor to buffer the output.

The simplest way to reduce a DC voltage is to use a voltage divider circuit, but voltage dividers waste energy, since they operate by bleeding off excess voltage as heat. A buck converter, on the other hand, can be remarkably efficient (easily up to 95% for integrated circuits,) and self-regulating, making them useful for tasks such as converting the 12-24v typical battery voltage in a laptop down to the several volts needed by the processor.

Circuit operation


The operation of the buck converter is fairly simple, with an inductor and two switches (usually a transistor and a diode) that control the inductor. It alternates between connecting the inductor to source voltage to store energy in the inductor and discharging the inductor into the load.

Continuous mode

A Buck converter operates in continuous mode if the current through the inductor (IL) never falls to zero during the commutation cycle. In this mode, the operating principle is described by the chronogram in figure 4:

  • When the switch pictured above is closed (On-state, top of figure 2), the voltage across the inductor is V_L = V_i - V_o. The current through the inductor rises linearly. As the diode is reverse-biased by the voltage source V, no current flows through it;
  • When the switch is opened (off state, bottom of figure 2), the diode is forward biased. The voltage across the inductor is V_L = -V_o (neglecting diode drop). The current IL decreases.

The energy stored in inductor L is

E=\frac{1}{2}L\times I_L^2

Therefore, it can be seen that the energy stored in L increases during On-time (as IL increases) and then decrease during the Off-state. L is used to transfer energy from the input to the output of the converter.

The rate of change of the IL is given by:

V_L=L\frac{dI_L}{dt}

With VL equal to V_i-V_o during the On-state and to -V_o during the Off-state. Therefore, the increase in current during the On-state is given by:

\Delta I_{L_{on}}=\int_0^{t_{on}}dI_L=\int_0^{t_{on}}\frac{V_L}{L}\, dt=\frac{\left(V_i-V_o\right)\cdot t_{on}}{L}

Identically, the decrease in current during the Off-state is given by: \Delta I_{L_{off}}=\int_0^{t_{off}}dI_L=\int_0^{t_{off}}\frac{V_L}{L}\, dt=-\frac{V_o\cdot t_{off}}{L}

If we assume that the converter operates in steady state, the energy stored in each component at the end of a commutation cycle T is equal to that at the beginning of the cycle. That means that the current IL is the same at t=0 and at t=T (see figure 4).

Therefore, \Delta I_{L_{on}}+\Delta I_{L_{off}}=0

So we can write from the above equations:

\frac{\left(V_i-V_o\right)\cdot t_{on}}{L}-\frac{V_o\cdot t_{off}}{L}=0

It is worth noting that the above integrations can be done graphically: In figure 4, \Delta I_{L_{on}} is proportional to the surface of the yellow area, and \Delta I_{L_{off}} to the surface of the orange area, as these surfaces are defined by the inductor voltage (red) curve. As these area are simple rectangles, their surfaces can be found out easily: t_{on}\times \left( V_i-V_o\right) for each yellow rectangle and -t_{on}\times V_o for the orange one. For the sake of steady state operation, the sum of both surface must be zero.
As can be seen on figure 4, t_{on}=D\cdot T and t_{off}=T-D\cdot T. D is a scalar called the duty cycle with a value between 0 and 1. This yields:

\left(V_i-V_o\right)\cdot D \cdot T -V_o \cdot \left(T-D\cdot T\right)=0

This equation above can be rewritten as: V_o=D\cdot V_i

From this equation, it can be seen that the output voltage of the converter varies linearly with the duty cycle for a given input voltage. As the duty cycle D is equal to the ratio between tOn and the period T, it cannot be more than 1. Therefore, V_o \leq V_i. This is why this converter is referred to as step-down converter.

So, for example, stepping 12v down to 3v (output voltage equal to a fourth of the input voltage) would require a duty cycle of 25%, in our theoretically ideal circuit.

Discontinuous mode

In some cases, the amount of energy required by the load is small enough to be transferred in a time lower than the whole commutation period. In this case, the current through the inductor falls to zero during part of the period. The only difference in the principle described above is that the inductor is completely discharged at the end of the commutation cycle (see figure 5). This has, however, some effect on the previous equations.

We still consider that the converter operates in steady state. Therefore, the energy in the inductor is the same at the beginning and at the end of the cycle (in the case of discontinuous mode, it is zero). This means that the average value of the inductor voltage (VL) is zero, i.e that the area of the yellow and orange rectangles in figure 5 are the same. This yields:

\left(V_i-V_o\right)D\cdot T-V_o\cdot \delta\cdot T=0

So the value of δ is:

\delta=\frac{V_i-V_o}{V_o}D

The output current delivered to the load (I_o) is constant, as we consider that the output capacitor is large enough to maintain a constant voltage across its terminals during a commutation cycle. This implies that the current flowing through the capacitor as a zero average value. Therefore, we have :

\bar{I_L}=I_o

Where \bar{I_L} is the average value of the inductor current. As can be seen in figure 5, the inductor current waveform has a triangular shape. Therefore, the average value of IL can be sorted out geometrically as follow:

\bar{I_L}=\left(\frac{1}{2}I_{L_{max}}\cdot D\cdot T+\frac{1}{2}I_{L_{max}}\cdot \delta\cdot T\right)\frac{1}{T}=\frac{I_{L_{max}}\left(D+\delta\right)}{2}=I_o

The inductor current is zero at the beginning and rises during tOn up to ILmax. That means that ILmax is equal to:

I_{L_{Max}}=\frac{V_i-V_o}{L}D\cdot T

Substituting the value of ILmax in the previous equation leads to:

I_o=\frac{\left(V_i-V_o\right)D\cdot T\left(D+\delta\right)}{2L}

And substituting δ by the expression given above yields:

I_o=\frac{\left(V_i-V_o\right)D\cdot T\left(D+\frac{V_i-V_o}{V_o}D\right)}{2L}

This latter expression can be written as:

V_o=V_i\frac{1}{\frac{2L\cdot I_o}{D^2\cdot V_i\cdot T}+1}

It can be seen that the output voltage of a Buck converter operating in discontinuous mode is much more complicated than its counterpart of the continuous mode. Furthermore, the output voltage is now a function not only of the input voltage (Vi) and the duty cycle D, but also of the inductor value (L), the commutation period (T) and the output current (Io).

From discontinuous to continuous mode (and vice versa)

As told at the beginning of this section, the converter operates in discontinuous mode when low current is drawn by the load, and in continuous mode at higher load current levels. The limit between discontinuous and continuous modes is reached when the inductor current falls to zero exactly at the end of the commutation cycle. with the notations of figure 5, this corresponds to :

D\cdot T + \delta \cdot T=T

D + \delta = 1

Therefore, the output current (equal to the average inductor current) at the limit between discontinuous and continuous modes is (see above):

I_{o_{lim}}=\frac{I_{L_{max}}\left(D+\delta\right)}{2}=\frac{I_{L_{max}}}{2}

Substituting ILmax by its value:

I_{o_{lim}}=\frac{V_i-V_o}{2L}D\cdot T

On the limit between the two modes, the output voltage obeys both the expressions given respectively in the continuous and the discontinuous sections. In particular, the former is

V_o=D\cdot V_i=

So Iolim can be written as:

I_{o_{lim}}=\frac{V_i\left(1-D\right)}{2L}D\cdot T

Let's now introduce two more notations:

  • the normalized voltage, defined by \left|V_o\right|=\frac{V_o}{V_i}. It is zero when V_o=0, and 1 when V_i=V_o;
  • the normalized current, defined by \left|I_o\right|=\frac{L}{T\cdot V_i}I_o. The term \frac{T\cdot V_i}{L} is equal to the maximum increase of the inductor current during a cycle, i.e the increase of the inductor current with a duty cycle D=1. So, in steady state operation of the converter, this means that \left|I_o\right| equals 0 for no output current, and 1 for the maximum current the converter can deliver.

Using these notations, we have:

  • in continuous mode, \left|V_o\right|=D
  • in discontinuous mode, \left|V_o\right|=\frac{1}{\frac{2L\cdot I_o}{D^2\cdot V_i\cdot T}+1}=\frac{1}{\frac{2\left|I_o\right|}{D^2}+1}=\frac{D^2}{2\left|I_o\right|+D^2};
  • the current at the limit between continuous and discontinuous mode is I_{o_{lim}}=\frac{V_i\left(1-D\right)}{2L}D\cdot T=\frac{I_{o_{lim}}}{\left|I_o\right|}\cdot \frac{\left(1-D\right)D}{2}. Therefore, the locus of the limit between continuous and discontinuous modes is given by \frac{\left(1-D\right)D}{2\left|I_o\right|}=1.

These expression have been plotted in figure 6. From this, it is obvious that in continuous mode, the output voltage does only depend on the duty cycle, whereas it is far more complex in the discontinuous mode. This is important from a control point of view

Non ideal circuit

The previous study was conducted with the following assumptions:

  • The output capacitor has enough capacitance to supply power to the load (a simple resistance) without any noticeable variation in its voltage.
  • The voltage drop across the diode when forward biased is zero
  • No commutation losses in the switch nor in the diode

These assumptions can be fairly far from reality, and the imperfections of the real components can have a detrimental effect on the operation of the converter.

Output Voltage Ripple
Ouput voltage ripple is the name given to the phenomenon where the output voltage rises during the On-state and falls during the Off-state. Several factors contribute to this including, but not limited to, switching frequency, output capacitance, inductor, load and any current limiting features of the control circuitry. At the most basic level the output voltage will rise and fall as a result of the output capacitor charging and discharging:

dV_{o} =\frac{i\cdot dT}{C}

During the Off-state, the current in this equation is the load current. In the On-state the current is the difference bewteen the switch current (or source current) and the load current. The duration of time (dT) is defined by the duty cycle and by the switching frequency.

For the On-state:

dT_{on} = D \cdot T = \frac{D}{f}

For the Off-state:

dT_{off} = (1-D) \cdot T = \frac{1-D}{f}

Qualitatively, as the output capacitor or switching frequency increase, the magnitude of the ripple decreases. Output voltage ripple is typically a design specification for the power supply and is selected based on several factors. Capacitor selection is normally determined based on cost, physical size and non-idealities of various capacitor types. Switching frequency selection is typically determined based on efficiency requirements, which tends to decrease at higher operating frequencies, as described below in Effects of non-ideality on the efficiency. Higher switching frequency can also reduce efficiency and possibly raise EMI concerns.

Output voltage ripple is one of the disadvantages of a switching power supply, and can also be a measure of its quality.

Effects of non-ideality on the efficiency
A simplified analysis of the buck converter, as described above, does not account for non-idealities of the circuit components. These non-idealities account for all the power losses in the circuit.

Both static and dynamic power losses occur in any switching regulator. Static power losses include I^2R (conduction) losses in the wires or PCB traces, as well as in the switches and inductor, as in any electrical circuit. Dynamic power losses occur as a result of switching, such as the charging and discharging of the switch gate, and are proportional to the switching frequency.

It is useful to begin by calculating the duty cycle for a non-ideal buck converter, which is:

D = \frac{V_o+(V_{SWITCH} + V_L)}{V_i + V_{SYNCHSW} - V_{SWITCH} - V_L}

where:

VSWITCH is the voltage drop on the power switch, VSYNCHSW is the voltage drop on the synchronous switch or diode, and VL is the voltage drop on the inductor.

The voltage drops described above are all static power losses which are dependent primarily on DC current, and can therefore be easily calculated. For a transistor in saturation or a diode drop, VSWITCH and VSYNCHSW may already be known, based on the properties of the selected device.

V_{SWITCH} = I_{SWITCH} \cdot R_{ON} = D \cdot I_o\cdot R_{ON}
V_{SYNCHSW} = I_{SYNCHSW} \cdot R_{ON} = (1-D) \cdot I_o \cdot R_{ON}
V_L = I_L\cdot R_{DCR}

where:

RON is the ON-resistance of each switch (RDSON for a MOSFET), and RDCR is the DC resistance of the inductor.

The careful reader will note that the duty cycle equation is somewhat recursive. A rough analysis can be made by first calculating the values VSWITCH and VSYNCHSW using the ideal duty cycle equation.

Switch resistance, for components such as the Power MOSFET, and forward voltage, for components such as the Insulated Gate Bipolar Transistor (IGBT) can be determined by referring to datasheet specifications.

In addition, power loss occurs as a result of leakage currents. This power loss is simply

P_{LEAKAGE} = I_{LEAKAGE} \cdot V

where:

ILEAKAGE is the leakage current of the switch, and V is the voltage across the switch.

Dynamic power losses are due to the switching behavior of the selected pass devices (MOSFETs, Power Transistors, IGBTs, etc.). These losses include turn-on and turn-off switching losses and switch transition losses.

Switch turn-on and turn-off losses are easily lumped together as

P_{SW} = \frac {V \cdot I_o \cdot (t_{RISE} + t_{FALL})} {6 \cdot T}

where:

V is the voltage across the switch while the switch is off, tRISE and tFALL are the switch rise and fall times, and T is the switching period.

When a MOSFET is used for the lower switch, additional losses may occur during the time between the turn-off of the high-side switch and the turn-on of the low-side switch, when the body diode of the low-side MOSFET conducts the output current. This time, known as the non-overlap time, prevents "shootthrough," a condition in which both switches are simultaneously turned on. The onset of shootthrough generates severe power loss and heat. Proper selection of non-overlap time must balance the risk of shootthrough with the increased power loss caused by conduction of the body diode.

Power loss on the body diode is also proportional to switching frequency and is

P_{BODYDIODE} = V_F \cdot I_o \cdot t_{NO} \cdot f_{SW}

where:

VF is the forward voltage of the body diode, and tNO is the selected non-overlap time.

Finally, power losses occur as a result of the power required to turn the switches on and off. For MOSFET switches, these losses are dominated by the gate charge, essentially the energy required to charge and discharge the capacitance of the MOSFET gate between the threshold voltage and the selected gate voltage. These switch transition losses occur primarily in the gate driver, and can be minimized by selecting MOSFETs with low gate charge, by driving the MOSFET gate to a lower voltage (at the cost of increased MOSFET conduction losses), or by operating at a lower frequency.

P_{GATEDRIVE} = Q_G \cdot V_G \cdot f_{SW}

where:

QG is the gate charge of the selected MOSFET, and VG is the peak gate voltage with respect to ground.

It is essential to remember that, for N-MOSFETs, the high-side switch must be driven to a higher voltage than Vi. Therefore VG will nearly always be different for the high-side and low-side switches.

A complete design for a buck converter includes a tradeoff analysis of the various power losses. Designers balance these losses according to the expected uses of the finished design. A converter expected to have a low switching frequency does not require switches with low gate transition losses; a converter operating at a high duty cycle requires a low-side switch with low conduction losses.

Specific structures

multi-phase buck

Low-output voltage buck converters are commonly used in computers to convert the voltage from the power supply to a lower voltage (around 1 V), suitable for the CPU. Such a low voltage means that the allowed value of the voltage ripple (caused by the switching operation of the buck converter) is very low.

To reduce the voltage ripple, it is possible to increase the switching frequency of the converter or, to a lesser extend, to increase the value of the output capacitor or the inductor. Another solution is to use several converters connected in parallel. This structure, called a multi-phase buck uses up to 4 elementary buck converters connected to the same input and output capacitors, with shifted drive signalsGuy Séguier, Électronique de puissance, 7th edition, Dunod, Paris 1999 (in french).

synchronous rectification

See also


Boost Converter

Buck-Boost Converter

General DC-DC converters

External links


Many Java applets demonstrating the operation of converters are available on the Interactive Power Electronics Seminar (iPES)

References


Power supplies | Power electronics

Tiefsetzsteller | Convertisseur Buck

 

This article is licensed under the GNU Free Documentation License. It uses material from the "Buck converter".

Home Pageartsbusinesscomputersgameshealthhospitalshomekids & teensnewsphysiciansrecreationreferenceregionalscienceshoppingsocietysportsworld