Omni calculator
Last updated:

High Pass Filter Calculator

Table of contents

How do I use the high-pass filter calculator?What is a high-pass filter?Different high-pass filters — passive vs. active high-pass filtersRC high-pass filterRL high-pass filterInverting op-amp high-pass filterNon-inverting op-amp high-pass-filterFAQs

Welcome to the high pass filter calculator. If you want to remove some low-frequency noise or you're trying to get more treble, you've come to the right place. Together, we'll learn:

  • What a high-pass filter is;
  • The different types of high-pass filter circuits;
  • Passive high-pass filters and active high-pass filters;
  • How to tell high-pass and low-pass filters apart; and
  • How capacitors can be used in high-pass filters.

How do I use the high-pass filter calculator?

Using the high-pass filter calculator is easy! Here's how:

  1. Select the filter type you're designing. The high-pass filter calculator covers the following filter types:

    • RC high-pass filter;

    • RL high-pass filter;

    • Non-inverting op-amp high-pass filter; and

    • Inverting op-amp high-pass filter.

  2. Input the values for which you are designing. The passive RC and RL filters (both RLC circuits) let you fine-tune the component values and the desired cutoff frequency, while the active (op-amp) filters also let you adjust the gain on your output.

Keep reading if you want to learn how they work!

💡 The high-pass filter calculator lets you enter whatever values you know, and it will calculate the other values for you. It adjusts its equations according to your choice of filter type.

What is a high-pass filter?

A high-pass filter is an electronic circuit that removes low-frequency components from a given AC signal. In other words, it blocks low frequencies and lets high frequencies pass through it. That's why we call it a "high-pass filter".

What does this mean in practice? Take a look at the Bode plot for high-pass filters below.

The frequency response of a high-pass filter.
The Bode plot (frequency response) of a high-pass filter. The blue line represents an ideal filter, while the red line represents a real filter.

A Bode plot (like the one above) illustrates a circuit's frequency response, which is another word for how it amplifies signals of certain frequencies and damps others. A high-pass filter's frequency response suppresses low-frequency signals, which we can see all the way up to f=fcf = f_c. That frequency is called the cutoff frequency, and it's what defines any high-pass filter:

  • Frequencies below fcf_c are damped; and
  • Frequencies above fcf_c are left untouched.

💡 The Bode plot above has two lines, one representing ideal theoretical filter behavior and the other representing real-world filter behavior. Ideal filters would slope straight down at fcf_c. For real-world filters, the cutoff frequency is the frequency at which a signal is damped to 3 dB-3\ \text{dB}.

The slope at which the frequency response drops for increasingly low frequencies is 20 dB/decade-20\ \text{dB}/\text{decade}. This means that every time the frequency is reduced by a factor of 10, the amplitude is reduced by 20 decibels. This slope is made even steeper if the order of the filter is increased: first-order filters have a 20-decibel slope, second-order filters slope at 40 decibels, third-order descends at 60, etc.

Real-world signals rarely consist of just one frequency, and that's partly why we need high-pass filters in signal-handling circuits. Here's how a high-pass filter affects signals comprised of more than one frequency:

A diagram representation of a high-pass filter that is shown to block low frequencies and admit high frequencies.
A high-pass filter can be seen as a system that removes low-frequency components from input signals, leaving behind only the high-frequency components.

Different high-pass filters — passive vs. active high-pass filters

There are two main categories of high-pass filters:

  • Passive high-pass filters exclusively use passive components (which are resistors, capacitors and inductors). The two common passive high-pass filters are RC high-pass filters and RL high-pass filters.
  • Active high-pass filters use some active component, typically an operational amplifier (or "op-amp"). Thanks to their adjustable gains, they can be modified more than passive filters.

RC high-pass filter

The RC high-pass filter consists of a resistor and a capacitor in the configuration shown below.

An RC high-pass filter circuit diagram.
An RC high-pass filter, built with a resistor and a capacitor.

It's probably the most well-known yet basic high-pass filter, partly thanks to the easy formula for its cutoff frequency:

fc=12πRCf_c = \frac{1}{2\pi RC}

The RC high-pass filter works thanks to its capacitor. A capacitor's impedance ZcZ_c decreases with frequency, making it act like a short-circuit for high-frequency signals. Inversely, a capacitor acts as an open circuit for low frequencies.

ZC=1j(2πf)CZ_C = \frac{1}{j\cdot (2\pi f)\cdot C}

where jj is the unit imaginary number.

Thanks to this frequency-dependent impedance, we can use capacitors for high-pass filters.

💡 Engineers frequently bridge their constant voltage rails to ground with capacitors, which act as high-pass filters and remove any shakiness in the voltage supply.

