Inductor-Based Topologies
Inductor-based topologies form the foundation of many non-isolated DC-DC converters, relying on inductors to store energy during switch-on phases and release it during switch-off phases, enabling efficient voltage regulation through pulse-width modulation (PWM). These converters are widely used in applications requiring ground-referenced inputs and outputs, such as point-of-load regulation in electronics. The primary types include buck, boost, buck-boost, SEPIC, and Zeta configurations, each tailored to specific voltage transformation needs while minimizing losses via inductive energy transfer.[2]
The buck converter, also known as a step-down converter, reduces the input voltage to a lower output voltage while delivering higher output current. It operates by periodically connecting the input voltage across an inductor and diode-capacitor output filter, with the switch controlling energy transfer. In continuous conduction mode (CCM), the ideal steady-state output voltage is given by
where DDD is the duty cycle (fraction of the switching period the switch is on), and VinV_{in}Vin is the input voltage. The inductor smooths output current, limiting ripple to
where TTT is the switching period and LLL is the inductance; this ripple informs filter capacitor selection to maintain low output voltage deviation. Buck converters achieve efficiencies above 90% in typical implementations, making them standard for CPU power supplies.[2][52]
The boost converter steps up the input voltage to a higher output level, essential for scenarios where the source voltage is insufficient, such as in energy harvesting from low-voltage ambient sources like thermoelectrics or photovoltaics. During the switch-on phase, the inductor stores energy from the input; upon switch-off, this energy combines with the input to charge the output capacitor through a diode. The steady-state CCM output voltage relation is
Boost converters are critical for maximizing power extraction in variable low-voltage environments, often integrated with maximum power point tracking (MPPT) algorithms. Inductor ripple in boost operation is ΔIL=Vin⋅(1−D)⋅TL\Delta I_L = \frac{V_{in} \cdot (1 - D) \cdot T}{L}ΔIL=LVin⋅(1−D)⋅T, guiding component sizing for minimal stress and EMI.[53][54]
The buck-boost converter provides versatility by stepping up or down the voltage, available in inverting (output polarity opposite to input) and non-inverting variants, suitable for battery-powered systems with fluctuating supplies. In the inverting configuration, energy cycles through the inductor to produce a negative output relative to ground. The CCM voltage gain for the inverting buck-boost is
(magnitude ∣Vout∣=D⋅Vin1−D|V_{out}| = \frac{D \cdot V_{in}}{1 - D}∣Vout∣=1−DD⋅Vin); non-inverting versions use additional components for positive output. Current ripple follows a similar form to buck or boost depending on the operating regime, with ΔIL=Vin⋅D⋅TL\Delta I_L = \frac{V_{in} \cdot D \cdot T}{L}ΔIL=LVin⋅D⋅T. These converters balance flexibility with moderate efficiency, typically 85-95%, in portable devices.[55]
The SEPIC (Single-Ended Primary Inductor Converter) is a non-inverting buck-boost topology that provides a continuous input current with low ripple and regulated output voltage, using two inductors and a coupling capacitor to transfer energy. It operates with a voltage gain of Vout=D1−DVinV_{out} = \frac{D}{1 - D} V_{in}Vout=1−DDVin in CCM, allowing output voltages higher or lower than the input without polarity inversion. SEPIC converters are ideal for applications requiring low input ripple, such as battery-powered systems and LED drivers.[56][57]
The Zeta converter, another buck-boost derived topology, offers continuous input and output currents with low ripple, typically in an inverting configuration but adaptable for non-inverting. Its voltage gain in CCM is Vout=−D1−DVinV_{out} = -\frac{D}{1 - D} V_{in}Vout=−1−DDVin, similar to SEPIC in magnitude, and it employs a configuration that minimizes voltage stress on components. Zeta converters are suited for applications like automotive electronics and power supplies where stable input current is crucial.[56][58]
Multi-input inductor-based converters extend these topologies to handle multiple power sources, such as in renewable energy systems combining solar and battery inputs, by integrating multiple inductors or switches to achieve independent or combined voltage regulation. Common variants include dual-input buck and boost configurations with shared output, providing flexibility in hybrid power management.[59][60]
Operation of inductor-based converters hinges on conduction modes, primarily continuous conduction mode (CCM) and discontinuous conduction mode (DCM). In CCM, the inductor current flows continuously, never dropping to zero, yielding predictable voltage gains independent of load for ideal cases; this mode suits higher power levels for reduced peak currents and EMI. DCM occurs at light loads, where inductor current reaches zero before the next cycle, causing voltage gains to vary with load current, inductance, and switching frequency—e.g., for buck in DCM, Vout=Vin⋅21+1+8L⋅fs⋅IoutVin⋅D2V_{out} = V_{in} \cdot \frac{2}{1 + \sqrt{1 + \frac{8L \cdot f_s \cdot I_{out}}{V_{in} \cdot D^2}}}Vout=Vin⋅1+1+Vin⋅D28L⋅fs⋅Iout2, where fs=1/Tf_s = 1/Tfs=1/T. Boundary conduction mode (BCM) lies between CCM and DCM, optimizing for specific low-power applications. Ripple calculations adjust per mode: CCM uses linear approximations, while DCM involves triangular waveforms peaking higher, necessitating larger filters to suppress voltage ripple (typically ΔVout<1%\Delta V_{out} < 1%ΔVout<1%) and ensure stability. Filter design, including output capacitance Cout=ΔIL⋅D⋅T8⋅ΔVoutC_{out} = \frac{\Delta I_L \cdot D \cdot T}{8 \cdot \Delta V_{out}}Cout=8⋅ΔVoutΔIL⋅D⋅T for buck, prevents resonance and maintains regulation across modes.[61][62]
Transformer-Based Topologies
Transformer-based topologies in DC-DC converters utilize transformers to provide galvanic isolation between input and output circuits, enabling voltage scaling through turns ratios while preventing direct electrical connection for safety and noise reduction. These configurations are particularly suited for applications requiring isolation, such as powering sensitive electronics from potentially hazardous sources, and they build on non-isolated principles by incorporating magnetic coupling for energy transfer. Unlike simpler inductor-based designs, transformers in these topologies allow for higher voltage steps and multi-output capabilities without direct conduction paths.
The flyback converter is a single-switch topology that operates in discontinuous conduction mode, where energy is stored in the transformer's core during the switch-on period and transferred to the output during the off period. This design is favored for low-to-medium power levels up to approximately 100 W due to its simplicity, low component count, and cost-effectiveness in isolated supplies. The output voltage is given by the relation Vout=Vin⋅NsNp⋅D1−DV_{out} = V_{in} \cdot \frac{N_s}{N_p} \cdot \frac{D}{1 - D}Vout=Vin⋅NpNs⋅1−DD, where Ns/NpN_s / N_pNs/Np is the secondary-to-primary turns ratio, and DDD is the duty cycle. A quasi-resonant (QR) variant of the flyback employs zero-voltage or zero-current switching to reduce switching losses and EMI, achieving higher efficiencies at light loads through variable frequency operation. QR flyback is commonly used in adapters and low-power isolated supplies.[63][64][65]
The forward converter represents a two-switch variant optimized for higher power applications, typically ranging from 50 W to several hundred watts, where the transformer's primary delivers power directly to the output during the on-state of the main switch. To prevent core saturation from unbalanced volt-second product, a reset winding or active clamp circuit is employed, which reverses the voltage across the primary during the off-state, recycling magnetizing energy and allowing duty cycles greater than 50% for improved efficiency. This topology provides a non-pulsating output current similar to buck converters, making it suitable for loads requiring stable regulation.[66][63]
For medium-to-high power levels exceeding 100 W, such as in 150–500 W ranges, the push-pull topology uses a center-tapped transformer with two switches operating 180 degrees out of phase, effectively interleaving two forward converters to balance flux and enhance transformer utilization. The full-bridge variant extends this to even higher powers, often multiple kilowatts, employing four switches to apply the full input voltage across the transformer primary, enabling efficient operation with phase-shift control for zero-voltage switching. Both topologies support duty cycle adjustments to accommodate multi-output configurations, where secondary windings provide independent regulated voltages. The LLC resonant converter, a transformer-based topology, uses a series resonant tank with an inductor, transformer magnetizing inductance, and capacitor to achieve zero-voltage switching across a wide load and voltage range, offering high efficiency (>95%) at high frequencies for applications like server power supplies and EV chargers. Its voltage gain depends on the quality factor and frequency ratio, typically providing step-down or regulated output.[63][67][68][69]
Capacitive and Switched-Capacitor
Capacitive DC-to-DC converters, particularly switched-capacitor types, operate by transferring discrete packets of charge between capacitors through controlled switching, enabling voltage multiplication or division without magnetic components. The core principle involves reconfiguring capacitors in series or parallel configurations during switching cycles to achieve the desired voltage transformation. For instance, in a basic voltage doubler, a capacitor is charged in parallel with the input voltage and then switched to series with the input to deliver approximately twice the input voltage to the output, minus voltage drops due to switch resistances and threshold voltages, expressed as Vout≈2Vin−VdropV_{out} \approx 2 V_{in} - V_{drop}Vout≈2Vin−Vdrop. This approach, exemplified by the Dickson charge pump, uses a chain of capacitors and diodes (or switches) clocked in phases to progressively boost voltage, making it suitable for generating higher voltages from low supplies in integrated circuits.
Common topologies include the linear charge pump, which provides fixed integer voltage ratios through straightforward series-parallel switching, and more advanced structures like Fibonacci or exponential pumps for achieving high conversion ratios efficiently. The Fibonacci topology builds voltage gain iteratively, where each stage adds to the previous in a manner akin to the Fibonacci sequence, allowing for compact designs with ratios such as 3:1 or higher while minimizing the number of components. Exponential pumps extend this by cascading stages to produce gains that grow non-linearly, ideal for applications requiring very high step-up ratios, though they demand precise clocking to avoid charge imbalance. These topologies contrast with dissipative linear regulators by actively transferring charge, thereby improving efficiency in low-power scenarios. Hybrid switched-capacitor converters integrate inductors with switched-capacitor networks to improve voltage regulation and efficiency over pure SC designs, achieving near-ideal gains with reduced output impedance; for example, a hybrid series-resonant SC converter can provide arbitrary step-up ratios with efficiencies above 90% in medium-power applications like portable electronics. Multi-input hybrid variants allow integration of multiple sources with capacitive energy transfer for enhanced flexibility in renewable systems.[73][74][75][76]
Switched-capacitor converters offer key advantages, including the elimination of inductors, which results in smaller footprint and compatibility with on-chip integration in CMOS processes, as well as reduced electromagnetic interference (EMI) due to the absence of magnetic fields. They are particularly valuable in microelectromechanical systems (MEMS) and radio-frequency (RF) integrated circuits, where space constraints and sensitivity to noise are critical. For example, in RF ICs, these converters enable efficient voltage scaling without bulky off-chip components. Hybrid variants further extend applicability to higher powers by combining benefits of inductive and capacitive methods.[73][77]