In power supply design and conversion, accurately measuring low-amplitude AC signals on a DC rail is critical for digital feedback loops, ripple monitoring, and protection circuitry. A precision rectifier (or active rectifier) is a circuit that combines an operational amplifier with diodes to eliminate the forward voltage drop ($V_f$) of standard semiconductors, enabling accurate AC-to-DC conversion for signals as low as microvolts. If you are monitoring high-frequency, low-amplitude AC ripple on a DC rail for an ADC or control loop, and your signal is below 200mV, you must use an active precision rectifier topology.
The 0.6V Barrier: Why Standard Diodes Fail in PSU Monitoring
Standard silicon signal diodes like the 1N4148 have a forward voltage drop of roughly 0.6V. Schottky diodes like the BAT54 improve this to about 0.2V. If you are designing a linear power supply, the primary AC ripple is typically 120Hz (from full-wave mains rectification) and often exceeds 1V peak-to-peak, meaning a passive Schottky diode might suffice for basic envelope detection.
However, modern switching power supplies (SMPS) operate at 100kHz to 2MHz. The output ripple on a well-designed 12V buck converter might be only 30mV to 50mV peak-to-peak. If you feed a 30mV AC signal into a passive 1N4148 rectifier, the diode never reaches its 0.6V conduction threshold. Your DC output will be exactly 0V. You lose the signal entirely. Even a Schottky diode will clip the bottom 200mV of your waveform, introducing massive nonlinear distortion and rendering the DC average useless for precision ADC feedback.
A precision rectifier solves this by placing the diode inside the op-amp's negative feedback loop. The op-amp automatically drives its output higher by $V_f$ to compensate for the diode drop, effectively reducing the circuit's forward voltage to the op-amp's input offset voltage (often in the microvolt range).
Topology Comparison: Signal vs. Power Rectification
When we discuss rectification in power supply design, we must distinguish between signal-level precision rectifiers (for monitoring and control) and power-level synchronous rectifiers (for efficiency and heat reduction in the power path). Here is how the topologies compare across critical PSU design metrics.
| Topology | Primary Use Case | Efficiency / Heat | Noise / Bandwidth | Cost & Complexity |
|---|---|---|---|---|
| Half-Wave Active (1 Op-Amp, 1 Diode) | Low-freq linear PSU ripple monitoring (<1kHz) | N/A (Signal path); Op-amp dissipates <10mW | High noise during negative half-cycle (op-amp rails out) | $ (Low) |
| Full-Wave Active (2 Op-Amps, 2 Diodes) | High-freq SMPS ripple monitoring (10kHz - 1MHz) | N/A (Signal path); Total dissipation ~25mW | Low noise, continuous linear operation, high bandwidth | $$ (Medium) |
| Synchronous MOSFET (e.g., LT4320) | Power path AC-DC conversion (Energy harvesting, high-current PSU front-ends) | Extremely high; $I^2R$ losses only (milliohm $R_{DS(on)}$ vs 0.3V $V_f$) | Switching noise from gate drivers; limited to <1kHz typically | $$$ (High) |
Design Example: 100kHz Full-Wave Precision Rectifier
Let us design a full-wave precision rectifier to monitor the 50mV peak-to-peak, 100kHz switching ripple on a 12V buck converter output, scaling it to a 0-1V DC signal for a 3.3V microcontroller ADC.
Component Selection and Headroom Math
The most common mistake in high-frequency precision rectifiers is selecting an op-amp based solely on DC specifications. At 100kHz, slew rate and Gain-Bandwidth Product (GBW) dictate performance.
- Op-Amp: Texas Instruments OPA350. It features a 38MHz GBW, 22V/µs slew rate, and rail-to-rail input/output (RRIO). It operates on a single 3.3V or 5V supply, matching the MCU domain.
- Diodes: BAT54S (Dual Schottky). Do not use 1N4148 silicon diodes here.
- Gain Setting: Input is 25mV peak. Target output is 500mV peak. Required gain = 20. Set $R_f = 20k\Omega$ and $R_{in} = 1k\Omega$.
The Saturation Recovery Problem (Why Schottky Diodes are Mandatory)
In a half-wave precision rectifier, when the input signal goes negative, the feedback diode turns off. The op-amp loses its feedback path and slams its output into the negative supply rail (saturation). When the input swings positive again, the op-amp must recover from saturation before the diode conducts. This recovery time introduces massive phase delay and ringing at high frequencies.
Ripple and Noise Expectations
The OPA350 has an input voltage noise density of 11 nV/√Hz. Over a 100kHz bandwidth, the integrated RMS noise is roughly 3.5 µV. When multiplied by the gain of 20, the output noise floor is approximately 70 µV RMS. This is exceptionally clean and will not interfere with a 12-bit or 16-bit ADC reading a 500mV full-scale signal. To eliminate residual 100kHz carrier ripple from the DC output, place a 10nF ceramic capacitor in parallel with the feedback resistor ($R_f$), creating a low-pass filter with a cutoff frequency of roughly 796 Hz.
Thermal Derating, Input Protection, and Edge Cases
Power supply environments are electrically hostile. A precision rectifier monitoring a DC rail must survive transients, thermal gradients, and ground bounce.
Input Protection and Clamping
If your rectifier is measuring a switch node rather than a clean output rail, you will see 50V+ spikes due to parasitic inductance ringing. The OPA350's absolute maximum input voltage is 0.5V beyond the supply rails. To protect the front end:
- Place a 100Ω series resistor at the non-inverting input.
- Use internal or external Schottky clamping diodes (like the BAV99) tied to the 3.3V rail and GND.
- The 100Ω resistor limits the clamping current to safe levels (under 10mA) during a 50V transient spike.
Thermal Drift and Derating
While the OPA350 dissipates only ~15mW (negligible self-heating), the ambient temperature inside a PSU enclosure can easily reach 65°C. The OPA350's input offset voltage drift is 1.5 µV/°C. Over a 40°C temperature rise from bench to full-load enclosure, the offset shifts by 60 µV. Referred to the input (RTI) with a gain of 20, this adds a 3 µV DC error to your measurement. For a 50mV signal, this is a 0.006% error—entirely acceptable for PSU monitoring. However, if you are attempting to measure microvolt-level shunt voltages, you must upgrade to a zero-drift (chopper-stabilized) op-amp like the OPA188, trading off GBW for thermal stability.
Decision Path: Selecting Your Rectifier Topology
Do not default to a complex active circuit if a passive one will suffice, but never compromise on signal integrity in a control loop. Use this decision matrix to finalize your component selection.
| Condition / Requirement | Recommended Action | Concrete Part Pick |
|---|---|---|
| Signal amplitude > 1V peak, Frequency < 1kHz (Linear PSU hum) | Use a passive Schottky rectifier with an RC filter. Active rectification is unnecessary overhead. | BAT54 Diode + 10kΩ/1µF RC filter |
| Signal amplitude < 200mV, Frequency < 5kHz (Audio or slow control loops) | Use a standard half-wave precision rectifier. Saturation recovery time will not impact low frequencies. | LM358 + 1N4148 |
| Signal amplitude < 200mV, Frequency > 10kHz (SMPS ripple monitoring) | Use a full-wave active precision rectifier with fast Schottky diodes to prevent op-amp saturation delay. | OPA350 + BAT54S |
| Power path rectification (Harvesting mW to W from AC sources) | Use a synchronous MOSFET bridge controller to eliminate diode $V_f$ heat losses entirely. | LT4320 Ideal Diode Bridge Controller |
The Default Recommendation: For 90% of modern digital power supply monitoring tasks—where you are extracting 10kHz to 500kHz ripple data from a low-voltage rail to feed an MCU ADC—the OPA350 full-wave topology paired with BAT54 Schottky diodes is the definitive choice. It provides the necessary 38MHz GBW to maintain loop stability at high frequencies, the rail-to-rail output to maximize your 3.3V ADC dynamic range, and the fast recovery characteristics required to prevent high-frequency signal clipping. Calculate your gain resistors to map your maximum expected ripple to 80% of your ADC's reference voltage, add a 10nF feedback capacitor for carrier rejection, and your signal conditioning front-end will be bulletproof.






