Get in touch

Contact Form Demo
TEMPLATE 2.0 (Classic Blue)

RC Low Pass Filter Calculator

A passive RC low pass filter passes signals with a frequency lower than a selected cutoff frequency (\(f_c\)) and attenuates signals with frequencies higher than the cutoff frequency. The cutoff (or -3dB point) is determined by Resistance (\(R\)) and Capacitance (\(C\)).

$$ f_c = \frac{1}{2\pi R C} \quad ; \quad \text{Gain (dB)} = 20 \log_{10} \left( \frac{1}{\sqrt{1 + (f/f_c)^2}} \right) $$

* At the cutoff frequency \(f_c\), the output voltage is reduced to 70.7% (\(-3\text{ dB}\)) of the input, and the signal phase shifts by \(-45^\circ\).

Tip: Enter any TWO variables. Supports scientific notation (e.g., enter 1e-6 for \(1 \, \mu\text{F}\) or 4.7e-9 for \(4.7 \text{ nF}\)).


1. Circuit Mathematics & -3dB Point

2. Holographic Signal Shunt Chamber

Real-time simulation: Low-frequency signals (Blue) pass directly to the load. High-frequency noise (Red) is absorbed by the capacitor and shunted to ground!

fc: 0.00 Hz
STATE: FILTERING
IN
R
OUT
C
GND
Resistance (R) 0.00 Ω
Capacitance (C) 0.00 F
Cutoff Freq (\(f_c\)) 0.00 Hz

3. Bode Plot (Magnitude Response)

Logarithmic scale: Observe how the gain remains flat (0 dB) at low frequencies and sharply drops at -20dB/decade after passing the -3dB Cutoff Point.

The Complete Low Pass Filter Calculator

RC / RL Circuits, Active Filters, Roll-off & Bode Plots
Quick Answer

A low pass filter (LPF) is an electronic circuit that allows low-frequency signals to pass through while attenuating high-frequency noise. The critical threshold is the cutoff frequency (fc), where the signal power drops by half (-3dB). This calculator computes exact component values for passive RC and RL filters, active Op-Amp filters, and analyzes RC time constants for PWM smoothing applications.

📈
By Prof. David Anderson
Signal Processing & Analog Design
“Welcome to the Analog Lab. If you are trying to read a noisy analog sensor on an Arduino, smoothing a PWM signal into a clean DC voltage, or stripping vocals out of a subwoofer channel, you need a Low Pass Filter. But let’s get one thing straight: a resistor and a capacitor do not form a magical ‘brick wall’ that instantly deletes frequencies. They create a gradual slope. If you use a basic calculator that just spits out a 15.9nF capacitor value, you will be laughed out of the electronics store because that part doesn’t exist. Here, we calculate exact -3dB cutoff points, visualize Bode plot roll-offs, design Active Op-Amp filters to prevent loading effects, and snap your results to standard real-world component values. Let’s clean up those signals.”

1. The Frequency Domain: The -3dB Cutoff Point

A passive low pass filter utilizes reactive components (Capacitors or Inductors) whose impedance changes dynamically with frequency. Low frequencies are allowed to pass to the output, but as the frequency increases, the filter begins to shunt the signal energy to ground or block it entirely.

The absolute most important parameter is the Cutoff Frequency (fc). At this exact frequency, the output voltage drops to 70.7% of the input voltage, which mathematically means the signal power has dropped by exactly half. In engineering terms, this is known as the -3dB point.

2. RC vs RL: The Passive Architectures

The RC Low Pass Filter (Resistor-Capacitor)

This is the undisputed king of signal processing, used in 95% of applications. It places a Resistor in series with the signal, and a Capacitor parallel to ground. Because capacitors easily pass high frequencies, all the high-frequency “noise” is short-circuited to ground.

fc = 1 / (2πRC)

The RL Low Pass Filter (Resistor-Inductor)

Less common in weak-signal processing due to the bulkiness of coils, the RL filter is heavily used in high-power applications—like passive crossovers inside giant audio subwoofers. It places an Inductor in series, physically resisting rapid changes in current, “choking” out the high frequencies.

fc = R / (2πL)

3. The Time Domain: PWM Smoothing (DAC)

ARDUINO & MICROCONTROLLERS

If you are using a microcontroller (like an Arduino) to generate an analog voltage, you are likely using a PWM (Pulse Width Modulation) pin. A PWM signal is a harsh, high-frequency square wave. To convert this into a smooth, flat DC voltage (acting as a basic DAC), you must use an RC Low Pass Filter and calculate its Time Constant (τ).

τ = R × C

