C-Filter (EMC)

Single-capacitor shunt filter for conducted emission suppression on high-impedance lines

Definition & Operating Principle

A C-filter is the simplest EMI filter topology, consisting of a single capacitor connected in shunt between a signal or power line and the ground reference. At frequencies where the capacitor impedance is much lower than the source impedance driving the line, high-frequency noise current is diverted through the capacitor to ground rather than propagating down the line to the load or cable. The filter provides first-order low-pass behavior with a 20 dB per decade attenuation slope above its corner frequency.

The critical design consideration for C-filters is source impedance matching. A shunt capacitor can only divert current if there is sufficient source impedance to create a voltage divider effect. On a 50-ohm transmission line, a 100 pF C-filter at 100 MHz presents 16 ohms, giving only 10 dB of insertion loss. The same capacitor on a 1 kohm impedance line gives 36 dB. This impedance dependence makes C-filters ideal for high-impedance signal lines, sensor inputs, and I/O interfaces, but ineffective on low-impedance power rails where an LC or pi-filter is required to create the necessary source impedance with a series inductor or ferrite bead.

Key Formulas

Insertion Loss (C-filter):

IL(dB) = 20 log10(1 + ZS / (2 × ZC))

ZS = 500 Ω, ZC = 5 Ω at 30 MHz: IL = 34 dB

Corner Frequency:

fc = 1 / (2π × ZS × C)

ZS = 1 kΩ, C = 100 pF: fc = 1.6 MHz

Attenuation Slope:

Roll-off = 20 dB/decade (first-order)

At 10× corner frequency: IL increases by 20 dB

EMI Filter Topology Comparison

TopologyComponentsRoll-offZsource DependenceBoard SpaceBest For
C-filter1 cap (shunt)20 dB/decHigh (needs high ZS)MinimalSignal lines, I/O
L-filter1 inductor (series)20 dB/decHigh (needs low ZL)SmallPower lines
LC-filter1 inductor + 1 cap40 dB/decModerateMediumGeneral purpose
Pi-filter (CLC)2 caps + 1 inductor60 dB/decLow (Z-independent)LargePower entry, connectors
T-filter (LCL)2 inductors + 1 cap60 dB/decLow (Z-independent)LargeFiltered connectors

Practical Application

A USB 2.0 interface on an embedded system fails CISPR 32 radiated emissions at 240 MHz (the 4th harmonic of the 480 MHz USB clock). The USB data lines have a characteristic impedance of 90 ohms differential (45 ohms each to ground). A pair of 33 pF C0G 0402 C-filter capacitors placed at the connector pins provide ZC = 20 ohms at 240 MHz against the ~45 ohm source impedance, yielding approximately 7 dB of insertion loss at the problem frequency. Combined with the common-mode choke already in the USB circuit, the additional C-filter attenuation brings the radiated emission 8 dB below the Class B limit. The 33 pF value is chosen to keep the corner frequency at 107 MHz (above the 480 MHz signaling eye mask requirement after accounting for the 90 ohm differential impedance), ensuring the capacitors do not degrade signal integrity.

Frequently Asked Questions

When does a C-filter work for EMI?

Only when source impedance >> capacitor impedance. IL = 20log(1 + ZS/(2ZC)). ZS = 500 ohms, ZC = 5 ohms: 34 dB. But ZS = 5 ohms: ~0 dB. Use LC/pi-filter for low-impedance power rails.

What capacitor value for a C-filter?

C = 1/(2πfZS) for the 3 dB corner. 1 kohm line, 10 MHz target: C = 16 pF. 50 ohm line, 100 MHz: C = 32 pF. Keep SRF above highest noise frequency; use 0201/0402 packages for maximum SRF.

C-filter vs. pi-filter?

C-filter: single cap, 20 dB/decade, works only into high-Z sources. Pi-filter: C-L-C, 60 dB/decade, works regardless of source impedance but 3x the space. Pi for power entry; C-filter for known high-Z signal lines.