RC Filter Calculator
Design a first-order low-pass or high-pass RC filter. Choose what you want to solve, enter known values, and click calculate.
What Is a Filter Calculator?
A filter calculator helps you quickly design frequency-selective circuits. In this page, the calculator focuses on a first-order RC filter, one of the most common building blocks in electronics. Whether you are smoothing a noisy sensor signal, shaping audio, or conditioning an input before analog-to-digital conversion, a simple low-pass or high-pass filter is often your first tool.
Instead of manually rearranging equations each time, you can compute cutoff frequency, resistor value, or capacitor value in seconds. That saves time and reduces mistakes when you iterate through design options.
Core Equation Used
For a first-order RC filter, the cutoff frequency is defined by:
fc = 1 / (2πRC)
- fc is the cutoff frequency in hertz (Hz)
- R is resistance in ohms (Ω)
- C is capacitance in farads (F)
At the cutoff frequency, the output level is approximately -3 dB from the passband for both RC low-pass and RC high-pass filters.
Low-Pass vs High-Pass
Low-pass filter
A low-pass filter allows low frequencies to pass while attenuating higher frequencies. Typical uses include anti-noise smoothing, signal averaging, and anti-aliasing front-end stages for slow-changing signals.
High-pass filter
A high-pass filter does the opposite: it blocks low-frequency or DC components and passes higher frequencies. This is useful in AC coupling, removing sensor offset, and audio applications where rumble or DC bias is undesirable.
How to Use This Calculator
- Select your calculation mode (find fc, R, or C).
- Choose low-pass or high-pass for context.
- Enter known values and unit selections.
- Click Calculate.
The result is displayed with practical engineering units (for example, kΩ, µF, kHz) and also includes the time constant τ = RC, which helps you understand transient response.
Practical Design Tips
- Start with standard component values: real-world resistors and capacitors come in preferred series (E12, E24, etc.).
- Watch tolerance: a 5% resistor and 10% capacitor can noticeably shift your true cutoff frequency.
- Consider loading effects: the next stage input impedance can alter the effective R and therefore fc.
- Check noise and source impedance: very high resistor values can raise noise and sensitivity to leakage.
- Prototype and measure: simulation and calculations are great, but bench validation is essential.
Example
Suppose you want a low-pass cutoff near 160 Hz and already chose a capacitor of 100 nF. Rearranging the equation gives:
R = 1 / (2πfcC)
Plugging the numbers in gives roughly 9.95 kΩ, so a common 10 kΩ resistor is a practical choice. With standard components, your final cutoff will be close enough for many applications.
When to Move Beyond First-Order RC Filters
A first-order design is simple and effective, but sometimes you need a steeper roll-off, better passband flatness, or specific phase behavior. In that case, consider active filters such as Sallen-Key or multiple feedback topologies, or move to higher-order digital filtering if your signal is already sampled.
Final Thoughts
This filter calculator is a fast way to design and iterate on RC low-pass and high-pass filters. Use it as a practical engineering companion: pick your target response, calculate component values, then validate with simulation and measurement. That workflow is usually the shortest path from idea to reliable circuit behavior.