A single resistor and a single capacitor in series-shunt configuration. The textbook first-order RC low-pass filter.
| REF | TYPE | VALUE | ROLE |
|---|---|---|---|
| R1 | Resistor | 10 kΩ | Series element — limits current into the capacitor, sets the time constant with C1. |
| C1 | Capacitor | 100 nF | Shunt element to ground — accumulates charge through R1, attenuating signals above the corner frequency. |
| VIN | Signal input | — | Source delivering the wideband signal to be filtered. |
| VOUT | Net / probe point | — | Output tap at the R1–C1 junction — feeds the downstream high-impedance load. |
4 COMPONENTS IDENTIFIED
STAGES · 2
Series resistor
R1 forms one half of the divider — its impedance is constant (10 kΩ) regardless of frequency.
→ R1
Shunt capacitor
C1 forms the other half — its impedance Xc = 1 / (2πfC) falls inversely with frequency, so high frequencies are shunted to ground while DC sees an open circuit.
→ C1
FEEDBACK PATHS
Passive network — no feedback. Response is determined entirely by the impedance ratio at each frequency.
KEY NODES
DOMAIN
signal processing
INDUSTRY
Ubiquitous — every audio codec, every sensor amplifier, every microcontroller ADC pin worth its salt has one of these in front of it. The first filter every EE student designs.
FREQUENCY
Passband DC to fc ≈ 160 Hz; -3 dB at fc, -20 dB/decade roll-off above.
IMPEDANCE
Source impedance must be ≪ 10 kΩ; load impedance must be ≫ 10 kΩ for the response to match the textbook.
APPLICATION
Anti-aliasing or anti-noise filter ahead of an ADC, op-amp, or comparator. Also used as a debouncer on mechanical switches and as a glitch filter on logic inputs.
OPERATING PRINCIPLE
R1 and C1 form a frequency-dependent voltage divider. At DC, C1 is an open circuit and Vout = Vin. At very high frequencies, C1 looks like a short to ground and Vout → 0. The corner frequency fc = 1 / (2πRC) is the point where Xc = R and the output is attenuated by exactly 3 dB (a factor of 1/√2). Above fc, the gain rolls off at 20 dB per decade — every tenfold increase in frequency divides the output amplitude by ten. The filter also introduces a 45° phase lag at fc, asymptoting to 90° at high frequencies.
KEY PARAMETERS
Corner frequency fc
159.2Hz
1 / (2π × 10kΩ × 100nF)
Time constant τ
1.0ms
R × C — settles to 99.3% in 5τ
DC gain
0dB
Unity passband
Roll-off rate
-20dB/decade
Phase shift @ fc
-45°
Source-Z spec
< 1kΩ
Keep input source ≥ 10× lower than R1
DESIGN DECISIONS
The 10 kΩ + 100 nF pairing is a sweet spot for audio-band anti-aliasing: it's far enough above DC to not bleed signal energy on slow inputs, and the capacitor is small enough that a cheap ceramic stays affordable and reliable. Going to higher resistor values (100 kΩ+) saves current but starts to interact with op-amp bias currents and PCB leakage; going lower (1 kΩ) wastes drive current and demands a low-impedance source. A 100 nF ceramic is preferable to electrolytic because it has no polarity, virtually no ESR at audio frequencies, and a 50+ year lifetime. For better than ~5% corner-frequency accuracy, use a film capacitor (e.g. polypropylene) — ceramics have voltage-dependent capacitance.
FAILURE MODES · 4
Source impedance too high
If the input source is anything but a stiff voltage (e.g. coming off another high-impedance divider, or a slow op-amp output), it forms a second voltage divider with R1 and the actual corner frequency shifts upward. The cleanest fix is buffering the input.
Load impedance too low
If the downstream stage has input impedance comparable to R1, the load draws current and the DC gain drops below unity. The corner also shifts since the load is in parallel with C1.
Capacitor dielectric absorption
Cheap ceramic (Y5V/Z5U) capacitors can lose 30%+ of their nominal value at full rated voltage. For a precision filter use C0G/NP0 or film.
Not enough roll-off for anti-aliasing
20 dB/decade is gentle. If aliasing energy is large at frequencies just above fc, a first-order filter won't be sharp enough — you'll get fold-back into the passband.
IMPROVEMENT SUGGESTIONS
◇ Filter order
Cascade two RC stages or move to an active Sallen-Key filter for a steeper -40 dB/decade roll-off.
Single-pole isn't sharp enough when the aliasing energy sits just above the Nyquist frequency. A two-pole Sallen-Key with a TL072 doubles the slope without doubling the parts count.
◇ Buffering
Add a unity-gain op-amp buffer at the input and/or output.
Decouples the filter from source and load impedance, which is the only way to guarantee the corner frequency in a real system.
◇ Capacitor selection
Specify C0G/NP0 ceramic or polypropylene film for C1.
Eliminates the voltage and temperature coefficient errors that plague X7R/Y5V dielectrics. For audio, also kills microphonic and piezoelectric artifacts.
[ END OF ANALYSIS ]
Got a schematic of your own?
CircuitOracle dispatches four specialized agents in parallel to give you the same depth of analysis on any image you upload.