A low pass filter is an electronic circuit that allows signals below a specific cutoff frequency to pass through while attenuating frequencies above that threshold. In a real circuit or installation, this topology fundamentally changes signal integrity by stripping away high-frequency electromagnetic interference (EMI), converting jagged digital PWM pulses into smooth analog DC voltages, and preventing high-frequency aliasing from corrupting microcontroller ADC readings. Hobbyists and junior technicians frequently confuse the cutoff frequency ($f_c$) with the point of total signal blockage; in reality, $f_c$ is the -3dB point where the signal power drops by half (and voltage drops to 70.7% of its original amplitude), with attenuation continuing gradually at a rate determined by the filter's order.

Reading the Diagram of Low Pass Filter Topologies

When you look at a standard diagram of low pass filter layouts, you will generally encounter two primary configurations: the passive RC (Resistor-Capacitor) filter and the active Sallen-Key filter. Understanding the schematic symbols and component placement is critical before you start soldering.

The Passive RC Layout: In a first-order passive diagram, the resistor is placed in series with the signal path, and the capacitor is placed in parallel, bridging the signal line and ground. The resistor limits current flow, while the capacitor acts as a frequency-dependent impedance. At high frequencies, the capacitor's reactance ($X_c = 1 / (2\pi f C)$) drops toward zero, effectively shorting the unwanted high-frequency noise to ground. At low frequencies, the capacitor's reactance is high, forcing the desired signal to pass through to the load.

For steeper attenuation, you will see a second-order active diagram utilizing an operational amplifier (op-amp). The Sallen-Key topology is the industry standard here. It uses two resistors and two capacitors in a specific feedback network around an op-amp configured as a unity-gain buffer or non-inverting amplifier. This configuration provides a -40dB/decade roll-off (compared to the -20dB/decade of a simple RC filter) without the signal degradation caused by loading effects. For deep dives into active topologies, the Analog Devices Filter Wizard is an excellent resource for generating exact schematic diagrams based on your target parameters.

Worked Numeric Example: Designing a 1kHz PWM Smoother

Let's design a filter to smooth a 5V, 20kHz PWM signal from an ESP32 into a clean DC voltage to drive a 0-5V analog input on a legacy industrial sensor. We want to heavily attenuate the 20kHz fundamental frequency, so we will set our target cutoff frequency ($f_c$) to 2kHz (one decade below the PWM frequency).

The governing formula for a first-order RC filter is:

f_c = 1 / (2 * π * R * C)

Step 1: Pick a standard capacitor value. We want a capacitor that is physically small, cheap, and has low Equivalent Series Resistance (ESR). A 100nF (0.1µF) X7R MLCC ceramic capacitor is a perfect bench staple.

Step 2: Calculate the required resistance.

  • R = 1 / (2 * π * 2000 Hz * 100 * 10^-9 F)
  • R = 1 / 0.0012566
  • R = 795.7 Ω

Step 3: Select the nearest standard E12 resistor value. The closest E12 value is 820Ω.

Step 4: Verify the actual cutoff frequency.

  • Actual f_c = 1 / (2 * π * 820 * 100e-9) = 1941 Hz

Bench Tip: An 820Ω output impedance is perfectly fine for driving a high-impedance ADC (typically >10MΩ). However, if your load has a low input impedance (e.g., 1kΩ), the load will act in parallel with your 820Ω resistor, shifting your cutoff frequency drastically higher and dropping your DC voltage. In that scenario, you must buffer the output with an op-amp like the TL072.

Where You Meet This in Practice

You will encounter the diagram of low pass filter circuits across nearly every sub-discipline of electrical engineering and DIY electronics:

  • Audio Crossovers: In PA systems and home theaters, passive LC (Inductor-Capacitor) low pass filters route only bass frequencies (typically below 80Hz-120Hz) to the subwoofer, protecting the voice coil from high-frequency thermal damage.
  • Motor Control & DAC Smoothing: Microcontrollers like the ESP32 have notoriously non-linear internal DACs. Makers frequently use the microcontroller's high-frequency PWM pins paired with an RC low pass filter to generate highly linear, smooth analog voltages for controlling analog servos or 0-10V industrial dimmers.
  • ADC Anti-Aliasing: When sampling analog sensors (like a microphone or a load cell) with a microcontroller, any noise above the Nyquist frequency (half your sampling rate) will 'fold back' into your data as false low-frequency signals. A hardware low pass filter placed directly in front of the ADC pin physically destroys this high-frequency noise before the digital sampling occurs. The All About Circuits RC tutorial provides excellent visual breakdowns of this aliasing phenomenon.

Decision Tree: Which Filter Topology Should You Build?

Do not default to a simple RC filter for every project. Use this decision matrix to select the exact topology and components for your schematic.

Application ScenarioRequired TopologyConcrete Component Pick
Smoothing PWM for high-impedance ADC input (e.g., reading a filtered voltage)1st Order Passive RC820Ω 1/4W Carbon Film + 100nF X7R MLCC
Smoothing PWM or DAC to drive a low-impedance load (e.g., 0-10V industrial input, audio line-out)2nd Order Active Sallen-Key (Unity Gain)TL072 Dual Op-Amp + 10kΩ resistors + 10nF/100nF C0G caps
Filtering high-current DC motor noise (e.g., 12V brushed motor drawing 5A)Passive LC (Pi or T network)10µH Shielded Power Inductor + 470µF Low-ESR Electrolytic
Strict anti-aliasing for high-precision audio or vibration analysis (requires sharp roll-off)4th Order Active Butterworth (Dual Sallen-Key)OPA2134 Audio Op-Amp + 1% Tolerance Metal Film Resistors

The Default Recommendation: If you are simply cleaning up a sensor signal for an Arduino or ESP32 ADC, build the 1st Order Passive RC using a 10kΩ resistor and a 100nF capacitor. It costs less than $0.05, requires no external power rails, and sets a safe 159Hz cutoff that eliminates most high-frequency switching noise without introducing op-amp offset errors.

Frequently Asked Questions

Why is my passive RC filter output voltage significantly lower than expected?

This is the 'loading effect.' Your multimeter or oscilloscope probe has an input impedance (usually 1MΩ or 10MΩ), which is fine. But if you connect the filter to a load with a low impedance (e.g., 5kΩ), that load forms a voltage divider with your series resistor. If your series resistor is 10kΩ and your load is 5kΩ, you will lose 66% of your signal amplitude. Fix this by lowering the resistor value and proportionally increasing the capacitor value to maintain the same cutoff frequency, or add an op-amp buffer.

Can I just use a capacitor to ground without the series resistor?

No. While a capacitor to ground will technically shunt high frequencies, without a series resistor to isolate the source, you create two major problems. First, you form an unintended LC resonant tank circuit with the parasitic inductance of your wires, which can actually amplify specific high frequencies (ringing). Second, if the source is a low-impedance digital output or power supply, the capacitor will draw massive inrush current when the signal transitions, potentially destroying the driving GPIO pin or causing localized voltage brownouts.

What is the difference between a low pass filter and a decoupling capacitor?

They use the same physical components but serve different masters. A decoupling capacitor (like the 100nF cap placed across the VCC and GND pins of an IC) is designed to act as a localized, high-frequency energy reservoir to stabilize power rails. A low pass filter is a designed network with a specific, calculated cutoff frequency intended to shape a signal waveform. For more on standardizing your component choices, reference the Electronics Tutorials low pass filter guide for standard Bode plot interpretations.