A high pass filter (HPF) is an electronic circuit that permits signals with frequencies above a specific cutoff point to pass through while attenuating lower frequencies. In a real circuit, an HPF changes the signal topology by stripping away DC voltage offsets, blocking low-frequency mechanical rumble, or isolating AC waveforms from a mixed AC/DC power rail, effectively shifting the dynamic signal baseline to 0V. Whether you are conditioning a piezo sensor or designing an audio crossover, understanding how to calculate and properly load an HPF is a foundational bench skill.
The Core Math and Component Selection
The standard first-order passive RC high pass filter relies on the frequency-dependent reactance of a capacitor. The capacitive reactance ($X_C$) is inversely proportional to frequency: $X_C = \frac{1}{2 \pi f C}$. At low frequencies, the capacitor's reactance is high, choking the signal and dropping the voltage across the capacitor itself. At high frequencies, the reactance drops toward zero, and the signal passes almost unimpeded to the load resistor.
The -3dB cutoff frequency ($f_c$), where the signal power is reduced by half (and voltage is reduced to 70.7%), is calculated as:
$f_c = \frac{1}{2 \pi R C}$
When designing an HPF, you rarely pick arbitrary resistor and capacitor values. You select standard E24 resistor values and standard film or ceramic capacitor values to hit your target. Below is a reference table of common HPF targets using easily sourced, bench-friendly components.
| Target Cutoff ($f_c$) | Primary Application | Capacitor (C) | Resistor (R) | Actual $f_c$ |
|---|---|---|---|---|
| 20 Hz | Audio subsonic rumble block | 470 nF | 16 kΩ | 21.1 Hz |
| 80 Hz | Microphone HVAC handling noise | 100 nF | 20 kΩ | 79.6 Hz |
| 300 Hz | Acoustic guitar piezo conditioning | 47 nF | 11 kΩ | 308.6 Hz |
| 3.4 kHz | Telecom voice band isolation | 4.7 nF | 10 kΩ | 3.38 kHz |
| 15 kHz | Ultrasonic sensor DC block | 1 nF | 10 kΩ | 15.9 kHz |
For a deeper dive into the transfer functions and Bode plots associated with these topologies, the Electronics Tutorials guide on High Pass Filters provides excellent visual breakdowns of the phase shift and attenuation slopes.
Worked Numeric Example: Designing an 80 Hz Audio Rumble Filter
Let’s walk through a real bench scenario. You are building a microphone preamplifier and need to block low-frequency HVAC rumble and handling noise below 80 Hz, while passing the vocal spectrum cleanly. We need a first-order passive HPF with an 80 Hz cutoff.
Step 1: Choose the Capacitor
We select C = 100 nF (0.1 µF). Bench Warning: Do not use a standard X7R ceramic capacitor for audio HPFs. X7R dielectrics exhibit a severe voltage coefficient (capacitance drops as DC bias increases) and piezoelectric microphonics. An X7R cap will literally act as a contact microphone, picking up vibrations from your desk and injecting them into the audio path as low-frequency thumps. Instead, use a WIMA MKS, Panasonic ECQ film capacitor, or at minimum a C0G/NP0 ceramic.
Step 2: Calculate the Resistor
Rearranging the cutoff formula to solve for R:
$R = \frac{1}{2 \pi \times f_c \times C}$
$R = \frac{1}{2 \pi \times 80 \times (100 \times 10^{-9})}$
$R \approx 19,894 \Omega$
Step 3: Select the E24 Standard Value and Verify
The closest standard E24 resistor value is 20 kΩ. Let’s recalculate the actual cutoff frequency to verify our error margin:
$f_c = \frac{1}{2 \pi \times 20,000 \times (100 \times 10^{-9})} = 79.57 \text{ Hz}$
This is well within acceptable tolerance for an audio rumble filter.
Step 4: The Loading Effect (Where Beginners Fail)
A passive HPF does not exist in a vacuum; it interacts with the input impedance of the next stage. If this filter feeds an op-amp with a 100 kΩ input impedance, the 20 kΩ source resistance is fine (following the 1/5th loading rule). However, if you feed this directly into a microcontroller's 10 kΩ ADC input, the 20 kΩ filter resistor and the 10 kΩ ADC impedance form a parallel resistance network. The effective load becomes $20k \parallel 10k = 6.67 k\Omega$.
Where You Meet HPFs in Practice
While the math is straightforward, the physical implementations of high pass filters vary wildly across disciplines. Here is where you will encounter them on the job or in the lab:
- Oscilloscope AC Coupling: When you press the 'AC' button on your scope's channel menu, you are inserting an internal high pass filter (typically with a cutoff around 10 Hz) in series with the BNC input. This blocks the DC offset of a power rail so you can zoom in on the AC ripple without the trace flying off the screen.
- Audio Loudspeaker Crossovers: Tweeters are easily destroyed by low-frequency excursion. Passive 2nd-order (12 dB/octave) high pass filters using non-polarized electrolytic capacitors and air-core inductors are wired in series with tweeters to block bass frequencies while passing highs.
- Piezo Vibration Sensors: Piezo elements generate a charge when deformed, but they also suffer from slow thermal drift and pyroelectric effects. A high pass filter with a 1 Hz to 5 Hz cutoff is used to block the slow thermal baseline drift while passing the fast, high-frequency acoustic 'taps' or vibrations you actually want to measure.
- RF and EMI Chokes: In switching power supplies, small ferrite beads paired with low-value capacitors form high pass networks that shunt high-frequency switching noise (100 kHz+) to ground while allowing the DC power to pass to the load.
For comprehensive theory on how these filters behave in AC networks, All About Circuits offers an excellent breakdown of phase angles and impedance vectors in reactive filter networks.
Common Confusions and Pitfalls
When discussing filter design, a few terms and concepts are frequently conflated, leading to poor circuit performance.
HPF vs. AC Coupling
Electrically, a first-order passive high pass filter and an 'AC coupling' capacitor are the exact same circuit. The difference is purely semantic and based on intent. We call it 'AC coupling' when the primary goal is to block a known DC voltage while passing an unknown AC signal (like linking two amplifier stages). We call it a 'high pass filter' when the primary goal is to attenuate specific low-frequency noise or shape a frequency response curve.
Passive vs. Active Filters
A passive RC HPF suffers from insertion loss and loading effects, as demonstrated in the worked example above. An active HPF incorporates an operational amplifier. The op-amp provides high input impedance (preventing the source from being loaded) and low output impedance (preventing the next stage from shifting the cutoff frequency). If your application requires driving a heavy load or cascading multiple filter stages for a steeper roll-off, you must use an active topology like the Sallen-Key high pass filter.
Dielectric Absorption and 'Memory'
If you use a cheap electrolytic or high-K ceramic capacitor in a precision DC-blocking HPF, you may encounter dielectric absorption. When a large voltage transient hits the filter, the dielectric 'absorbs' some charge and slowly releases it later, causing a lingering DC offset that takes seconds or minutes to settle. For precision instrumentation HPFs, always specify C0G/NP0 ceramics or polystyrene/polypropylene film capacitors.
Frequently Asked Questions
What is the attenuation slope of a first-order HPF?
A first-order RC high pass filter attenuates signals below the cutoff frequency at a rate of -20 dB per decade, which is equivalent to -6 dB per octave. If you need a steeper roll-off to aggressively block low frequencies, you must cascade stages to create a 2nd-order (-40 dB/decade) or 3rd-order (-60 dB/decade) filter.
Can I use an inductor to make a high pass filter?
Yes. An RL (Resistor-Inductor) high pass filter places the inductor in parallel with the load and the resistor in series. However, inductors are bulky, expensive, and prone to picking up electromagnetic interference (EMI). RC topologies are vastly preferred for low-frequency and audio applications, while RL or LC topologies are reserved for high-frequency RF applications where capacitor parasitic inductance becomes an issue.
How does an HPF affect phase shift?
At the exact cutoff frequency ($f_c$), a first-order HPF introduces a +45° phase lead. As the frequency drops further below the cutoff, the phase lead approaches +90°. As the frequency rises well above the cutoff, the phase shift approaches 0°. This phase shift is critical to account for in control loop compensation and active audio crossovers.
For advanced active filter topologies and op-amp selection criteria, refer to the Analog Devices guide to active filter design, which covers Sallen-Key and multiple-feedback architectures in detail.






