Comparison

LPF vs HPF vs BPF

A heart-rate monitor sampling at 200 Hz needs a low-pass filter at 40 Hz to block muscle noise; the same ECG front-end needs a high-pass filter at 0.5 Hz to remove electrode DC offset; and a notch at 50 Hz kills power-line interference — three filter types in a single signal chain. Understanding what each does to the frequency spectrum, and how to realise it with R, C, and an op-amp, is fundamental to any analog signal processing task.

EEE, ECE, EI

Side-by-side comparison

ParameterLPFHPF
Passes frequenciesBelow cutoff fc (low frequencies)Above cutoff fc (high frequencies)
Blocks frequenciesAbove fc (stopband is high frequency)Below fc (stopband is low frequency)
Transfer function (1st order)H(s) = ωc / (s + ωc)H(s) = s / (s + ωc)
−3 dB cutoff formula (RC)fc = 1/(2πRC)fc = 1/(2πRC)
Roll-off (1st order)−20 dB/decade above fc−20 dB/decade below fc
DC responsePasses DC (0 Hz)Blocks DC (gain → 0 at f = 0)
Key parameterCutoff frequency fcCutoff frequency fc
Passive realisationR in series, C to groundC in series, R to ground
Active IC exampleSallen-Key LPF using TL072Sallen-Key HPF using TL072
Typical applicationAnti-aliasing, audio bass, power supply ripple removalAC coupling, rumble filter, differentiator base

Key differences

An LPF lets through DC and low frequencies, attenuating everything above fc at −20n dB/decade (n = filter order). An HPF is the mirror image — it blocks DC and passes everything above its cutoff, realised by simply swapping R and C positions in the RC network. A BPF combines both, passing only a band around centre frequency f0; its bandwidth BW=f0/Q means high Q gives a narrow, selective passband. A 2nd-order multiple-feedback BPF built with an LM324 can achieve Q of 10–50, giving a 200 Hz bandwidth around a 1 kHz centre. All three appear together in an ECG amplifier front-end — HPF at 0.5 Hz, LPF at 150 Hz, notch (twin-T) at 50 Hz.

When to use LPF

Use a low-pass filter when high-frequency noise or aliasing must be removed from a signal — for example, a 1 kHz Sallen-Key LPF using a TL072 before the ADC input of a temperature data logger sampling at 5 kHz.

When to use HPF

Use a bandpass filter when only a specific frequency range carries the wanted signal — for example, a multiple-feedback BPF centred at 1 kHz with Q=10 to isolate DTMF tones in a telephone line interface circuit.

Recommendation

Match the filter type to the spectral location of your wanted signal: LPF for baseband signals, HPF to block DC offset or low-frequency drift, BPF when the signal is centred around a specific frequency. The cutoff or centre frequency formula must be the first thing you calculate — fc=1/(2πRC) for first-order RC types.

Exam tip: Examiners frequently ask you to draw the frequency response (Bode magnitude plot) for all three types on the same axes and label the −3 dB point, the roll-off slope, and the passband — practise this as a single diagram.

Interview tip: Interviewers expect you to swap component positions in an RC network to convert an LPF to an HPF and to calculate the new cutoff frequency when given R and C values — do this mentally in under 30 seconds during the interview.

More Analog Electronics comparisons