An electric rectifier converts alternating current (AC) into pulsating direct current (DC), but raw rectified voltage is rarely usable for sensitive electronics. The moment you place a bridge rectifier and a bulk filter capacitor after a step-down transformer, you are left with an unregulated DC bus that sags under load and carries 120Hz ripple. The critical design decision is how to regulate that raw DC down to a stable, clean output. You must choose between a linear regulator and a switching buck converter. This choice dictates your thermal management, PCB footprint, electromagnetic interference (EMI) profile, and overall bill of materials (BOM) cost.
Topology Comparison: Linear vs. Switching Post-Rectification
Once your AC is rectified and filtered, you need a regulator to hold the output voltage steady against mains fluctuations and load transients. Here is how the two dominant topologies compare when fed from a rectified DC bus.
| Metric | Linear Regulator (e.g., LDO / Standard) | Switching Buck Converter |
|---|---|---|
| Efficiency | Low (Vout / Vin). Typically 30-50% for large dropouts. | High. Typically 80-92% across wide input ranges. |
| Heat Dissipation | Massive. Dissipates excess voltage as pure heat (P = ΔV × I). | Minimal. Heat is largely limited to MOSFET switching losses and inductor DCR. |
| Output Noise | Extremely low. Microvolt-level RMS noise; no switching ripple. | Moderate to high. 20-80mV peak-to-peak switching ripple at the switching frequency. |
| Cost & BOM | Low component count, but high cost for large heatsinks. | Higher component count (inductor, catch diode, boot cap), but no heatsink needed. |
| Transient Response | Excellent. Reacts in microseconds to sudden load steps. | Good, but limited by inductor current slew rate and output capacitance. |
Design Example: 120VAC to 12VDC at 2 Amps
Let us design a 24W bench power supply. The goal is to step down 120VAC mains to a stable 12VDC at 2A. We will use a 24VAC transformer to ensure we have enough headroom after rectification losses and mains sag.
| Stage | Component / Part Number | Function & Specs |
|---|---|---|
| Step-Down | Triad Magnetics F-256P | 120VAC to 24VAC, 2.5A (60VA). Provides isolation and initial voltage reduction. |
| Rectification | Diotec W10M (DIP-4) | 1000V, 10A bridge rectifier. Over-rated for 2A to ensure cool operation without a heatsink. |
| Bulk Filter | United Chemi-Con KMH 4700µF 50V | Smooths 120Hz ripple. Must be a high-ripple-current rated series (3A+ RMS rating). |
| Linear Regulator | Analog Devices LT1084CT-12 | 5A LDO, fixed 12V. Dropout voltage is 1.3V max. |
| Switching Regulator | Texas Instruments TPS5430DDA | 5.5V to 36V input, 3A output buck converter. Integrated high-side MOSFET. |
Thermal Math and Derating Realities
The most common failure mode in DIY rectifier power supplies is thermal shutdown or melted TO-220 packages. You must calculate the worst-case power dissipation before selecting your regulator.
The Linear Thermal Penalty
If we use the LT1084 linear regulator, the worst-case input voltage (when the load drops and the capacitor charges to peak) is ~29V. The output is 12V. The dropout voltage (ΔV) is 17V.
- Power Dissipated: P = 17V × 2A = 34 Watts.
- Heatsink Sizing: The LT1084 has a junction-to-case thermal resistance (θ_JC) of ~1.5°C/W. Assuming a max junction temperature of 125°C and an ambient of 25°C, the allowable temperature rise is 100°C.
- Required θ_SA: (100°C / 34W) - 1.5°C/W = 1.44°C/W.
A 1.44°C/W heatsink is a massive, expensive block of extruded aluminum, likely requiring forced air cooling. Furthermore, the LT1084 will hit its internal thermal shutdown limit long before it can deliver 2A continuously without this exact heatsink profile.
The Switching Advantage
If we use the TI TPS5430 switching buck converter, the math changes drastically. The TPS5430 operates at roughly 85% efficiency under these conditions.
- Output Power: 12V × 2A = 24W.
- Input Power: 24W / 0.85 = 28.2W.
- Power Dissipated: 28.2W - 24W = 4.2 Watts.
- Required θ_SA: (100°C / 4.2W) - 1.5°C/W = 22.3°C/W.
A 22.3°C/W thermal resistance is easily achieved with a standard, cheap $1.00 clip-on TO-220 heatsink, or simply by utilizing a generous copper pour on the PCB connected to the exposed thermal pad of the SOIC-8 package.
Input Range, Protection, and Ripple Expectations
Mains voltage is not a perfect 120VAC. According to standard grid tolerances, it can sag to 108VAC or swell to 132VAC. Your electric rectifier design must survive these extremes, as well as transient voltage spikes from inductive loads switching on the same grid branch.
Hardening the Input Stage
- Primary Fusing: Use a 1.5A slow-blow (time-delay) fuse on the 120VAC primary. Transformers experience high inrush currents when first energized due to core magnetization; a fast-blow fuse will nuisance-trip.
- Metal Oxide Varistor (MOV): Place a Littelfuse MOV-14D271K (275V RMS rating) directly across the primary winding after the fuse. This clamps high-energy transients and lightning-induced surges before they punch through the transformer insulation.
- DC Bus TVS: Place a bidirectional Transient Voltage Suppression (TVS) diode (e.g., 1.5KE33CA) across the unregulated DC bus to clamp any voltage spikes that bypass the transformer's leakage inductance.
Ripple and Noise Expectations
If you are powering audio amplifiers, precision ADCs, or RF transceivers, switching noise is a liability. The TPS5430 switches at 500kHz, leaving a 30-50mV peak-to-peak ripple on the 12V output. To mitigate this without reverting to a linear regulator, add a post-regulator LC pi-filter (a 10µH ferrite bead inductor followed by a 100µF ceramic and a 100nF X7R bypass capacitor). This creates a second-order low-pass filter that attenuates the 500kHz switching fundamental and its harmonics by over 40dB, bringing the noise floor down to linear-like levels.
The Decision Tree: Picking Your Post-Rectifier Regulator
Do not default to a linear regulator just because the schematic is simpler. Use this decision matrix to select the correct topology for your specific load profile.
| Condition / Requirement | Linear Regulator | Switching Buck |
|---|---|---|
| Load current is < 300mA AND dropout (Vin - Vout) is < 3V | YES (Use an LDO like TI TPS7A47) | Overkill; EMI not worth it. |
| Load is a precision audio, RF, or 24-bit ADC circuit | YES (Use ultra-low noise LT3042) | NO (Unless followed by LC pi-filter + LDO). |
| Load current is > 500mA | NO (Thermal management becomes impractical) | YES |
| Input-to-output dropout is > 4V at high current | NO (Will exceed junction temp limits) | YES |
| Battery-powered or strict efficiency requirements | NO | YES |
The Default Recommendation
If your project requires more than 500mA of continuous current, or if your unregulated DC bus is more than 4V higher than your target output, default to the Texas Instruments TPS5430DDA. It handles up to 36V on the input (safely surviving the 32V peak of a 24VAC transformer under no-load conditions), delivers 3A continuously, and requires only a single external inductor, a catch diode, and a few passives. For loads under 300mA where absolute signal purity is required, default to the Analog Devices LT3042 linear regulator, provided your transformer tap is chosen to keep the dropout voltage under 3V to prevent thermal throttling.