The Time Constant (Tau) dictates how fast the capacitor charges and discharges. To properly smooth a PWM signal, your filter’s Time Constant must be significantly larger (typically 10 to 100 times larger) than the period of the PWM frequency. If the time constant is too small, your DC voltage will have massive “ripple”; if it’s too large, your analog output will respond too slowly to code changes.

4. Filter Order & The “Brick Wall” Fallacy

A single Resistor and Capacitor create a 1st-Order Filter. Many beginners assume that if they set fc to 1kHz, a 1.1kHz signal will instantly vanish. This is false. A 1st-order filter only reduces high frequencies at a gentle slope of -20dB per decade (meaning every time the frequency multiplies by 10, the signal strength drops by a factor of 10).

[Image comparing the Bode plots of 1st-order, 2nd-order, and 3rd-order low pass filters showing steeper roll-off slopes]

If you are building an Anti-Aliasing filter for a sensitive ADC (Analog-to-Digital Converter), a -20dB slope is dangerously weak. You must cascade multiple RC stages to create 2nd-Order (-40dB/decade) or 3rd-Order (-60dB/decade) filters, creating a much steeper “brick wall” to ruthlessly block out high-frequency interference.

5. The “Loading Effect” & Active Filters

🚨 Prof. Anderson’s Warning: Passive Filters Need Buffers!

You used the formula to design a perfect 1kHz RC low pass filter. You wire it up, connect it to the input of an audio amplifier, and suddenly your cutoff frequency violently shifts to 3kHz, and the volume drops by half. What happened? The Loading Effect.

A passive filter relies on the exact mathematical ratio between its internal R and C. If you connect a load (like a speaker or an amp) directly to the filter’s output, the load’s input impedance acts as a parallel resistor, drawing current and destroying your calculated math.

The Solution: The Active Low Pass Filter. By adding an Operational Amplifier (Op-Amp) to your circuit, you provide near-infinite input impedance (protecting the RC calculation) and near-zero output impedance to drive any heavy load perfectly. Furthermore, Active Filters allow you to add Gain (amplification) to the signal simultaneously!

6. Professor’s FAQ Corner

Q: Does a low pass filter completely block signals above the cutoff frequency?
No. This is known as the “brick wall” fallacy. A standard first-order passive filter gradually reduces the signal. At the exact cutoff frequency, the signal power is reduced by 50% (-3dB). Beyond that, the signal rolls off at a rate of -20dB per decade. High frequencies are heavily attenuated, but they are not instantly erased.
Q: Should I use an RC or an RL filter?
RC filters are used in 95% of standard signal processing applications because capacitors are cheap, compact, and behave very close to ideal mathematical models. RL filters are typically reserved for high-power applications (like passive speaker crossovers) or specific RF tuning designs, because physical inductors are bulky, expensive, and suffer from parasitic DC resistance.
Q: How do I choose standard component values?
Calculators often spit out impossible numbers like 15.915 nF. In reality, components are manufactured in standard logarithmic steps (E12/E24 series). Always lock in the Capacitor value first (e.g., choose a standard 10nF, 22nF, or 100nF from your parts bin), and then let our engine calculate the required Resistor value. It is much easier to combine two resistors in series to hit a specific target than it is to combine capacitors.
Q: Does a low pass filter cause phase shift?
Yes. At the exact cutoff frequency (-3dB point), a first-order low pass filter introduces a -45 degree phase shift, meaning the output signal lags behind the input signal in time. As the frequency goes higher, the phase shift approaches a maximum of -90 degrees. This is critical to account for in precise control systems (like drone flight controllers) or high-fidelity audio designs.

7. Academic References & Standards

The calculations and circuit topologies provided by our engine are grounded in the following internationally recognized academic literature:

  • The Art of Electronics (3rd Edition) Horowitz, P., & Hill, W. (2015). Cambridge University Press. Chapter 1.7 & 4: Active Filters and Oscillators. Considered the “Bible” of hardware engineering, this text defines the standard topologies for passive RC/RL networks and active Op-Amp filter buffering.
  • Signals and Systems (2nd Edition) Oppenheim, A. V., & Willsky, A. S. (1996). Prentice Hall. Chapter 6: Time and Frequency Characterization of Signals and Systems. Establishes the rigorous mathematical proofs for Bode plots, roll-off slopes (-20dB/decade), and phase shift in linear time-invariant (LTI) continuous-time filters.

Calculate Your Filter Parameters

Select your filter architecture (Passive RC, RL, or Active Op-Amp). Input your desired cutoff frequency or time constant, and use our bidirectional solver to snap your results to standard real-world component values.

Launch Filter Calculator