High Pass Filter Calculator
Calculate and visualize the behavior of first-order RC high-pass filters in real-time.
Filter Parameters
- Hz
RC Circuit Diagram
Frequency Response (Bode Plot)
The plot shows signal attenuation (in dB) vs. frequency.
What is a High-Pass Filter?
A high-pass filter (HPF) is an electronic circuit that allows signals with a frequency higher than a certain cutoff frequency to pass through it, while attenuating (reducing the amplitude of) signals with frequencies lower than the cutoff frequency. In essence, it blocks low frequencies and lets high frequencies pass.
The simplest form of a high-pass filter is a first-order RC (Resistor-Capacitor) circuit, as shown in the interactive calculator. The capacitor's impedance decreases as frequency increases, allowing high-frequency signals to pass from the input to the output more easily, while the resistor's constant impedance helps to form the voltage divider that attenuates lower frequencies.
The Core Formula
The behavior of the filter is defined by its cutoff frequency ($f_c$). This is the frequency at which the output signal's power is reduced to half its original power, which corresponds to a voltage reduction to approximately 70.7% of the input voltage, or -3 decibels (dB).
$$f_c = \frac{1}{2\pi RC}$$
Where:
- $f_c$ is the cutoff frequency in Hertz (Hz).
- $R$ is the resistance in Ohms ($\Omega$).
- $C$ is the capacitance in Farads (F).
- $\pi$ is the mathematical constant Pi ($\approx 3.14159$).
Practical Applications
High-pass filters are fundamental components in many electronic systems. Some common applications include:
- Audio Systems: Used in speaker crossovers to direct high-frequency sounds to tweeters and block low-frequency bass signals that could damage them.
- Signal Processing: To remove unwanted low-frequency noise or DC offset from signals. For example, removing the 60 Hz hum from an audio recording.
- Image Processing: Used for edge detection and sharpening images by emphasizing areas of high spatial frequency.
- Telecommunications: To separate different signals in a shared medium, for instance, in DSL systems where the high-frequency data signal is separated from the low-frequency voice signal on a telephone line.