rc filter low pass calculator

RC Low-Pass Filter Calculator

Enter R and C values to calculate cutoff frequency, time constant, and response at a chosen test frequency.

What this RC low pass calculator does

This calculator is designed for fast first-order RC filter analysis. In a passive RC low-pass filter, the resistor and capacitor work together to pass low-frequency signals and attenuate high-frequency signals. The most important result is the cutoff frequency, also called the -3 dB point, where output amplitude drops to about 70.7% of input.

With this tool, you can quickly compute:

  • Cutoff frequency: fc = 1 / (2πRC)
  • Time constant: τ = RC
  • Approximate 10–90% rise time: 2.2τ
  • Magnitude response, gain in dB, and phase shift at a selected test frequency

Core equations behind the calculator

1) Cutoff frequency

For a first-order RC low-pass filter:
fc = 1 / (2πRC)

If R is in ohms and C is in farads, fc is in hertz. At this frequency, gain is -3.01 dB and phase is -45°.

2) Transfer function magnitude

At any frequency f, the magnitude is:
|H(jω)| = 1 / √(1 + (ωRC)2), where ω = 2πf

This tells you what fraction of the input appears at the output across the capacitor.

3) Gain and phase

Gain in decibels is:
Gain(dB) = 20 log10(|H(jω)|)
Phase shift is:
φ = -tan-1(ωRC)

How to use this calculator effectively

  1. Enter your resistor value and select Ω, kΩ, or MΩ.
  2. Enter your capacitor value and select F, mF, µF, nF, or pF.
  3. (Optional) Enter a test frequency to evaluate attenuation and phase.
  4. (Optional) Enter input voltage to estimate output voltage magnitude.
  5. Click Calculate.

Example design walkthrough

Suppose you want to smooth sensor noise above roughly 1.6 kHz. A common choice is: R = 1 kΩ and C = 100 nF.

The cutoff becomes approximately:
fc = 1 / (2π × 1000 × 100e-9) ≈ 1591.55 Hz

If your signal of interest is 100 Hz, attenuation is small. At 10 kHz, attenuation is much stronger. This is exactly how a simple analog anti-noise stage or pre-ADC filter is often implemented.

Choosing R and C in real circuits

  • Don’t pick R too high: high resistor values increase thermal noise and sensitivity to input bias currents.
  • Don’t pick C too small: parasitic capacitance can dominate and shift the true cutoff.
  • Watch tolerance: 1% resistors and 5% capacitors can still move cutoff noticeably.
  • Check source/load impedance: loading changes effective response.
  • Think about the next stage: op-amp input, ADC sample-and-hold, and cable capacitance all matter.

Practical notes and limitations

This calculator assumes an ideal first-order passive RC network with no loading effects. Real filters deviate due to:

  • Capacitor ESR and dielectric behavior
  • Resistor and capacitor temperature coefficients
  • Parasitic capacitance/inductance from layout and wiring
  • Finite source impedance and finite load impedance

For precision analog design, verify with SPICE simulation and bench measurements.

Quick FAQ

What happens exactly at cutoff?

Output amplitude is 0.707 × input amplitude and gain is -3.01 dB.

Can I use this for audio tone control basics?

Yes. First-order low-pass RC sections are common for simple treble roll-off and noise control.

What is the difference between τ and fc?

τ = RC is a time-domain measure of response speed; fc is a frequency-domain measure of bandwidth.

Final takeaway

An RC low-pass filter is one of the most useful building blocks in electronics. With a resistor, a capacitor, and a clear target cutoff frequency, you can remove high-frequency noise, smooth signals, and prepare analog inputs for accurate digital conversion. Use the calculator above as a fast design starting point, then validate in your real circuit conditions.

🔗 Related Calculators