RL high-pass filter

The RL high-pass filter uses an inductor and a resistor in the configuration below:

An RL high-pass filter circuit diagram.
An RL high-pass filter, built with a resistor and an inductor.

Its cutoff frequency is also very simple to calculate:

fc=R2πLf_c = \frac{R}{2\pi L}

An inductor LL acts the opposite way a capacitor does: An inductor becomes a short-circuit for low-frequency signals and an open circuit for high frequencies. Because of this, any low-frequency components of vinv_\text{in} pass through the inductor, but high-frequency components are blocked. Instead, high-frequency components must travel through the load at voutv_\text{out} instead. Here is the equation for the impedance of an inductor:

ZL= j(2πf)LZ_L = \ j\cdot(2\pi f)\cdot L

Inverting op-amp high-pass filter

The inverting op-amp high-pass filter is an active filter that incorporates an operational amplifier (op-amp). The op-amp feeds back into itself with the feedback resistor RfR_f, with the high-pass filtering performed by the capacitor CC. It's designed as follows:

An inverting op-amp high-pass filter circuit diagram.
An inverting op-amp high-pass filter, built with resistors and a capacitor.

Its cutoff frequency is calculated much like the RC filter's but with the feedback resistor RfR_f.

fc=12πRfCf_c = \frac{1}{2\pi R_f C}

And the gain GG introduced by the op-amp is calculated with

G=RfRivout=Gvinvout=RfRivin\begin{split} G &= -\tfrac{R_f}{R_i} \\ v_\text{out} &= G\cdot v_\text{in} \\ \therefore v_\text{out} &= -\tfrac{R_f}{R_i}\cdot v_\text{in} \\ \end{split}

See that minus sign in the equation for GG? It means that we're flipping the signal around the time-axis, or in more technical terms, we're introducing a 180° phase shift. If this behavior is undesirable, then head on over to the next section on NON-inverting op-amp high-pass filters.

Non-inverting op-amp high-pass-filter

The non-inverting op-amp high-pass filter is more complicated than its inverting sibling, but it has the useful property of not inverting the input. We connect an RC high-pass filter to the negative input of the op-amp and create a feedback loop between the op-amp's output voutv_\text{out} and the op-amp's positive input. See its circuit diagram below:

A non-inverting op-amp high-pass filter circuit diagram.
A non-inverting op-amp high-pass filter, built with resistors and a capacitor.

Because the only filtering is done by the passive RC circuit at vinv_\text{in}, we can calculate the filter's cutoff frequency by:

fc=12πRiCf_c = \frac{1}{2\pi R_i C}

And we can calculate GG (the gain from vinv_\text{in} to voutv_\text{out}) with:

G=1+RfRgvout=Gvinvout=(1+RfRg)vin\begin{split} G &= 1 + \tfrac{R_f}{R_g} \\ v_\text{out} &= G\cdot v_\text{in} \\ \therefore v_\text{out} &= (1+\tfrac{R_f}{R_g})\cdot v_\text{in} \\ \end{split}

Note that GG is positive, but also that G1G \ge 1, as resistance can never be negative.

FAQs

What components do I need for a 1 kHz high-pass filter?

To build an RC high-pass filter with a cutoff frequency of 1 kHz, use a 3.3kΩ resistor and a 47nF capacitor. Such a high-pass filter circuit will have a cutoff frequency of precisely.

fc = 1 / (2π × 3.3 kΩ × 47 nF) = 1.0261 kHz

Remember to keep components' tolerances in mind — consider measuring them with a multimeter!

How do I tell a high-pass filter from a low-pass filter?

You can differentiate high-pass vs. low-pass filters in a few ways.

  1. Analyze the circuit. Using techniques like Laplacian transformation, calculate the frequency-dependent impedance of each component and determine the filter's frequency response.
  2. Test it with signals. Feed waveforms of varying frequencies to the circuit and monitor the amplitudes at the outputs.
  3. Compare the circuit to known filter layouts. If you see your circuit matches a well-known filter design, you can guess what filter type it is.

How do I build a high-pass filter?

To build a high-pass filter, follow these easy steps:

  1. Select a suitable filter type (RC, RL, op-amp, etc.).
  2. Determine your desired cutoff frequency, fc.
  3. Calculate the components' values based on the above choices. The equations are dependent on the filter type you selected.

If you need more help, come to omnicalculator.com's high-pass filter calculator!

A RC low-pass filter circuit diagram.

© Omni Calculator

The RC passive high-pass filter

Check out 51 similar electronics and circuits calculators 💡
Breaker sizeBridge rectifierCapacitor charge time...48 more