RC Low-Pass Filter Calculator
Use this tool to calculate the cutoff frequency, time constant, rise time, and frequency response of a first-order RC low-pass filter.
What Is an LP Filter?
An LP (low-pass) filter allows low frequencies to pass while attenuating higher frequencies. In practical electronics, the most common starting point is a first-order RC low-pass filter made from one resistor and one capacitor. It is simple, cheap, and very useful in both analog and mixed-signal systems.
You will find low-pass filters in audio tone shaping, PWM smoothing, anti-aliasing before ADCs, sensor signal conditioning, and noise cleanup in power and control circuits.
How to Use This LP Filter Calculator
- Enter the resistor value and select its unit (Ω, kΩ, or MΩ).
- Enter the capacitor value and select its unit (F, mF, µF, nF, or pF).
- Enter a test frequency to evaluate gain and phase at that point.
- Click Calculate to get cutoff frequency, time constant, attenuation, and phase shift.
This calculator assumes an ideal first-order passive RC low-pass section.
Core Equations
1) Cutoff Frequency
The -3 dB cutoff frequency is where output magnitude drops to 70.7% of the input amplitude:
fc = 1 / (2πRC)
2) Time Constant
The filter time constant is:
τ = RC
It indicates how quickly the output responds to a step change. A larger τ means slower response and stronger smoothing.
3) Frequency Response
For any frequency f:
- Magnitude: |H(f)| = 1 / √(1 + (f/fc)²)
- Attenuation: AdB = -20 log10(|H(f)|)
- Phase: φ = -tan-1(f/fc)
Quick Design Example
Suppose you want to smooth a PWM output and keep ripple low. You choose:
- R = 1 kΩ
- C = 100 nF
Then τ = RC = 100 µs, and fc ≈ 1.59 kHz. If your PWM is 20 kHz, the filter strongly attenuates that switching component while preserving lower-frequency control variation.
Choosing Practical Component Values
Start from your target cutoff
Pick the desired cutoff frequency first, then solve for RC. You can adjust R and C tradeoffs based on impedance, noise, and available components.
Consider tolerance
Real components have tolerance (e.g., 1% resistors, 5% capacitors). Your actual cutoff may shift. If precision matters, use tighter tolerance parts or calibration.
Mind source and load effects
A passive RC stage is affected by source impedance and load impedance. If loading is significant, the effective R changes and so does fc. Buffering with an op-amp can help.
Passive vs Active Low-Pass Filters
- Passive RC: simplest, no power supply, but no gain and more load sensitivity.
- Active (op-amp): can provide gain, buffering, sharper responses (2nd-order and above), and better control over Q.
For many embedded and sensor tasks, first-order passive is enough. For steeper roll-off or better passband behavior, active multi-pole filters are usually preferred.
Common Mistakes to Avoid
- Mixing up units (nF vs µF, kΩ vs Ω).
- Ignoring capacitor tolerance and temperature coefficient.
- Forgetting that one RC stage gives only -20 dB/decade roll-off.
- Assuming ideal behavior at very high frequencies where parasitics dominate.
Final Thoughts
A low-pass filter calculator saves time and reduces design errors. Use it early during concept work, then validate with simulation and measurement on the real circuit. With a solid handle on cutoff frequency and time constant, you can quickly tune filters for audio, controls, communications, and instrumentation projects.