A high pass filter (HPF) is an electronic circuit or digital algorithm that allows frequencies above a specific cutoff point to pass through while attenuating (blocking) lower frequencies. When you encounter a high pass filter icon on a car stereo faceplate, a digital audio workstation (DAW) plugin, or a schematic capture tool, it universally represents this exact behavior: blocking the lows and passing the highs. Think of it like a bouncer at a club checking IDs: anyone under the age limit (the cutoff frequency) is turned away, while older patrons walk straight in.
Recognizing the High Pass Filter Icon and Schematic Symbols
Because 'high pass filter' spans digital software, physical hardware, and theoretical schematics, the 'icon' changes depending on your workbench. If you are mixing audio in Ableton or FL Studio, you are clicking a UI graphic. If you are designing a PCB in Altium or KiCad, you are drawing a schematic topology. If you are analyzing control loops, you are looking at a Bode plot.
Below is a reference table to help you instantly identify the high pass filter representation across these different domains. Bookmark this for your next bench session or software routing task.
| Context | Icon / Symbol Description | Visual Shape | Typical Use Case |
|---|---|---|---|
| DAW / Software UI | High Pass Filter Toggle | Line rising from bottom-left to a flat top-right plateau | Digital EQ, removing mic handling noise, synth shaping |
| Schematic (Passive) | RC High Pass Topology | Series capacitor on signal line, shunt resistor to ground | Tweeter crossovers, AC coupling, simple DC blocking |
| Schematic (Active) | Sallen-Key HPF | Op-amp with dual RC network in the non-inverting feedback loop | Steep 2nd-order (12dB/oct) slopes, active audio crossovers |
| Bode Plot / Math | Asymptotic Response | +20dB/decade diagonal line intersecting the 0dB horizontal axis | Control loop stability analysis, amplifier compensation |
A common mistake for beginners is confusing the high pass filter icon with a low shelf EQ icon. A low shelf cuts low frequencies but eventually flattens out at a lower gain; it does not drop to negative infinity. A true HPF continues its downward slope indefinitely as frequency approaches 0 Hz (DC).
The Math and a Worked Numeric Example
To move beyond just recognizing the icon, you need to know how to design the physical circuit. The most fundamental HPF is the first-order passive RC (Resistor-Capacitor) filter. The cutoff frequency ($f_c$), defined as the -3dB point where the signal power drops by half, is calculated using:
Where: R is resistance in Ohms ($\Omega$), C is capacitance in Farads (F), and $f_c$ is in Hertz (Hz).
Let us design a real-world high pass filter for an audio amplifier input to block subsonic rumble and turntable motor noise. Our target cutoff frequency is 80 Hz.
Step 1: Choose the Capacitor (The Critical E-E-A-T Decision)
Do not just grab any capacitor from your bin. For an audio signal path, avoid standard Y5V or X7R ceramic capacitors; their capacitance drops drastically with applied DC bias voltage, and they introduce piezoelectric microphonic noise. Instead, specify a metalized polypropylene film capacitor, like the WIMA MKP10 series. Let us select a standard value of 100 nF (0.1 µF).
Step 2: Calculate the Resistor
Rearranging the formula to solve for R:
$R = \frac{1}{2 \pi \times 80 \text{ Hz} \times 100 \times 10^{-9} \text{ F}}$
$R \approx 19,894 \, \Omega$
Step 3: Select Standard Component and Verify
The closest standard 1% tolerance metal film resistor (such as the Vishay MRS25 series) is 20.0 kΩ. Let us recalculate the actual cutoff frequency with this real-world part:
$f_c = \frac{1}{2 \pi \times 20,000 \times 100 \times 10^{-9}} = \mathbf{79.57 \text{ Hz}}$
This is well within the acceptable tolerance for an audio rumble filter. However, you must also consider impedance loading. A 20 kΩ resistor means the filter's output impedance is relatively high. If you connect this directly to a power amp with a 10 kΩ input impedance, the amp will load down the filter, shifting your cutoff frequency up to roughly 240 Hz and causing a 6dB insertion loss. Always buffer a passive RC HPF with an op-amp (like a TL072 or NE5532) configured as a unity-gain voltage follower if the next stage has an input impedance less than 10 times the filter's resistor value.
What It Changes in a Real Circuit (and Common Confusions)
When you insert a high pass filter into a circuit, it does more than just reduce the amplitude of low frequencies. It fundamentally alters the phase and DC characteristics of the signal.
1. Phase Shift (The Hidden Killer)
A first-order passive RC high pass filter introduces a phase lead. At the exact cutoff frequency ($f_c$), the output signal leads the input by +45°. As the frequency drops further toward 0 Hz, the phase shift approaches +90°. In audio crossovers, this phase shift must be accounted for when summing the HPF tweeter signal with the low-pass woofer signal to avoid cancellation at the crossover point. In control systems (like a PID controller feedback loop), an unexpected +90° phase shift at low frequencies can push your system into oscillation.
2. DC Blocking
Because a capacitor blocks direct current, every passive RC high pass filter is inherently a DC blocker. It removes any DC offset voltage from an AC signal, centering the waveform around 0V.
- DC Blocker vs. Tuned HPF: A 10µF capacitor in series with an oscilloscope's 1MΩ input blocks DC, but its cutoff is 0.016 Hz. While technically an HPF, engineers reserve the term 'high pass filter' for circuits designed to cut specific AC bands (like an 80Hz audio filter), whereas 'DC blocking capacitor' implies the cutoff is set negligibly low just to strip DC offset.
- High Pass vs. Low Shelf: As mentioned, a low shelf reduces bass but leaves a flat floor. An HPF slopes down to negative infinity (theoretically).
- The Icon Direction: Never confuse the HPF icon (slope goes UP left-to-right) with a Low Pass Filter icon (slope goes DOWN left-to-right). Clicking the wrong one in a live sound environment will instantly mute your subwoofers or fry your tweeters.
Where You Meet This in Practice
You will encounter the high pass filter icon and its physical implementations across almost every electrical discipline:
- Car Audio Head Units: Most modern receivers have a physical or digital button with the HPF icon. Engaging it on the front channels (usually set to 80Hz or 120Hz) prevents small door speakers from trying to reproduce deep bass, drastically reducing distortion and protecting the voice coils from over-excursion.
- Oscilloscope AC Coupling: When you switch your oscilloscope probe input from 'DC' to 'AC', you are physically switching in a first-order high pass filter. This allows you to zoom in on the AC ripple of a 12V DC power supply without the 12V offset pushing the waveform off the screen.
- Microphone Preamps: Mixing consoles feature an HPF switch (often labeled 'Low Cut' with the HPF icon). Engaging it at 80Hz removes stage rumble, HVAC vibrations, and microphone handling noise without affecting the fundamental frequencies of the human voice.
- RF and Sensor Interfacing: When reading a slow-moving analog sensor (like a thermistor) with an Arduino or ESP32 ADC, a hardware HPF is rarely used. Instead, a low pass filter is used. However, if you are trying to isolate a 1kHz acoustic ping from background 60Hz mains hum, you will place an active HPF before the microcontroller's ADC to strip the hum.
Frequently Asked Questions
What does the slope (dB/octave) mean on the HPF icon?
A standard passive RC filter is '1st order', meaning it rolls off at 6dB per octave (or 20dB per decade). If you need a steeper cutoff to protect a tweeter from mid-bass frequencies, you need a 2nd order (12dB/octave) active Sallen-Key filter or a passive LC (inductor-capacitor) network.
Can I just use an inductor instead of a capacitor for a high pass filter?
Where can I read more about active filter topologies?
For deep dives into Sallen-Key and Multiple Feedback (MFB) active filter designs, the All About Circuits textbook chapter on filters provides excellent schematic breakdowns. For practical component selection and op-amp stability, Electronics Tutorials offers solid foundational math and Bode plot explanations.






