A 1st order low pass filter is a simple two-component passive circuit that allows low-frequency signals to pass unimpeded while attenuating higher frequencies above a calculated cutoff threshold. In a real installation or PCB, it changes the signal profile by stripping out high-frequency electromagnetic interference (EMI), switching regulator ripple, or digital noise before that signal reaches a sensitive analog-to-digital converter (ADC) or audio amplifier input.
Think of it like a heavy mechanical flywheel connected to a pulsing engine: slow, steady rotational force transfers through easily, but rapid, high-frequency vibrations are absorbed by the flywheel's inertia, resulting in a smooth output shaft rotation.
The Core Math and Component Selection
The behavior of a passive RC (resistor-capacitor) filter is governed by a single equation. The cutoff frequency ($f_c$) is the point where the signal's power is reduced by half (-3 dB), and the voltage amplitude drops to 70.7% of its input value.
Worked Numeric Example: Sensor Noise Filtering
Suppose you are reading a slow-moving temperature sensor that outputs a 0-5V DC signal, but your oscilloscope shows 60 Hz mains hum and high-frequency switching noise riding on the line. You want a cutoff frequency ($f_c$) of roughly 15 Hz to eliminate the 60 Hz interference while preserving the slow temperature changes.
- Select the Resistor: Choose a standard E24 series resistor of 10 kΩ. This is high enough to avoid drawing excessive current from the sensor, but low enough to minimize Johnson-Nyquist thermal noise.
- Calculate the Capacitor: Rearranging the formula for C gives $C = \frac{1}{2 \pi R f_c}$.
- Plug in the values: $C = \frac{1}{2 \times \pi \times 10,000 \times 15} = 1.06 \mu F$.
- Select Standard Component: The nearest standard capacitor value is 1 µF.
- Verify Actual Cutoff: Recalculating with 1 µF yields an actual $f_c$ of 15.9 Hz.
For that 1 µF capacitor, do not blindly grab an X7R ceramic. X7R dielectrics exhibit severe capacitance loss under DC bias (a 1 µF X7R might act like 0.2 µF at 5V) and are piezoelectric, meaning physical vibrations on the PCB will inject noise into your signal. Always specify a C0G/NP0 ceramic dielectric or a polypropylene film capacitor for precision analog filtering.
Standard RC Combinations for Common Applications
Here is a reference table of proven 1st order low pass filter values for standard bench and embedded scenarios. These assume standard E24 resistors and E12 capacitors.
| Application | Target $f_c$ | Resistor (R) | Capacitor (C) | Actual $f_c$ | Design Notes |
|---|---|---|---|---|---|
| Audio Subwoofer Crossover | 80 Hz | 10 kΩ | 220 nF | 72.3 Hz | Use WIMA film caps to avoid THD (Total Harmonic Distortion). |
| MCU ADC Anti-Aliasing | 1.5 kHz | 1 kΩ | 100 nF | 1.59 kHz | C0G dielectric required; keeps source impedance low for SAR ADC sampling. |
| I2C Bus Glitch Filtering | 100 kHz | 100 Ω | 15 nF | 106.1 kHz | Keep R very low to preserve $V_{OL}$ logic thresholds against pull-up resistors. |
| PWM to Analog DAC Smoothing | 30 Hz | 10 kΩ | 470 nF | 33.8 Hz | Must follow with an op-amp voltage follower to fix high output impedance. |
| Biomedical ECG Baseline | 150 Hz | 100 kΩ | 10 nF | 159.1 Hz | High R requires a JFET/CMOS buffer amp to prevent signal loading. |
What It Actually Changes in a Real Circuit
When you drop a 1st order low pass filter into a signal path, it alters three distinct electrical characteristics. Understanding these prevents the most common debugging headaches on the bench.
1. Amplitude Roll-Off (The -20 dB/Decade Slope)
A 1st order filter does not create a 'brick wall.' At the cutoff frequency, the signal is attenuated by -3 dB. For every decade increase in frequency beyond $f_c$ (e.g., from 100 Hz to 1,000 Hz), the signal drops by an additional -20 dB (a factor of 10 in voltage). If you need to aggressively kill a noise spike that sits very close to your target signal frequency, a 1st order passive filter will not provide enough attenuation. You will need to cascade stages or switch to a 2nd order active topology.
2. Phase Shift and Group Delay
Capacitors take time to charge and discharge, which delays the signal. A 1st order low pass filter introduces a phase lag that starts near 0° at DC, hits exactly -45° at the cutoff frequency, and asymptotically approaches -90° at very high frequencies. In control loops or audio crossover networks, this phase shift can cause instability or acoustic cancellation if not mathematically accounted for.
3. Output Impedance Loading
This is where most hobbyists and junior engineers fail. The resistor in your RC filter adds series impedance to the signal source. If you design a filter with a 100 kΩ resistor and feed it directly into a microcontroller ADC with a 50 kΩ input impedance, you have accidentally created a voltage divider. Your 3.3V signal will now read as 1.1V at the MCU pin. Always ensure the load impedance is at least 10 to 100 times greater than the filter's resistor value, or buffer the output with a unity-gain op-amp.
Where You Meet This in Practice (and Common Confusions)
Real-World Applications
- DAC Output Smoothing: Microcontrollers outputting 'analog' voltages via PWM or R-2R resistor ladders produce staircase waveforms rich in high-frequency harmonics. A 1st order RC filter smooths these steps into a clean DC or low-frequency sine wave.
- Power Supply Ripple Reduction: Placing a small resistor and a large bypass capacitor on the VCC rail of a sensitive RF oscillator or precision voltage reference creates a low pass filter that blocks switching noise from the main power bus.
- Switch Debouncing: A mechanical pushbutton generates microsecond-long contact bounce spikes. An RC filter with a time constant ($\tau = R \times C$) of roughly 5-10 ms absorbs these spikes, presenting a clean digital edge to a GPIO pin.
Common Confusions to Avoid
The most frequent mistake is confusing a 1st order passive filter with a 2nd order active filter (like the Sallen-Key topology). Beginners often calculate a 1st order cutoff, build it, and then complain that the 60 Hz hum is still visible on their 1 kHz audio signal. A 1st order filter only drops 6 dB per octave; a 2nd order active filter drops 12 dB per octave and can be tuned for a sharper 'knee' (like a Butterworth response).
Another confusion involves the -3 dB definition. Many assume the cutoff frequency is where the filter 'starts' working. In reality, the filter is already attenuating signals slightly below $f_c$, and at exactly $f_c$, your signal has already lost nearly 30% of its voltage amplitude. According to All About Circuits, designing your $f_c$ exactly at your highest desired signal frequency will result in unacceptable signal loss; you should typically set $f_c$ at least one octave above your maximum signal frequency.
FAQ: Troubleshooting and Edge Cases
Why is my filtered DC signal reading lower than expected?
This is almost always an impedance loading issue. The capacitor itself might also have high leakage current. If you used a high-value resistor (e.g., 1 MΩ) and a standard aluminum electrolytic capacitor, the capacitor's internal leakage will form a secondary voltage divider with your resistor, pulling the DC voltage down. Switch to a low-leakage film or C0G ceramic capacitor, or reduce the resistor value and increase the capacitance proportionally.
Can I just use a 1 Ω resistor and a massive 10,000 µF capacitor to get the same cutoff?
Mathematically, yes. Practically, no. A 1 Ω resistor will demand massive current from your signal source, likely triggering overcurrent protection or causing the source voltage to sag. Furthermore, a 10,000 µF electrolytic capacitor has high Equivalent Series Resistance (ESR) and Equivalent Series Inductance (ESL). At high frequencies, the ESL will actually cause the capacitor to act like an inductor, completely defeating the low-pass filtering action. Always balance R and C to keep the resistor above 100 Ω and the capacitor below 10 µF where possible.
How do PCB traces affect my high-frequency 1st order filter?
At RF frequencies (above 10 MHz), PCB trace capacitance and via inductance become significant. A standard FR4 PCB trace has roughly 1.5 pF to 2 pF of parasitic capacitance per centimeter to the ground plane. If you are designing a 1st order low pass filter with a target of 500 MHz using a 5 pF capacitor, the 3 pF of parasitic trace capacitance will shift your actual cutoff frequency by nearly 40%. For RF work, you must simulate the layout parasitics using tools like KiCad's built-in field solvers or ADS, as detailed in Electronics Tutorials.






