电感时间常数计算器
计算RL电路的时间常数。
Ω
mH
nF
Center Frequency
50,329 Hz
Bandwidth (-3 dB)7,958 Hz
Quality Factor6.32
Center Frequency vs Resistance
公式
## RLC Bandpass Filter **f_center = 1 / (2pi x sqrt(LC))** **Bandwidth = R / (2pi x L)** **Q = f_center / Bandwidth** Higher Q = narrower pass band.
计算示例
R=50, L=1 mH, C=10 nF.
- 01f_center = 1 / (2pi x sqrt(0.001 x 1e-8)) = 50,329 Hz
- 02BW = 50 / (2pi x 0.001) = 7,958 Hz
- 03Q = 50329 / 7958 = 6.33
常见问题
What is Q factor for a bandpass?
Q = center frequency / bandwidth. Higher Q means a narrower, more selective filter.
How do I make it narrower?
Reduce resistance or increase L/C ratio to raise Q.
Active vs passive bandpass?
Active filters use op-amps and avoid bulky inductors while achieving higher Q.
学习