Understanding LC Filter Circuits
An LC filter combines an inductor and capacitor to selectively pass or block frequencies. The key advantage over simpler RC or RL designs is the second-order response: the filter's roll-off rate in the frequency domain is twice as steep, meaning frequencies far from the cutoff transition much more sharply.
In a low-pass configuration, the inductor sits in series with the signal path while the capacitor connects to ground in parallel. Since inductors oppose current changes at high frequencies and capacitors oppose voltage changes at low frequencies, this arrangement allows low-frequency signals through while attenuating higher ones.
The high-pass variant reverses the roles: the capacitor goes in series and the inductor in parallel to ground. Now high-frequency signals pass easily, while low frequencies are blocked. For band-pass filtering, designers cascade or combine low-pass and high-pass sections to isolate a specific frequency window.
LC Cutoff Frequency Formula
The cutoff frequency—the point where signal attenuation begins—depends on the product of inductance and capacitance. Both low-pass and high-pass LC filters share the same fundamental relationship:
f_c = 1 / (2π√(L × C))
f_c— Cutoff frequency in Hertz (Hz)L— Inductance in Henries (H)C— Capacitance in Farads (F)π— Mathematical constant, approximately 3.14159
Practical Component Selection
Designing a filter requires balancing component availability against target performance. Standard capacitor and inductor values follow established series (E12, E24), so achieving exact frequencies is often impossible. For instance, a 1 kHz low-pass filter might pair a 47 nF capacitor with a 539 mH inductor—values close enough to mass-market stock for most applications.
Several considerations affect real-world design:
- Inductor losses: Physical inductors exhibit series resistance, which adds damping and broadens the cutoff transition.
- Parasitic effects: Capacitors have series inductance; inductors have parallel capacitance. These parasitic elements cause deviations from ideal behavior, especially at high frequencies.
- Component tolerance: Standard capacitors carry ±10% or ±20% tolerances; inductors similarly vary. Final filter frequency may drift measurably from calculations.
- Impedance matching: The source and load impedances alter filter response, particularly for passive LC designs.
Common Design Pitfalls
When designing LC filters, several mistakes can undermine performance or lead to unexpected behaviour.
- Ignoring component parasitics — Ideal formulas assume zero resistance in the inductor and zero series resistance in the capacitor. Real components deviate significantly. A 1 mH inductor might exhibit 0.5 Ω of resistance, which damps the filter's response and shifts the effective cutoff. Always measure or model actual component specs.
- Mismatching impedance levels — LC filters assume specific source and load impedances. If your signal generator is 50 Ω but your filter is designed for 1 kΩ loads, the cutoff frequency and roll-off slope will shift. Use impedance-matching circuits or account for load effects in your design simulations.
- Forgetting about phase shift — While magnitude response follows the cutoff formula, phase shift near the cutoff frequency can reach 90°. In audio or phase-sensitive applications, this shift may cause timing issues or unwanted phase cancellation with other signals. Verify phase requirements separately from frequency magnitude.
- Using undersized inductors at high currents — An inductor sized for milliamps may saturate if current exceeds its rated limit, collapsing inductance and destroying filter performance. Always check thermal and saturation limits, especially in power supplies or audio amplifiers delivering significant current.
Designing Band-Pass Filters
A band-pass filter isolates a target frequency range by combining high-pass and low-pass sections. The high-pass stage blocks frequencies below your desired band; the low-pass stage blocks frequencies above it. To design one, first choose your lower and upper cutoff frequencies, then calculate separate L and C pairs for each half.
For a 1 kHz–10 kHz band-pass filter, you might use a high-pass stage with f_c = 1 kHz and a low-pass stage with f_c = 10 kHz. Because the two stages interact slightly, real circuits require adjustment and measurement. Advanced designs employ active filters or multiple stages for steeper roll-off and flatter pass-band response, but passive LC filters remain popular in RF and impedance-critical applications due to their simplicity and lack of power consumption.