All-Pass Filters: Shifting Phase Without Touching Amplitude

2026-06-05

Most filters trade frequency content for something — low-pass kills highs, bandpass kills both sides. An all-pass filter passes every frequency at the same amplitude but shifts the phase as a function of frequency. Useful? Extremely. Phase delay is how you align signals, build phase shifters for SSB modulators, equalize group delay in audio crossovers, and synthesize quadrature signals.

The classic first-order all-pass uses a single op-amp with a matched RC pair:

The transfer function works out to H(jω) = (1 − jωRC) / (1 + jωRC). Magnitude is exactly 1 at every frequency. Phase rolls smoothly from 0° at DC to −180° at infinity, passing through −90° at the center frequency f₀ = 1/(2πRC).

Rule of thumb: at f₀, you get −90° phase shift. Want −45°? Operate at f₀/2.41. Want −135°? Operate at 2.41·f₀. The factor 2.41 comes from tan(67.5°).

Worked example — phase shifter for a lock-in amplifier reference at 1 kHz: Suppose you need to dial the reference phase by 90° relative to your signal. Pick R = 16 kΩ and C = 10 nF. Then f₀ = 1/(2π·16k·10n) ≈ 995 Hz — close enough. Replace R with a 20 kΩ pot in series with a 1 kΩ resistor and you can tune phase from roughly −5° to −175° across the dial. The signal amplitude stays rock-solid the whole time, which is why this beats trying to mix amplitude into phase control with a vector modulator.

Practical gotchas:

Second-order all-pass sections (using a state-variable or biquad core) let you place a complex pole-zero pair, enabling Bessel-style flat group delay or precision Hilbert transformers across decades of bandwidth.

See it in action: Check out Electronics: How to calculate phase shift of a low-pass filter
#39;s output? (3 Solutions!!) by Roel Van de Paar to see this theory applied.
Key Takeaway: An all-pass filter is a phase knob: it leaves every frequency's amplitude untouched while rotating phase from 0° to −180° around f₀ = 1/(2πRC), making it the go-to building block for delay equalization, quadrature generation, and tunable phase shifters.