An RC high pass filter is a simple two-component circuit that allows high-frequency AC signals to pass through while attenuating low-frequency signals and blocking DC entirely. When you insert this filter into a real circuit, it changes the signal by stripping away any DC voltage offset and altering the phase of the passing AC waveform, effectively re-centering your signal around a 0V baseline. Beginners commonly confuse it with a low-pass filter (by accidentally swapping the physical positions of the resistor and capacitor on the breadboard) or mistakenly believe the cutoff frequency acts as a 'brick wall' absolute block, rather than a gradual -20dB/decade roll-off.
The Math and a Worked Numeric Example
The fundamental architecture of a passive first-order RC high pass filter places the capacitor in series with the signal path, followed by the resistor shunted to ground. The output voltage is measured across the resistor. Think of the series capacitor like a bungee cord connecting two carts: if you push the first cart slowly (low frequency/DC), the cord just stretches and the second cart barely moves, but if you shake it rapidly (high frequency), the vibration transfers directly through the cord to the second cart.
The cutoff frequency ($f_c$), also known as the -3dB corner frequency, is the point where the output signal power drops to half its maximum value (or voltage drops to 70.7%). The formula to calculate this is:
$f_c = \frac{1}{2 \pi R C}$
Worked Example: Audio Preamp AC Coupling
Suppose you are designing an AC coupling stage for a microphone preamp. You need to block the DC bias voltage from an electret microphone capsule but allow the full human hearing range (20Hz to 20kHz) to pass into your op-amp's input. You want your -3dB cutoff frequency to be safely below 20Hz, so you target $f_c = 15Hz$.
Your op-amp input impedance requires a 10kΩ load resistor to minimize thermal noise while avoiding excessive current draw. So, $R = 10,000\Omega$.
- Calculate ideal C: $C = \frac{1}{2 \pi \times 10000 \times 15} = 1.06 \mu F$.
- Select standard component: The nearest standard E6 capacitor value is $1.0 \mu F$.
- Recalculate actual $f_c$: Using the $1.0 \mu F$ capacitor, the actual cutoff frequency shifts to $f_c = \frac{1}{2 \pi \times 10000 \times 0.000001} = 15.91 Hz$.
At 15.91Hz, the audio signal will be attenuated by -3dB. By the time the signal drops to 1.59Hz (one decade lower), the attenuation will be roughly -23dB, effectively eliminating sub-sonic rumble and DC offset without touching the 20Hz bass frequencies.
Where You Meet This in Practice
You will encounter the RC high pass filter constantly across both hobbyist workbenches and professional engineering labs. Here are the three most common practical applications:
- Audio AC Coupling: Almost every audio amplifier chain uses series capacitors to block DC offsets between stages. If a 50mV DC offset from a DAC enters a high-gain amplifier stage, it will be amplified into a massive DC voltage that wastes power, generates heat, and pushes your speaker cone off-center. The high pass filter blocks the DC while passing the audio.
- Oscilloscope Input Settings: When you toggle your oscilloscope channel from 'DC' to 'AC' coupling, you are physically switching a 1MΩ resistor and a series capacitor into the signal path inside the scope. This creates an internal RC high pass filter (usually with a cutoff around 10Hz) so you can zoom in on the AC ripple of a 12V DC power supply without the DC voltage pushing the trace off the screen.
- Piezo Sensor Signal Conditioning: Piezoelectric vibration sensors generate high-impedance AC signals when tapped, but they are highly susceptible to low-frequency thermal drift and cable movement artifacts. A high pass filter with a corner frequency around 1Hz to 5Hz strips out the slow mechanical drift while preserving the sharp, high-frequency impact transients.
Component Selection and Real-World Parasitics
In textbook theory, a capacitor is a perfect component. On your workbench, capacitors have Equivalent Series Resistance (ESR), Equivalent Series Inductance (ESL), and dielectric absorption. Choosing the wrong capacitor dielectric for an RC high pass filter will introduce harmonic distortion, especially in audio applications.
| Dielectric Type | Common Part Examples | Best Used For | Distortion / Parasitics |
|---|---|---|---|
| C0G / NP0 Ceramic | Murata GJM, Vishay VJ | RF, precision sensor filters (<100nF) | Near zero voltage coefficient, ultra-low distortion. |
| Film (PET / PP) | WIMA MKS2, MKP10 | Audiophile AC coupling, crossovers | Excellent linearity, very low ESR, physically large. |
| X7R / X5R Ceramic | Standard MLCCs (Taiyo Yuden) | Digital logic, non-critical decoupling | High distortion. Capacitance drops drastically with applied DC bias. |
| Aluminum Electrolytic | Nichicon Muse, Panasonic FM | Large value audio coupling (>1µF) | Polarized, higher ESR, degrades over time. Must be biased correctly. |
For values under 100nF, always reach for C0G/NP0 ceramics or polypropylene film. For values between 100nF and 4.7µF in audio paths, WIMA MKS polyester film capacitors are the gold standard. If you must use values above 4.7µF to achieve a sub-1Hz cutoff with high-impedance loads, use high-grade bipolar (non-polarized) electrolytic capacitors or parallel multiple film capacitors.
Frequently Asked Questions
What is the difference between an RC high pass filter and a low pass filter?
The difference lies entirely in the physical arrangement of the components relative to the signal path and ground. In a high pass filter, the capacitor is in series with the signal, and the resistor is in parallel (shunted to ground). The output is taken across the resistor. In a low pass filter, the positions are swapped: the resistor is in series with the signal, and the capacitor is shunted to ground, with the output taken across the capacitor. Swapping them completely inverts the frequency response.
How do I choose the right capacitor type for an audio RC high pass filter?
For audio AC coupling, your priority is linearity (low distortion). If your calculated value is 1µF or less, use a metallized polyester film capacitor like the WIMA MKS2 series, or a polypropylene film like the WIMA MKP10 if board space permits. If your calculation demands 10µF or higher (common when driving low-impedance 600Ω loads), film capacitors become physically massive and expensive. In this case, use a premium audio-grade bipolar aluminum electrolytic capacitor, such as the Nichicon UES (Muse) series, ensuring the DC bias voltage across the capacitor is near 0V to prevent polarization distortion.
Why does my RC high pass filter output look distorted on an oscilloscope?
If you feed a low-frequency square wave into an RC high pass filter and the output looks like 'shark fins' or exponential spikes instead of a square wave, you are witnessing the capacitor's charge/discharge curve. A high pass filter blocks the DC average of the signal. A 0-5V square wave has a 2.5V DC average; the filter strips this out, re-centering the wave around 0V (yielding a -2.5V to +2.5V swing). If the RC time constant ($\tau = R \times C$) is too short relative to the square wave's period, the capacitor will fully charge and discharge during the 'flat' top of the square wave, causing the voltage across the resistor to exponentially decay toward 0V. To fix this and preserve the square wave shape, you must increase the capacitor value to push the cutoff frequency at least one decade below the fundamental frequency of your square wave.






