pass filter calculator

RC Pass Filter Calculator

Calculate cutoff frequency, resistor, or capacitor for first-order low-pass and high-pass RC filters.

Formula used: fc = 1 / (2πRC)

What is a pass filter?

A pass filter is a circuit that allows a selected range of frequencies to pass while reducing others. The two most common first-order pass filters are:

  • Low-pass filter: passes lower frequencies and attenuates higher frequencies.
  • High-pass filter: passes higher frequencies and attenuates lower frequencies.

In practical electronics, RC filters are popular because they are simple, inexpensive, and easy to tune by changing only one resistor or capacitor.

How this pass filter calculator works

This tool uses the standard first-order RC cutoff formula:

fc = 1 / (2πRC)

Depending on your selection, the calculator rearranges that equation to solve for:

  • Cutoff frequency: when R and C are known
  • Resistor value: when fc and C are known
  • Capacitor value: when fc and R are known

Why cutoff frequency matters

The cutoff frequency is the point where output amplitude drops to about 70.7% of input (−3 dB). It marks the transition between “mostly passing” and “mostly attenuating.”

Low-pass vs high-pass behavior

Low-pass filter

A low-pass RC filter smooths rapid changes and noise. Typical uses include sensor signal cleanup, PWM smoothing, and anti-aliasing before ADC inputs.

High-pass filter

A high-pass RC filter blocks DC and slow drift while passing faster signal components. Common uses include AC coupling, audio input conditioning, and removing baseline wander.

Design tips for better results

  • Start with a practical capacitor range (e.g., nF to µF), then solve for resistor.
  • Avoid very large resistors in noisy environments; they can increase susceptibility to interference.
  • Check component tolerances (5%, 10%, etc.) since real-world cutoff frequency will vary.
  • When needed, cascade stages to get a steeper roll-off than a single first-order filter.

Example

If you choose R = 10 kΩ and C = 100 nF:

  • R × C = 0.001 seconds
  • fc ≈ 1 / (2π × 0.001) ≈ 159.15 Hz

That means frequencies around 159 Hz are at the transition point of the filter response.

Final notes

This pass filter calculator is intended for ideal, first-order RC calculations. For precision designs, include source/load impedance, op-amp limitations, and component tolerance analysis in your full design workflow.

🔗 Related Calculators