Band-Pass (Passband) Filter Calculator
Enter your lower and upper passband edge frequencies to calculate center frequency, bandwidth, and quality factor (Q). Optionally add passband gain and capacitor value to estimate a starting series RLC design.
What this passband filter calculator does
A passband (or band-pass) filter is designed to let a specific frequency range pass while attenuating frequencies below and above that range. This calculator is made for fast early-stage design work. It helps you move from target frequencies to useful engineering values in one step.
Given fL and fH, it computes:
- Center frequency (f0) using the geometric mean
- Bandwidth (BW) as the difference between upper and lower edges
- Quality factor (Q) to show filter selectivity
- Optional gain conversion from dB to linear ratio
- Optional series RLC estimate if capacitor value is supplied
Core formulas used
1) Center frequency and bandwidth
f0 = √(fL × fH)
BW = fH − fL
The geometric mean better represents center behavior in many band-pass designs, especially on logarithmic frequency scales.
2) Quality factor (Q)
Q = f0 / BW
A larger Q means a narrower, more selective passband. A lower Q means a broader passband.
3) Optional gain conversion
Av = 10(Gain dB / 20)
This is useful for active filter stages where passband gain is part of the target response.
4) Optional series RLC starting values
If you enter capacitor value C (in nF), the calculator estimates:
- L = 1 / (ω02C)
- R = 1 / (ω0CQ)
where ω0 = 2πf0. These are practical first-pass values to begin simulation and refinement.
How to use it effectively
- Enter lower and upper passband edge frequencies in Hz.
- Click Calculate to get f0, BW, and Q.
- If needed, include gain in dB and/or capacitor in nF for additional outputs.
- Use the computed values in SPICE or your preferred circuit tool.
- Tune for real component tolerances and source/load impedance effects.
Worked example
Suppose your target passband is from 1 kHz to 5 kHz.
- fL = 1000 Hz
- fH = 5000 Hz
- f0 = √(1000×5000) ≈ 2236 Hz
- BW = 5000 − 1000 = 4000 Hz
- Q ≈ 2236 / 4000 = 0.559
This is a relatively broad band-pass response. If you need tighter selectivity, narrow the bandwidth relative to center frequency.
Practical design tips
Component tolerance matters
Even 5% capacitors and inductors can shift the final passband noticeably. Use tighter tolerances for precision designs.
Source and load impedance can reshape response
Real-world source and load conditions can detune your expected cutoff frequencies and flatten or peak the passband.
Use this as a starting point, then simulate
For production designs, always verify in simulation (AC sweep, Monte Carlo tolerance runs) before hardware build.