A low pass RL filter is a passive two-component circuit where a resistor and inductor are wired in series, with the output measured across the resistor to allow low-frequency signals through while blocking high frequencies. When you drop this topology into a real circuit, it fundamentally changes the frequency response of your signal path: it preserves DC and low-frequency AC waveforms while severely attenuating high-frequency noise, switching ripple, or harmonic content. Unlike active filters, it requires no power supply, but it demands a strict understanding of component parasitics to work correctly on the bench.
The Core Concept: What It Changes in a Circuit
To understand what this filter actually does to a signal, you have to look at the inductor's impedance formula: XL = 2πfL. The inductor's opposition to current (reactance) scales linearly with frequency. At DC (0 Hz), the inductor's reactance is zero, acting ideally as a short circuit. At high frequencies, its reactance skyrockets, effectively choking off the signal.
Because the output is tapped across the resistor, the circuit acts as a frequency-dependent voltage divider. At low frequencies, the inductor drops almost zero voltage, so the full input signal appears across the resistor. At high frequencies, the inductor's massive reactance absorbs the voltage drop, leaving almost nothing for the resistor.
Think of the inductor as a heavy mechanical flywheel connected to a drive shaft. If you try to spin it rapidly back and forth (high-frequency AC), its inertia resists the movement, absorbing the energy. But if you apply a steady, continuous torque (DC or low frequency), it spins freely, transferring the energy to the resistor, which acts as a predictable friction brake.
The Math: Calculating Cutoff Frequency
The cutoff frequency (fc) is the point where the output power drops by half (-3dB), and the output voltage drops to 70.7% of the input. For an RL filter, the formula is distinctly different from the more common RC filter.
fc = R / (2πL)
Let's run a worked numeric example with real bench components. Suppose you are building an audio crossover and you need to filter out high frequencies before they hit a subwoofer. You select a 100 Ω power resistor and a 15 mH (0.015 H) iron-core inductor.
- R = 100 Ω
- L = 0.015 H
- fc = 100 / (2 × 3.14159 × 0.015)
- fc = 100 / 0.094247
- fc ≈ 1061 Hz
At 1061 Hz, the signal is attenuated by -3dB. By the time the frequency hits 10 kHz, the inductor's reactance is roughly 942 Ω. Using the voltage divider math, a 10V input at 10 kHz will yield an output of just 1.05V across the 100 Ω resistor—a massive -19.5dB attenuation. The high frequencies are effectively crushed.
Where You Meet RL Filters in Practice
While RC (resistor-capacitor) filters dominate low-power signal processing, RL filters are mandatory in specific high-current or high-power scenarios. According to foundational filter theory documented by Electronics Tutorials, the choice between topologies hinges on current handling and physical constraints.
1. Passive Audio Crossovers: In a speaker cabinet, you cannot use a series resistor to filter a subwoofer; a 100W audio signal would turn a standard resistor into a toaster. An RL low pass filter uses the inductor to pass the heavy DC/low-frequency current to the woofer with minimal heat dissipation, while the resistor (or the woofer's own voice coil impedance) sets the crossover point.
2. High-Current PWM Smoothing: When converting a high-current PWM signal into a smooth DC analog voltage to drive a proportional valve or a heavy DC motor, an RC filter would require a massive, heat-sinked power resistor to handle the current. An RL filter handles the high current through the inductor's low DC resistance, keeping the system cool.
3. EMI and RFI Snubbers: On the output of switching buck converters or motor drivers, small RL networks (often called snubbers or ferrite bead filters) are used to absorb high-frequency switching ringing without dropping the primary DC load voltage.
Real-World Scenario: The PWM Smoothing DCR Trap
Theory is clean, but real components have parasitics. Here is a walkthrough of a classic bench failure that highlights why you must read the datasheet before soldering an RL filter.
The Setup
A hobbyist needed to convert a 12V, 20 kHz PWM signal from an Arduino (50% duty cycle) into a smooth 6V DC signal to drive an analog dashboard gauge. To avoid the heat of a power resistor, they designed a low pass RL filter. They chose a 100 Ω resistor and ordered a 15 mH axial inductor, calculating a cutoff frequency of 1061 Hz, which is well below the 20 kHz PWM frequency. They wired the inductor in series with the PWM line and tapped the output across the resistor to the gauge.
The Numbers
- Input: 12V PWM at 50% duty cycle (Average DC = 6V)
- Target Output: 6.0V DC
- Filter Components: 100 Ω Resistor, 15 mH Inductor
The Outcome
Upon powering the circuit, the PWM ripple was successfully smoothed out—the oscilloscope showed a perfectly flat DC line. However, the dashboard gauge only read 4.13V, pegging the needle at the bottom of the scale instead of the middle.
What Went Wrong: The DCR Trap
The hobbyist treated the inductor as an ideal component with zero DC resistance. In reality, a 15 mH inductor requires thousands of turns of very thin copper wire. The specific inductor they bought had a DC Resistance (DCR) of 45 Ω.
At DC (0 Hz), the inductor's reactance is zero, but its physical wire resistance remains. The circuit effectively became a voltage divider between the 45 Ω DCR and the 100 Ω resistor.
Vout = Vin × [ R / (R + DCR) ]
Vout = 6V × [ 100 / (100 + 45) ]
Vout = 6V × 0.689 = 4.13V
RL vs. RC Low Pass Filters: Choosing the Right Topology
It is common for makers to confuse RL filters with RC (resistor-capacitor) filters, assuming they are perfectly interchangeable. While both perform the same mathematical function, their physical realities dictate entirely different use cases. As noted in All About Circuits, the choice boils down to current, cost, and board space.
| Criteria | RC Low Pass Filter | RL Low Pass Filter |
|---|---|---|
| Best Application | Low-power signal conditioning, audio line-level, ADC inputs | High-current power lines, speaker crossovers, motor drives |
| DC Current Handling | Poor (resistor burns up at high current) | Excellent (inductor passes DC with minimal heat) |
| Component Cost & Size | Cheap, tiny (SMD 0402 capacitors) | Expensive, bulky (heavy copper coils, iron cores) |
| Parasitic Trap | Capacitor ESR and dielectric absorption | Inductor DCR and Self-Resonant Frequency (SRF) |
| Phase Shift at fc | -45° (Voltage lags current) | +45° (Voltage leads current) |
Choose RC when: You are filtering a 3.3V logic signal, conditioning a sensor reading for an ESP32 ADC, or working with microamps of current. Capacitors are cheap, have virtually zero DCR equivalent, and take up millimeters of PCB space.
Choose RL when: You are passing amps of current. If you try to smooth a 5A PWM motor drive with an RC filter, the series resistor will dissipate massive amounts of heat (P = I²R). An RL filter passes that 5A through the inductor's thick copper windings, keeping the board cool.
Frequently Asked Questions
Can I use a ferrite bead instead of an inductor for an RL filter?
Yes, but with caveats. A ferrite bead is essentially a lossy inductor. It provides excellent high-frequency attenuation (acting as the 'L' in your filter), but its impedance curve is highly non-linear and it saturates at relatively low DC currents. Use ferrite beads for low-current EMI snubbers on power rails, but avoid them for precise signal filtering or high-current PWM smoothing where a proper gapped-core inductor is required.
Why does my RL filter ring and oscillate at high frequencies?
You have likely hit the inductor's Self-Resonant Frequency (SRF). Real inductors have parasitic capacitance between their wire windings. At a specific high frequency, this parasitic capacitance resonates with the inductance, turning your low-pass filter into a high-Q bandpass filter that amplifies noise. Always check the manufacturer's datasheet and ensure your target cutoff frequency is well below the component's SRF.
Does the load resistance affect the cutoff frequency?
Absolutely. The formula fc = R / (2πL) assumes the output is connected to a high-impedance load (like an op-amp buffer or a microcontroller ADC). If you connect a low-impedance load directly across the resistor, that load is in parallel with your filter resistor. This lowers the total equivalent resistance, which in turn lowers your cutoff frequency and alters the filter's Q factor. Always buffer the output of a passive filter if driving a heavy load.






