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.

MetricLinear Regulator (e.g., LDO / Standard)Switching Buck Converter
EfficiencyLow (Vout / Vin). Typically 30-50% for large dropouts.High. Typically 80-92% across wide input ranges.
Heat DissipationMassive. Dissipates excess voltage as pure heat (P = ΔV × I).Minimal. Heat is largely limited to MOSFET switching losses and inductor DCR.
Output NoiseExtremely low. Microvolt-level RMS noise; no switching ripple.Moderate to high. 20-80mV peak-to-peak switching ripple at the switching frequency.
Cost & BOMLow component count, but high cost for large heatsinks.Higher component count (inductor, catch diode, boot cap), but no heatsink needed.
Transient ResponseExcellent. 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.

Transformer Sizing Math: A 24VAC transformer outputs 24V RMS. The peak voltage is 24V × 1.414 = 33.9V. Subtracting the ~2V forward voltage drop of the bridge rectifier leaves a 31.9V peak. Under a 2A load, the transformer will droop to roughly 22VAC, yielding a peak rectified DC of about 29V, which sags to an average unregulated DC bus of ~24V to 27V depending on your filter capacitor size.
StageComponent / Part NumberFunction & Specs
Step-DownTriad Magnetics F-256P120VAC to 24VAC, 2.5A (60VA). Provides isolation and initial voltage reduction.
RectificationDiotec W10M (DIP-4)1000V, 10A bridge rectifier. Over-rated for 2A to ensure cool operation without a heatsink.
Bulk FilterUnited Chemi-Con KMH 4700µF 50VSmooths 120Hz ripple. Must be a high-ripple-current rated series (3A+ RMS rating).
Linear RegulatorAnalog Devices LT1084CT-125A LDO, fixed 12V. Dropout voltage is 1.3V max.
Switching RegulatorTexas Instruments TPS5430DDA5.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.

Capacitor Ripple Current Derating: Beginners often buy cheap, no-name electrolytic capacitors for the filter stage. A 4700µF capacitor on a 2A rectified supply will experience roughly 4A to 5A of RMS ripple current due to the narrow conduction angle of the bridge rectifier. If your capacitor is only rated for 1.5A ripple current, its internal equivalent series resistance (ESR) will generate enough heat to boil the electrolyte, causing the capacitor to vent or explode. Always specify high-ripple, long-life snap-in capacitors like the Nichicon LGG or United Chemi-Con KMH series.

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 / RequirementLinear RegulatorSwitching Buck
Load current is < 300mA AND dropout (Vin - Vout) is < 3VYES (Use an LDO like TI TPS7A47)Overkill; EMI not worth it.
Load is a precision audio, RF, or 24-bit ADC circuitYES (Use ultra-low noise LT3042)NO (Unless followed by LC pi-filter + LDO).
Load current is > 500mANO (Thermal management becomes impractical)YES
Input-to-output dropout is > 4V at high currentNO (Will exceed junction temp limits)YES
Battery-powered or strict efficiency requirementsNOYES

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.