Accurately compute peak-to-peak ripple voltage, RMS ripple, ripple factor, and DC output for half‑wave and full‑bridge rectifiers with capacitive filtering.
In linear power supplies, the output of a rectifier is a pulsating DC. A smoothing capacitor (filter capacitor) charges to the peak voltage and discharges through the load during the non-conduction intervals, creating a residual AC variation known as ripple voltage. The ripple directly affects regulation and noise performance. This calculator uses industry‑standard formulas derived from the capacitor discharge equation: I = C·dV/dt.
Full-wave ripple (peak‑to‑peak): ΔVpp = Iload / (2 · f · C)
Half-wave ripple: ΔVpp = Iload / (f · C)
Where I in amperes, C in farads, f in Hz → ΔV in volts.
Our tool implements the widely accepted approximation assuming linear discharge (which holds for small ripple relative to Vpeak). The RMS ripple for a sawtooth waveform equals ΔVpp / (2√3). Ripple factor γ = Vr(rms) / VDC expressed as percentage — lower values indicate cleaner DC. Typical power supplies for analog circuits aim for γ < 3% (Vrpp < 1% of VDC).
Design requirement: Vpeak = 9V (from 6VAC transformer after rectification drops), I=1A, C=2200µF, f=60Hz full-wave. Our calculator yields ΔVpp = 1/(2*60*0.0022) ≈ 3.79V, VDC ≈ 9 - 1.9 = 7.1V before regulator. A 7805 requires at least 2V headroom: 7.1V meets dropout, but ripple of 3.8Vpp passes to output if no further filtering. Increasing C to 4700µF reduces ripple to 1.77Vpp — critical for low‑noise designs.
| Application | Vpeak (V) | I (mA) | C (µF) | Rectifier | Vr(pp) (V) | Ripple Factor |
|---|---|---|---|---|---|---|
| Hi-Fi preamp | 18 | 150 | 3300 | Full-wave | 0.38 | 1.2% |
| Battery charger | 14 | 2000 | 4700 | Full-wave | 3.55 | 14.8% |
| LED driver (half-wave) | 24 | 300 | 1000 | Half-wave | 6.0 | 14.3% |
| Microcontroller supply | 9 | 800 | 1000 | Full-wave | 6.67 | 34% (needs more C) |
Excessive ripple can cause audible hum in audio amplifiers, timing jitter in digital circuits, and reduced accuracy in ADC references. Engineers use the ripple factor as a key metric; for linear regulators like 78xx series, ripple rejection (PSRR) further attenuates output ripple by 60–80 dB. This calculator helps choose capacitance values to meet ripple requirements before regulation.