A high-pass filter (HPF) is a frequency-selective circuit that allows signals above a specified cutoff frequency to pass through while attenuating lower frequency components. These filters are fundamental in audio processing, signal conditioning, AC coupling applications, and eliminating DC offset in measurement systems. Engineers use high-pass filters to remove low-frequency noise, separate AC signals from DC bias, and shape frequency response in analog and mixed-signal designs.
📐 Browse all free engineering calculators
Table of Contents
High Pass Filter Circuit Diagram
High Pass Filter Calculator
High Pass Filter Equations
Cutoff Frequency
fc = 1 / (2πRC)
Where:
- fc = cutoff frequency (Hz) — the frequency at which output voltage is -3 dB (70.7% of passband)
- R = resistance (Ω, ohms)
- C = capacitance (F, farads)
- π = 3.14159...
Voltage Transfer Function (Frequency Domain)
H(jω) = jωRC / (1 + jωRC)
Magnitude and Phase:
|H(jω)| = (f/fc) / √(1 + (f/fc)2)
φ = arctan(fc/f)
Where:
- ω = 2πf = angular frequency (rad/s)
- f = signal frequency (Hz)
- |H(jω)| = magnitude of transfer function (voltage gain, linear)
- φ = phase shift in degrees (positive indicates phase lead)
Impedance Relationships
XC = 1 / (2πfC)
|Ztotal| = √(R2 + XC2)
Where:
- XC = capacitive reactance (Ω)
- Ztotal = total circuit impedance (Ω)
Gain in Decibels
Gain (dB) = 20 log10(|H(jω)|)
Roll-off Rate:
- First-order high-pass filter: +20 dB/decade below cutoff frequency
- At f = fc/10, gain is approximately -20 dB
- At f = fc/100, gain is approximately -40 dB
Theory & Practical Applications of High-Pass Filters
The RC high-pass filter represents one of the most fundamental frequency-selective circuits in analog electronics, serving as an essential building block in signal processing, audio systems, instrumentation amplifiers, and AC coupling networks. Unlike its low-pass counterpart, which attenuates high frequencies, the high-pass filter preferentially passes signals above a designated cutoff frequency while suppressing low-frequency components including DC offsets. This frequency discrimination arises from the capacitor's frequency-dependent impedance: at low frequencies, capacitive reactance XC = 1/(2πfC) becomes very large, blocking signal transmission, while at high frequencies the reactance drops toward zero, allowing signals to pass with minimal attenuation.
Frequency Response and Transfer Function Analysis
The voltage transfer function H(jω) = Vout/Vin = jωRC/(1 + jωRC) reveals the filter's frequency-dependent behavior. At very low frequencies (f ≪ fc), the term jωRC becomes negligibly small compared to unity, causing the magnitude |H(jω)| to approach zero and the output to be severely attenuated. At the cutoff frequency fc = 1/(2πRC), the magnitude equals 1/√2 ≈ 0.707, corresponding to the standard -3.01 dB point where half the input signal power reaches the output. At frequencies well above cutoff (f ≫ fc), the transfer function magnitude approaches unity and the filter exhibits minimal attenuation, effectively becoming a short circuit path through the capacitor.
The phase response shows a 90° phase lead at DC (where the output theoretically leads the input, though the output magnitude is near zero), transitioning to 45° at the cutoff frequency, and approaching 0° in the passband at high frequencies. This phase behavior becomes critically important in feedback control systems and multi-stage amplifier designs where phase margin determines stability. Engineers must account for this phase shift when cascading multiple filter stages or designing compensation networks for operational amplifier circuits.
Component Selection for Real-World Designs
Practical high-pass filter design involves careful selection of R and C values considering multiple engineering constraints beyond the basic cutoff frequency equation. The resistance value directly affects input impedance: choosing R = 10 kΩ yields a 10 kΩ input impedance at high frequencies, which may load sensitive signal sources. For high-impedance sources such as piezoelectric sensors or photodiodes, resistances in the 1-10 MΩ range prevent signal loading, but this necessitates proportionally smaller capacitance values to maintain the desired cutoff frequency. However, parasitic capacitances in PCB traces and component leads typically range from 1-10 pF, setting a practical lower limit on usable capacitance around 100 pF for reliable operation.
Temperature coefficients of capacitors significantly impact filter performance in precision applications. Class 1 ceramic capacitors (NP0/C0G) provide temperature coefficients below ±30 ppm/°C and exhibit minimal voltage and frequency dependence, making them ideal for precision filters. Class 2 ceramics (X7R, X5R) offer higher volumetric efficiency but suffer temperature coefficients of ±15% and voltage coefficients that can shift capacitance by 10-30% under DC bias, potentially moving the cutoff frequency by similar percentages. Film capacitors (polypropylene, polyester) provide excellent stability and low loss tangent for audio applications, while electrolytic capacitors—though offering high capacitance in small packages—introduce significant equivalent series resistance (ESR) and leakage current that can compromise filter performance below 10 Hz.
Non-Ideal Behavior and High-Frequency Limitations
Real-world high-pass filters deviate from ideal theoretical predictions due to parasitic elements in physical components. The resistor exhibits parasitic parallel capacitance (typically 0.1-0.5 pF) and series inductance (1-10 nH), transforming it into a complex impedance at frequencies above 10 MHz. The capacitor's equivalent series resistance (ESR) and equivalent series inductance (ESL) create a self-resonant frequency fSRF = 1/(2π√(ESL·C)) beyond which the component behaves inductively rather than capacitively. For a 100 nF ceramic capacitor with 2 nH ESL, the self-resonant frequency occurs near 35 MHz, rendering the filter ineffective above this frequency.
Another critical non-ideality emerges from the resistor's noise contribution: thermal noise (Johnson-Nyquist noise) generates a voltage spectral density of √(4kTR) V/√Hz, where k = 1.38×10-23 J/K is Boltzmann's constant and T is absolute temperature. At room temperature (300 K), a 10 kΩ resistor produces 12.9 nV/√Hz of noise. This noise passes through the filter with frequency-dependent gain, establishing a fundamental noise floor that limits measurement sensitivity in instrumentation applications. For low-noise applications such as photodiode transimpedance amplifiers, resistor values must be minimized while maintaining adequate filtering.
Worked Example: Audio AC Coupling Network Design
Consider the design of an AC coupling network for a professional audio microphone preamplifier. The microphone outputs an audio signal spanning 20 Hz to 20 kHz with a source impedance of 150 Ω. The preamplifier input stage has an input impedance of 10 kΩ and requires DC blocking to prevent offset voltages from biasing the amplifier input. We need to design a high-pass filter with a cutoff frequency of 8.5 Hz to pass the full audio band with less than 1 dB attenuation at 20 Hz while blocking DC and sub-audio frequencies.
Step 1: Calculate Required RC Product
Starting with the cutoff frequency equation fc = 1/(2πRC), we solve for the RC time constant:
RC = 1/(2πfc) = 1/(2π × 8.5 Hz) = 0.01874 seconds
Step 2: Select Resistance Value
The filter resistance should be significantly larger than the source impedance (150 Ω) to avoid loading but smaller than the input impedance (10 kΩ) to prevent noise issues. We select R = 4.7 kΩ as a standard E12 series value, providing a 31:1 ratio to source impedance while remaining well below the preamplifier input impedance.
Step 3: Calculate Required Capacitance
C = 0.01874 / R = 0.01874 / 4700 = 3.987 × 10-6 F = 3.987 µF
The nearest standard capacitor value is 3.9 µF. We select a 3.9 µF polypropylene film capacitor for low distortion and excellent temperature stability in audio applications.
Step 4: Verify Actual Cutoff Frequency
fc,actual = 1/(2π × 4700 × 3.9×10-6) = 8.70 Hz
Step 5: Calculate Attenuation at 20 Hz
The frequency ratio is f/fc = 20/8.70 = 2.30. Using the magnitude equation:
|H(jω)| = 2.30 / √(1 + 2.302) = 2.30 / √(6.29) = 2.30 / 2.508 = 0.917
Gain (dB) = 20 log10(0.917) = -0.75 dB
This achieves the design specification of less than 1 dB attenuation at 20 Hz. The phase shift at 20 Hz is:
φ = arctan(8.70/20) = arctan(0.435) = 23.5° phase lead
Step 6: Verify Attenuation at DC and 5 Hz
At f = 5 Hz (below musical frequencies): f/fc = 5/8.70 = 0.575
|H(jω)| = 0.575 / √(1 + 0.5752) = 0.499, Gain = -6.04 dB
At DC (f = 0): the output approaches zero as the capacitor blocks all DC current, providing the required DC blocking while preserving the audio signal. The thermal noise from the 4.7 kΩ resistor contributes √(4 × 1.38×10-23 × 300 × 4700) = 8.8 nV/√Hz, which integrating over the audio bandwidth (20 kHz) yields approximately 1.25 µV RMS input-referred noise — acceptable for most microphone preamplifier applications with typical signal levels of 1-100 mV.
Industrial and Scientific Applications
High-pass filters serve critical functions across diverse technical domains. In AC coupling circuits for oscilloscopes and data acquisition systems, they remove DC offsets while preserving fast transient information, allowing measurement of small AC signals riding on large DC levels. The coupling capacitor value must be chosen carefully: too small and low-frequency signal components are attenuated; too large and the DC settling time τ = RC becomes excessively long, causing baseline wander during burst signals. For a 1 MΩ oscilloscope input impedance with a target cutoff of 1 Hz, C = 1/(2π × 1×106 × 1) = 159 nF is required, but the 159 ms time constant means the baseline requires nearly 800 ms (5τ) to settle to 99% after a step input.
In audio signal processing, high-pass filters implement rumble filters that eliminate subsonic noise from turntables, ventilation systems, and structure-borne vibrations. Recording consoles typically include switchable HPF options at 40 Hz, 75 Hz, and 150 Hz. The 40 Hz setting (requiring approximately 2.2 µF with a 10 kΩ load) removes infrasonic content without affecting bass instruments, while the 150 Hz setting reduces vocal plosives and proximity effect from directional microphones.
Instrumentation amplifier front-ends use high-pass filtering to reject electrode DC offsets in biopotential measurements (ECG, EEG, EMG). Medical-grade ECG amplifiers typically implement 0.05 Hz cutoff frequencies to preserve ST-segment information critical for cardiac diagnosis, requiring large capacitance values: C = 1/(2π × 10×106 × 0.05) ≈ 318 nF for a typical 10 MΩ input impedance. Film or tantalum capacitors are preferred over electrolytics in these applications due to lower dielectric absorption, which can cause signal memory effects during baseline restoration.
In switched-mode power supply control loops, high-pass filters shape the frequency response of error amplifiers to implement pole-zero compensation. A zero (high-pass characteristic) introduced at fz = 1/(2πR2C) by adding a series RC network across the feedback resistor provides phase boost to improve stability margins in voltage-mode controllers. The zero frequency must be positioned below the unity-gain crossover frequency but above the dominant pole to be effective.
RF and microwave applications employ high-pass filters constructed from discrete inductors and capacitors or distributed transmission line elements to reject image frequencies, suppress harmonics, and provide impedance matching. A simple HPF at 2.4 GHz (Wi-Fi/Bluetooth band) might use a 2.2 nH series inductor to ground combined with a series 1 pF capacitor, though at these frequencies parasitic effects dominate and full electromagnetic simulation becomes necessary for accurate design.
Understanding these practical considerations and application-specific requirements elevates high-pass filter design from textbook equations to robust, production-ready circuits that perform reliably across temperature, component tolerances, and real-world signal conditions. The engineering calculator library provides additional resources for comprehensive filter design and analysis across multiple topologies and applications.
Frequently Asked Questions
▼ What exactly happens at the -3 dB cutoff frequency and why is this value significant?
▼ How does component tolerance affect the actual cutoff frequency in production circuits?
▼ Why does my high-pass filter distort or clip large amplitude signals even though it's a passive circuit?
▼ Can I cascade multiple first-order high-pass filters to achieve steeper roll-off rates?
▼ How do I design a high-pass filter for very low frequencies like 0.1 Hz without using impractically large capacitors?
▼ What causes the phase shift in a high-pass filter and does it matter for typical applications?
Free Engineering Calculators
Explore our complete library of free engineering and physics calculators.
Browse All Calculators →🔗 Explore More Free Engineering Calculators
- LED Resistor Calculator — Current Limiting
- Capacitor Charge Discharge Calculator — RC Circuit
- I2C/SPI Bus Speed & Pull-up Resistor Sizing
- Low-Pass RC Filter Calculator — Cutoff Frequency
- Bridge Rectifier Calculator
- Delta To Wye Calculator
- Capacitance Calculator
- Ohm's Law Calculator — V I R P
- Voltage Divider Calculator
- Voltage Divider Calculator — Output Voltage from Two Resistors
About the Author
Robbie Dickson — Chief Engineer & Founder, FIRGELLI Automations
Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.