An RLC circuit bandpass filter allows a specific band of frequencies to pass from input to output while attenuating signals above and below the resonant center frequency ($f_r$). Unlike active op-amp filters, passive RLC topologies require no power supply, handle higher signal voltages, and introduce zero active noise. However, their performance is entirely dictated by the physical parasitics of the components you select.
The center frequency is governed by the Thomson formula: $f_r = \frac{1}{2\pi\sqrt{LC}}$. But hitting the exact target frequency and bandwidth on a physical breadboard requires understanding topology trade-offs, component failure modes, and the hidden DC resistance (DCR) of real-world inductors.
Series vs. Parallel RLC Bandpass Topologies
When designing an RLC circuit bandpass filter, you must choose between two primary passive topologies. The choice depends almost entirely on the source and load impedances of your surrounding circuit.
Topology A: Series Resonant (Low Impedance)
In the series topology, the signal path flows from $V_{in}$ through the inductor (L), then the capacitor (C), then the resistor (R) to GND. The output voltage ($V_{out}$) is measured across the resistor. At resonance, the reactances of L and C cancel out ($X_L = X_C$), leaving only R to limit current. This creates a voltage peak across R. This topology is ideal when driving a low-impedance load from a low-impedance source, such as an audio amplifier output.
Topology B: Parallel Tank (High Impedance)
In the parallel tank topology, a series resistor (R) connects $V_{in}$ to a central node (Node A). From Node A, both the inductor (L) and capacitor (C) are connected in parallel to GND. $V_{out}$ is measured at Node A. At resonance, the parallel LC combination exhibits maximum impedance (ideally infinite), preventing current from flowing to ground and forcing $V_{out}$ to equal $V_{in}$. This is the standard choice for RF intermediate frequency (IF) stages and high-impedance sensor interfaces.
| Criteria | Series Resonant (Vout across R) | Parallel Tank (Vout across LC) |
|---|---|---|
| Impedance at Resonance | Minimum (Equal to R) | Maximum (Limited by parasitic ESR) |
| Best Source Match | Low impedance (Voltage source) | High impedance (Current source / Series R) |
| DC Blocking | Yes (C blocks DC from output) | No (DC passes through series R to output) |
| Tuning Ease | Harder (changing R alters Q and gain) | Easier (tank Q is somewhat isolated from source R) |
Component Behavior and Extreme Failure Modes
To troubleshoot or tune an RLC circuit bandpass filter on the bench, you need to know exactly how shifting a single value alters the transfer function. The table below maps the behavioral shifts for a standard series RLC topology.
| Parameter Changed | Effect on Center Freq ($f_r$) | Effect on Bandwidth (BW) | Effect on Q-Factor |
|---|---|---|---|
| Increase R | No change | Increases (Wider passband) | Decreases |
| Increase L | Decreases | Decreases (Narrower passband) | Increases |
| Increase C | Decreases | Increases (Wider passband) | Decreases |
| Decrease L & C proportionally | Increases | Depends on ratio | Variable |
What Breaks at the Extremes? (Failure Mode Contrast)
Component failure in an RLC network doesn't just stop the circuit; it fundamentally changes the filter type. Understanding these extremes is critical for debugging dead boards.
- Inductor Opens: Total signal loss. The circuit becomes an open break.
- Capacitor Shorts: The filter loses its high-pass characteristic. It degrades into a simple RL low-pass filter, passing DC and low frequencies directly to the output.
- Resistor Shorts: $V_{out}$ drops to 0V. The LC series combination acts as a short to ground at resonance, potentially drawing massive current from the source and burning out the inductor wire.
- Inductor Shorts: Node A is hard-grounded through the inductor's DCR. $V_{out}$ drops to near zero across all frequencies.
- Capacitor Opens: The tank loses its resonance. The circuit becomes an RL low-pass filter, severely attenuating high frequencies but passing DC.
- Series Resistor Opens: Total signal loss. No current can reach the tank.
Design Walkthrough: 10 kHz Audio Bandpass Filter
Let's design a series RLC circuit bandpass filter targeting a center frequency of 10 kHz with a Quality factor (Q) of roughly 10. A Q of 10 provides a good balance between selectivity and insertion loss for audio and ultrasonic applications. For deeper theory on resonance calculations, refer to the All About Circuits guide on series resonance.
Step 1: Select the Capacitor
We start with C because standard capacitor values are less dense than inductor values. We choose 100 nF (0.1 μF). For audio/RF filters, never use ceramic X7R/Y5V capacitors; their capacitance drops drastically with applied voltage and temperature. Use a metalized polyester film capacitor, such as the Panasonic ECQ-E104KF (5% tolerance, 100V).
Step 2: Calculate the Inductor
Rearranging the Thomson formula to solve for L:
$L = \frac{1}{(2\pi f_r)^2 C} = \frac{1}{(2\pi \times 10,000)^2 \times 100 \times 10^{-9}} = 2.533 \text{ mH}$
We will use a standard 2.5 mH through-hole inductor. When sourcing, check the Coilcraft Inductor Finder or use a Bourns 78F series part. We'll specify the Bourns 78F2R5K-RC (2.5 mH, 10% tolerance). Note that this inductor has a specified DC Resistance (DCR) of roughly 4.0 Ω. This parasitic resistance is critical for the next step.
Step 3: Calculate the Resistor for Target Q
For a series RLC circuit, $Q = \frac{1}{R_{total}} \sqrt{\frac{L}{C}}$. We want $Q = 10$.
$10 = \frac{1}{R_{total}} \sqrt{\frac{2.5 \times 10^{-3}}{100 \times 10^{-9}}} = \frac{1}{R_{total}} \sqrt{25,000} = \frac{158.11}{R_{total}}$
$R_{total} = 15.8 \Omega$
Bench Reality Check: $R_{total}$ includes the physical resistor plus the inductor's DCR. Since the Bourns inductor has a DCR of 4.0 Ω, our physical resistor must be $15.8 - 4.0 = 11.8 \Omega$. We will use a standard 12 Ω 1% metal film resistor (e.g., Yageo MFR-25FBF52-12R0).
| Component | Value | Recommended Part Number | Critical Spec / Tolerance |
|---|---|---|---|
| Capacitor (C) | 100 nF | Panasonic ECQ-E104KF | Film, 5%, 100V, Low ESR |
| Inductor (L) | 2.5 mH | Bourns 78F2R5K-RC | Radial, 10%, DCR = 4.0 Ω max |
| Resistor (R) | 12 Ω | Yageo MFR-25FBF52-12R0 | Metal Film, 1%, 1/4W |
Breadboard Testing and Verification Step-by-Step
Theoretical math assumes ideal components. Breadboard parasitics (typically 2-5 pF between adjacent rows) and function generator output impedance (usually 50 Ω) will shift your results. Follow this procedure to verify your passive bandpass filter design on the bench.
- Verify DC Resistance (De-energized): Before applying power, use a multimeter to measure the resistance from $V_{in}$ to GND. You should read approximately 16 Ω (12 Ω resistor + 4 Ω inductor DCR). If you read infinite resistance, check for a breadboard contact failure. If you read near 0 Ω, check for a shorted capacitor or misplaced jumper.
- Establish the Baseline Sweep: Connect the function generator (e.g., Siglent SDG1032X) to $V_{in}$ and the oscilloscope (e.g., Rigol DS1054Z) to $V_{out}$. Set the generator to a 2Vpp sine wave. Sweep the frequency manually from 1 kHz to 50 kHz. Watch the output amplitude peak.
- Pinpoint the Actual $f_r$: Fine-tune the frequency around the expected 10 kHz mark. You will likely find the actual peak is slightly lower (e.g., 9.8 kHz) due to the inductor's +10% tolerance pushing the true L value to ~2.6 mH. Record the exact peak frequency and the peak-to-peak voltage ($V_{peak}$).
- Measure the -3dB Bandwidth: Calculate 70.7% of your $V_{peak}$ amplitude (the -3dB point). Sweep the frequency down from $f_r$ until the output drops to this voltage; record this as $f_{low}$. Sweep up from $f_r$ until it drops to the same voltage; record this as $f_{high}$. Your measured bandwidth is $BW = f_{high} - f_{low}$.
- Calculate Empirical Q: Divide your measured $f_r$ by your measured BW. If your calculated Q is significantly lower than 10 (e.g., Q = 6), your inductor's core losses or DCR are higher than the datasheet specified, or your breadboard contacts are introducing series resistance. Clean the component leads and re-seat them.
By accounting for inductor DCR during the design phase and systematically measuring the -3dB points on the bench, you transform the RLC circuit bandpass filter from a theoretical textbook exercise into a reliable, predictable hardware block.






