When engineers and hobbyists search for an h bridge rectifier, they are usually referring to the classic full-wave bridge rectifier. The terminology overlap happens because the schematic for a four-diode bridge visually resembles the letter "H" (or a diamond), which is identical to the topology used in bidirectional motor-control H-bridges. However, in power supply design, this topology uses four diodes to steer both halves of an AC waveform into a unidirectional, pulsating DC output.

The direct answer for a standard 120VAC-to-DC conversion: a full-wave bridge rectifier drops the peak voltage by two diode forward voltages ($2 \times V_f$) and generates heat proportional to the load current. Selecting the right diodes, bulk capacitance, and downstream regulator requires precise headroom math and thermal derating, not just guessing from a datasheet's absolute maximum ratings.

Topology Clarification and Rectifier Comparison Matrix

Before sizing components, it is critical to distinguish the power-supply bridge rectifier from the motor-drive H-bridge. A motor H-bridge uses four active switches (MOSFETs or IGBTs) to reverse current flow through a load. A rectifier bridge uses four passive diodes (or active synchronous MOSFETs in high-efficiency designs) to enforce unidirectional current flow from an AC source.

Below is a data-dense comparison of the common AC-DC rectifier topologies you will encounter when designing the front end of a power supply.

Topology Diode Count Transformer Utilization Voltage Drop ($V_f$) Typical Efficiency Cost & Complexity
Half-Wave 1 Poor (DC saturates core) $1 \times V_f$ (~0.7V) < 40% Lowest / Simplest
Center-Tap Full-Wave 2 Good (uses half winding at a time) $1 \times V_f$ (~0.7V) 70 - 80% Medium (requires 3-wire transformer)
Full-Wave Bridge (H-Bridge) 4 Excellent (full winding used) $2 \times V_f$ (~1.4V to 2.2V) 85 - 92% Low / Standard for >50W
Active Synchronous Bridge 4 (MOSFETs) Excellent $2 \times V_{DS(on)}$ (~0.1V) 96 - 99% Highest (requires gate drive ICs)

For loads between 1A and 10A, the passive full-wave bridge (using silicon or Schottky diodes) remains the industry standard due to its low cost and ruggedness. Active synchronous bridges are reserved for high-current server power supplies or ultra-low-voltage applications where a 1.4V silicon drop would destroy system efficiency.

Design Example: 12V @ 3A Rectifier Stage (Linear vs. Switching)

Let’s design the front end for a 12V, 3A (36W) bench supply. We will use an 18VAC RMS toroidal transformer feeding a GBU806 8A bridge rectifier, followed by a bulk filter capacitor.

The Transformer Regulation Trap and Headroom Math

A common mistake is assuming an 18VAC transformer outputs exactly 18VAC under load. Small toroidal and E-core transformers have a voltage regulation of 10% to 15%. At a 3A load, the secondary voltage will sag to roughly 16.5VAC.

  • Peak AC Voltage: $16.5V \times \sqrt{2} = 23.33V$
  • Diode Drop: The GBU806 drops about 1.05V per diode at 3A. Two conduct in series: $2 \times 1.05V = 2.1V$
  • Unloaded Peak DC: $23.33V - 2.1V = 21.23V$

Now we must choose between a linear regulator and a switching buck converter to step this down to 12V.

Linear Regulator (e.g., LT1084 5A LDO):
The LT1084 requires a minimum dropout voltage of 1.5V. To maintain a clean 12V output, the input valley voltage (the lowest point of the ripple waveform) must never drop below 13.5V. If we allow a peak-to-peak ripple of 6V, the valley is $21.23V - 6V = 15.23V$. This provides safe headroom. However, the power dissipated as heat is massive: $P = (V_{in(avg)} - V_{out}) \times I = (18.2V - 12V) \times 3A = 18.6W$. This requires a large extruded aluminum heatsink.

Switching Regulator (e.g., LM2596 or TPS5430):
A buck converter operating at 85% efficiency will draw roughly 2.5A from the rectifier stage. The heat dissipated by the regulator is only $P = (36W / 0.85) - 36W = 6.35W$. Furthermore, because switchers can tolerate much deeper input voltage valleys (the LM2596 can operate down to 4.5V, though you need headroom for the 12V output plus the switch's minimum duty cycle), you can use a smaller bulk capacitor. For a 36W load, switching is the undisputed winner for thermal management.

Protection, Input Range, and Thermal Derating

When an empty bulk capacitor is first connected to the AC line, it acts as a dead short. The inrush current can easily exceed 50A for a few milliseconds, potentially tripping upstream breakers, welding rectifier die contacts, or blowing the primary fuse.

⚠️ WARNING: Mains Voltage and Inrush Current
Always de-energize and verify dead with a multimeter before working on the primary side. To limit inrush current on a 3A secondary supply, place an NTC thermistor (e.g., Ametherm MS35 10018, 10Ω cold resistance) in series with the transformer primary. Never bypass the primary fuse; use a time-delay (slow-blow) fuse rated for 1.5x the nominal primary current to survive the initial inrush without nuisance tripping.

Thermal Derating is Not Optional

Datasheets advertise the GBU806 as an "8 Amp" rectifier. This rating assumes the case temperature ($T_C$) is held at 100°C. In reality, the junction-to-ambient thermal resistance ($R_{\theta JA}$) of a bare GBU package on a standard PCB is roughly 150°C/W.

If your rectifier dissipates 3.3W ($2.1V \times 3A \times 0.5$ duty cycle per diode pair), the temperature rise without a heatsink is $3.3W \times 150°C/W = 495°C$. The silicon will vaporize. You must either mount the bridge to a chassis heatsink using thermal paste (dropping $R_{\theta JA}$ to ~10°C/W, yielding a safe 33°C rise) or use a discrete diode array (like four MUR1560 fast-recovery diodes) spread across the PCB to utilize copper pours for heat dissipation.

Ripple, Noise, and Filter Expectations

The raw DC output of an h bridge rectifier is a 120Hz pulsating waveform (assuming a 60Hz AC input). Sizing the bulk capacitor requires more than just the standard textbook formula; you must account for the capacitor's Equivalent Series Resistance (ESR).

Calculating Bulk Capacitance with ESR

The total peak-to-peak ripple voltage ($\Delta V$) is the sum of the capacitive discharge ripple and the voltage drop across the ESR:

$$ \Delta V = \frac{I_{load}}{2 \times f \times C} + (I_{peak} \times ESR) $$

For our 3A load at 120Hz, using a standard 4700µF electrolytic capacitor with an ESR of 40mΩ:

  • Capacitive Ripple: $3 / (240 \times 0.0047) = 2.66V$
  • ESR Ripple: The peak charging current ($I_{peak}$) into the capacitor is often 2x to 3x the average load current due to the narrow conduction angle. Let's assume 8A peak. $8A \times 0.040\Omega = 0.32V$
  • Total Ripple: $2.66V + 0.32V = 2.98V_{p-p}$

While 2.98V of ripple is acceptable for a switching regulator, it will induce severe 120Hz hum if fed into an audio-grade linear regulator. For low-noise applications, Analog Devices recommends paralleling multiple low-ESR capacitors or adding an LC pi-filter (a small series inductor followed by a second capacitor) to attenuate the high-frequency diode recovery spikes that occur when the AC waveform crosses zero and the diodes snap off.

By respecting transformer regulation, calculating true thermal resistance rather than relying on absolute maximum current ratings, and accounting for ESR in your ripple math, your bridge rectifier stage will provide a rock-solid DC bus for years of continuous operation.