An LC filter is a passive electronic circuit combining an inductor (L) and a capacitor (C) to block or pass specific frequency bands by exploiting their opposing reactance to alternating current. Unlike a simple resistor-capacitor (RC) network that burns energy as heat to attenuate signals, an ideal LC filter stores and transfers energy reactively, making it the undisputed choice for power supply ripple reduction and high-current RF applications. It changes a circuit's frequency response by creating a sharp impedance mismatch at the cutoff frequency, effectively choking out high-frequency noise while passing clean DC or desired AC. Beginners frequently confuse a full LC filter with a simple bypass capacitor; while a bypass cap merely provides a low-impedance path to ground for high frequencies, the LC filter's inductor actively blocks those frequencies from reaching the load in the first place.
The Core Mechanism: Reactance and the Cutoff Frequency
To understand how an LC filter operates, you have to look at how its two components react to frequency. The inductor's reactance ($X_L$) increases as frequency rises ($X_L = 2 \pi f L$), meaning it acts as a roadblock to high-frequency noise. Conversely, the capacitor's reactance ($X_C$) decreases as frequency rises ($X_C = \frac{1}{2 \pi f C}$), providing an easy escape route to ground for that same noise.
When combined in a low-pass configuration (inductor in series with the load, capacitor in parallel to ground), they form a second-order filter. This yields a roll-off rate of -40 dB per decade, which is twice as aggressive as the -20 dB/decade roll-off of a first-order RC filter. The exact point where this attenuation begins is the resonant cutoff frequency ($f_c$), calculated as:
Think of the inductor as a heavy mechanical flywheel—it resists sudden changes in current flow, while the capacitor acts like a pressurized accumulator tank that absorbs voltage spikes. Together, they smooth out the jagged edges of a switching waveform into a flat DC line.
Worked Example: Taming a 500 kHz Buck Converter Ripple
Let's apply this to a real bench scenario. You are designing a 12V-to-5V buck converter for a sensitive analog sensor. The switching regulator operates at $f_{sw} = 500 \text{ kHz}$. You need an output LC filter to attenuate the switching ripple so it doesn't corrupt your sensor's ADC readings.
Step 1: Set the target cutoff frequency.
A good rule of thumb is to place $f_c$ at least one decade below the switching frequency to ensure deep attenuation. We will target $f_c = 50 \text{ kHz}$.
Step 2: Choose the capacitor.
For high-frequency decoupling, ceramic is mandatory. We select a standard $10 \mu\text{F}$ X7R ceramic capacitor (rated for 10V to account for DC bias derating).
Step 3: Calculate the required inductance.
Rearranging the cutoff formula to solve for L:
$L = \frac{1}{(2 \pi f_c)^2 C}$
$L = \frac{1}{(2 \pi \times 50,000)^2 \times (10 \times 10^{-6})}$
$L = \frac{1}{9.8696 \times 10^{10} \times 10^{-5}}$
$L \approx 1.01 \mu\text{H}$
Step 4: Select the physical component.
We round to the nearest standard value: a 1.0 µH shielded wirewound inductor. Because the sensor draws a maximum of 200 mA, we ensure the inductor's saturation current ($I_{sat}$) rating is at least 500 mA to prevent the core from saturating and turning the inductor into a mere piece of wire.
Where You Meet LC Filters in Practice
You will rarely build a discrete LC filter for audio signal paths on a modern PCB, but you will encounter them constantly in power and RF domains:
- Switch-Mode Power Supplies (SMPS): Every buck, boost, and buck-boost converter relies on an output LC filter to convert the high-frequency PWM switching node into a usable DC voltage.
- RF Transceivers and Antennas: Used as band-pass or band-stop (notch) filters to isolate specific transmission bands and reject harmonic interference.
- Pi Filters for Sensitive Rails: A variation where a capacitor precedes the inductor, followed by another capacitor (C-L-C). This is standard on the VDD rails of PLLs (Phase-Locked Loops) and high-resolution DACs to achieve ultra-low noise floors.
- Motor Drive EMI Suppression: Placed at the input of variable frequency drives (VFDs) to prevent high-frequency switching noise from traveling back up the DC bus and polluting the main facility grid.
Decision Tree: Selecting Your Inductor and Capacitor
Choosing the right physical components is where theory meets the supply chain. Use this decision matrix to lock in your bill of materials (BOM) based on your load current and noise requirements.
| Load Current / Scenario | Topology Choice | Inductor Type | Concrete Part Pick |
|---|---|---|---|
| < 100mA (IoT Sensors, MCU VCC) | Pi Filter (C-L-C) | Ferrite Bead (acts as lossy L at high freq) | Murata BLM18PG121SN1D (120Ω @ 100MHz, 2A rating) |
| 100mA - 3A (Radios, FPGAs, General Logic) | L-Section (L-C) | Shielded Wirewound Power Choke | Coilcraft MSS7341-102 (1.0 µH, 7A $I_{sat}$, low DCR) |
| > 5A (Motor Drives, High-Power LEDs, GPU Rails) | L-Section with Damping | Molded High-Current Choke | Würth Elektronik WE-HCI 7443552100 (1.0 µH, 14A $I_{sat}$) |
Common Pitfalls: Saturation, ESR, and the Resonance Trap
Even with perfect math, an LC filter can fail on the bench if you ignore the parasitic properties of real-world components.
1. Inductor DC Bias Saturation
Inductors are rated with an $I_{sat}$ (saturation current) and an $I_{rms}$ (thermal current). If your DC load current approaches $I_{sat}$, the magnetic core saturates. The inductance value plummets, your cutoff frequency shifts upward into the noise band, and the filter fails. Always size $I_{sat}$ at least 30% higher than your maximum continuous DC load.
2. The Ultra-Low ESR Trap
In power supply design, we usually want capacitors with the lowest possible Equivalent Series Resistance (ESR). However, in an LC filter, zero ESR means zero damping. If the load draws very little current, the filter will ring violently at $f_c$, creating a massive impedance peak. If you are using ultra-low ESR MLCC (Multi-Layer Ceramic Capacitors), you may need to add a small series resistor or rely on the inductor's inherent DCR (DC Resistance) to dampen the Q-factor. For reference, an LC circuit's Q-factor dictates the severity of this peaking.
3. Ignoring Capacitor DC Bias Derating
A $10 \mu\text{F}$ X5R ceramic capacitor rated for 10V might only provide $4 \mu\text{F}$ of actual capacitance when 5V DC is applied across it. This shifts your cutoff frequency higher than calculated. Always check the manufacturer's DC bias curve and over-spec the voltage rating (e.g., use a 16V or 25V cap for a 5V rail).
Frequently Asked Questions
Why not just use an RC filter instead of an LC filter?
An RC filter dissipates energy as heat. If you attempt to filter a 1A load with an RC filter, the resistor will burn up or cause a massive voltage drop. LC filters are reactive; they store and release energy, resulting in near-zero DC voltage drop (limited only by the inductor's tiny DCR) and high current capability.
Can I put an LC filter on the input of a linear regulator (LDO)?
Yes, but be careful. LDOs require a specific output capacitor ESR for internal loop stability. Placing a high-Q LC filter on the input is fine for rejecting upstream noise, but if the LC filter is on the output, the low ESR of the ceramic capacitor can cause the LDO's control loop to oscillate. Always check the LDO datasheet for stability requirements.
What is the default recommendation if I'm unsure?
For 90% of general-purpose DC power rail filtering under 2A on a custom PCB, default to an L-section topology using a Coilcraft MSS7341 series shielded wirewound inductor paired with a 10 µF, 16V X7R ceramic capacitor. This combination provides excellent attenuation, avoids magnetic coupling noise with nearby traces, and offers enough inherent DCR to prevent severe resonance peaking.






