Active Low Pass Filter Calculator
Use this calculator for a 1st-order active low-pass filter (non-inverting op-amp stage). It calculates cutoff frequency, time constant, and optional passband gain.
Analyze Existing Component Values
Design Helper (Find Missing R or C)
What Is an Active Low Pass Filter?
An active low-pass filter is an electronic circuit that allows low-frequency signals to pass while attenuating higher-frequency signals. Unlike a passive RC filter, an active design includes an op-amp, which means you can add gain, improve buffering, and reduce loading effects between stages.
Engineers use active low-pass filters in sensor conditioning, audio electronics, anti-aliasing before ADCs, and control systems. In many practical circuits, the first-order active low-pass stage is a quick, stable choice when you need simple roll-off and basic amplification.
Core Equations Used by This Calculator
1) Cutoff Frequency
The -3 dB cutoff frequency is determined by resistor and capacitor values:
fc = 1 / (2πRC)
- R in ohms (Ω)
- C in farads (F)
- fc in hertz (Hz)
2) Time Constant
The time-domain response depends on the RC time constant:
τ = RC
Larger τ gives slower response and lower cutoff frequency.
3) Passband Gain (Non-Inverting Stage)
If your active filter uses a non-inverting op-amp with feedback network:
Av = 1 + (Rf/Rg)
This lets you filter and amplify in the same stage.
How to Use the Calculator
- Enter your resistor and capacitor values with the correct unit multipliers.
- Optionally enter Rg and Rf to include passband gain.
- Click Calculate Filter to view fc, τ, and gain.
- Use the design helper when you know desired fc and one component value.
If you are prototyping, start with common values (like 10 kΩ and 10 nF), then refine based on real measurements and op-amp bandwidth limits.
Practical Design Tips
Component Tolerance Matters
A 5% resistor and 10% capacitor can shift cutoff noticeably. For tighter frequency control, use 1% resistors and film or C0G/NP0 capacitors where practical.
Choose Op-Amp Bandwidth Wisely
Your op-amp’s gain-bandwidth product should comfortably exceed the filter operating range. If gain is high, required bandwidth grows quickly.
Watch Input and Output Headroom
Even a perfect RC calculation can fail in hardware if the op-amp saturates or clips due to supply constraints. Check common-mode range and output swing in the datasheet.
Example
Suppose you choose R = 10 kΩ and C = 10 nF:
- fc ≈ 1 / (2π × 10,000 × 10e-9) ≈ 1.59 kHz
- τ = RC = 100 µs
If you also set Rg = 10 kΩ and Rf = 47 kΩ, passband gain is:
- Av = 1 + 47k/10k = 5.7 V/V (about 15.1 dB)
Common Mistakes to Avoid
- Mixing units (nF vs µF is a common error).
- Assuming ideal op-amp behavior at all frequencies.
- Using very large resistor values that increase noise and bias-current error.
- Ignoring source impedance and load impedance interactions.
When to Use Higher-Order Filters
A first-order active low-pass rolls off at 20 dB/decade. If you need stronger attenuation above cutoff, consider second-order topologies like Sallen-Key or multiple-feedback designs, which can provide 40 dB/decade per stage.
Still, for quick sensor smoothing and simple anti-noise conditioning, this first-order calculator gives an excellent starting point.