Analog Signal Conditioning

Passive Filter Designer

Estimate first-order RC and RL cutoff frequencies plus ideal LC resonance from resistance, capacitance, and inductance.

Cutoff / Resonance

1591.549 Hz

Frequency

1.591549 kHz

Time Constant

0.100000 ms

Reactance at f

10000.0000 ohm

fc = 1 / (2πRC)

Passive Filter Cutoff Frequency and Resonance

Passive filters use resistors, capacitors, and inductors to shape a signal without active gain. They are fundamental in analog front ends, power supplies, audio circuits, RF networks, sensor interfaces, and embedded systems. A passive filter can reduce high-frequency noise before an ADC, isolate switching ripple from a supply rail, block DC from an audio signal, or create a tuned network that responds strongly near one frequency. The formulas are compact, but the design implications are broad because every real component has tolerance, parasitics, voltage limits, current limits, and temperature behavior.

A first-order RC filter has a cutoff frequency fc = 1 / (2πRC). At this frequency, the magnitude is 3 dB below the passband value for an ideal unloaded filter. In an RC low-pass filter, a resistor is in series with the source and a capacitor is shunted to ground at the output node. Low frequencies pass because the capacitor has high reactance. High frequencies are attenuated because the capacitor becomes a lower-impedance path to ground. In an RC high-pass filter, the capacitor is placed in series and the resistor provides the return path, so DC is blocked while higher-frequency content passes.

An RL filter uses the frequency-dependent impedance of an inductor. The cutoff frequency for a simple first-order RL network is fc = R / (2πL). The topology determines whether the network is low-pass or high-pass. Since an inductor resists changes in current, its impedance increases with frequency. This makes RL filters useful in current paths and power networks, but inductor size, saturation current, winding resistance, core losses, and magnetic coupling often dominate the practical design.

Manual Calculation Steps

For an RC example, choose R = 10 kOhm and C = 10 nF. Convert 10 nF to 10 x 10^-9 F. Multiply R by C to get a time constant of 100 microseconds. The cutoff is 1 / (2π x 100 microseconds), or about 1591.55 Hz. The capacitor reactance at that frequency equals the resistance value, which is why the output magnitude is reduced by the square-root-of-two relationship in a first-order divider.

For an RL example, choose R = 100 Ohm and L = 10 mH. Convert 10 mH to 0.01 H. The cutoff is 100 / (2π x 0.01), or about 1591.55 Hz. The inductor reactance at cutoff is also about 100 Ohm. For an LC resonant network, the ideal resonant frequency is f0 = 1 / (2π√LC). With L = 10 mH and C = 10 nF, resonance is again near 15.9 kHz because the selected values place the inductive and capacitive reactances at equal magnitude there.

Loading and Source Impedance

The simple equations assume the source and load do not disturb the intended network. In real circuits, source impedance adds to or divides with the filter resistor, while load impedance appears in parallel or series with the intended output element. For ADC inputs, the sampling capacitor can create transient current pulses that interact with an RC filter. For audio and sensor circuits, the next stage input impedance may shift the cutoff if it is not much larger than the filter resistance. For power networks, capacitor ESR and ESL change the impedance curve at high frequency.

Tolerance also moves the cutoff. A 5 percent resistor and a 10 percent capacitor can easily move an RC cutoff by more than 10 percent in production. Ceramic capacitors can lose significant capacitance under DC bias, especially in small packages and high-value parts. Inductors may lose inductance as current approaches saturation. These effects explain why a filter that is mathematically correct may need bench validation and margin.

Engineering Applications

Passive filters are used before ADCs to limit aliasing, after DACs to smooth steps, at op-amp inputs to limit noise bandwidth, on reset lines to delay logic thresholds, in switch debouncing, in power-supply decoupling, and in RF matching networks. They are also used as intentional time constants in control circuits. The same RC equation that sets a low-pass cutoff also describes how quickly a node charges toward a new voltage.

A good design flow is to calculate the nominal frequency, check impedance levels against source and load requirements, verify component ratings, simulate if the network interacts with active circuitry, and measure the result on hardware. The calculator provides the first-order numbers, but a production filter should still be reviewed for loading, tolerances, parasitics, noise, power, and physical layout.