Appearance

Common Mode / Differential Mode Noise

📚 8 Sections ⏱ ~4 hours 🏆 Intermediate-Advanced

1. Common Mode Currents

Definition

Common mode (CM) currents are equal-amplitude, equal-phase currents flowing in the same direction on both conductors of a pair (or on a cable and its reference ground). In a two-wire system, common mode current is defined as the average of the two conductor currents:

Common Mode Current
I_cm = (I1 + I2) / 2

Where I1 and I2 are the currents on each conductor,
measured in the same direction.

Common mode currents are the dominant source of radiated EMI in most electronic systems. Even though CM currents are typically much smaller than differential mode (DM) currents (often 1000x smaller), they radiate far more efficiently because:

  • CM currents flow on both conductors in the same direction, creating a large effective antenna (the entire cable length)
  • DM currents flow in opposite directions and their fields tend to cancel
  • Cable lengths are often comparable to a wavelength at troublesome frequencies, making them efficient radiators
The 4.8 uA Rule

At 200 MHz with a 1-meter cable, only 4.8 microamps of common mode current is needed to exceed FCC Class B radiated emission limits (at 3 meters). This is an astonishingly small current that is virtually impossible to measure directly on a PCB.

Why CM Currents Dominate EMI

Consider a 1-meter cable carrying both differential and common mode currents. The cable acts as a monopole antenna for CM currents. The radiation from a CM current on a cable of length L is:

CM Radiation from a Cable (simplified dipole model)
E_cm = (1.257e-6 * f * I_cm * L) / r [V/m]

Where: f = frequency (Hz), I_cm = CM current (A), L = cable length (m), r = distance (m)

For f=200 MHz, I_cm = 5 uA, L = 1 m, r = 3 m:
E_cm = (1.257e-6 * 200e6 * 5e-6 * 1) / 3 = 0.42 mV/m = -7.5 dBuV/m

Animated SVG: CM Currents on a Cable

Signal Return PCB Load I_cm (same direction on both wires) Cable acts as an antenna for CM currents Radiation proportional to cable length, frequency, and CM current amplitude

Common Mode Current Sources on PCBs

There are several mechanisms by which CM currents are generated on a PCB and couple to attached cables:

CM SourceMechanismTypical AmplitudeFrequency Range
Ground bounceShared inductance in ground path creates voltage between local and chassis ground10-500 mV10 MHz - 1 GHz
Power supply rippleSwitching regulator noise couples equally to both signal conductors1-50 mVSwitching freq + harmonics
Differential pair skewLength/impedance mismatch converts DM to CM1-100 mVSignal bandwidth
Reference plane discontinuityReturn current detour creates voltage drop that drives CM onto cable10-200 mVBroadband
IC package couplingInternal IC noise couples through package parasitic capacitance0.1-10 mVClock freq + harmonics
Board edge radiationFringing fields at PCB edge couple to cable shieldVariable100 MHz+

Cable Length and CM Radiation Efficiency

A cable's radiation efficiency as a CM antenna depends on its electrical length relative to the wavelength. The efficiency peaks at quarter-wave resonance (lambda/4) and has additional peaks at odd multiples (3*lambda/4, 5*lambda/4, etc.).

Cable LengthLambda/4 ResonanceLambda/2 ResonancePeak Radiation Band
0.3 m (1 ft)250 MHz500 MHz200-600 MHz
1.0 m (3.3 ft)75 MHz150 MHz60-200 MHz
1.8 m (6 ft)42 MHz83 MHz30-100 MHz
3.0 m (10 ft)25 MHz50 MHz20-60 MHz
Practical Implication

USB cables (typically 1-2 meters) are efficient CM radiators in the 50-200 MHz range. HDMI cables (1-3 meters) cover 30-200 MHz. Ethernet cables (up to 100 meters) can radiate efficiently across a very wide range. This is why connector-level CM filtering is essential for every I/O interface.

2. Differential Mode Currents

Definition

Differential mode (DM) currents are equal-amplitude, opposite-phase currents flowing in opposite directions on the two conductors of a pair. This is the intended signal current in most digital systems. The differential mode current is:

Differential Mode Current
I_dm = (I1 - I2) / 2

Where I1 flows forward on conductor 1,
and I2 flows in the return direction on conductor 2.

DM currents create a small loop antenna. The radiation from a DM current loop is proportional to the loop area and the square of frequency:

DM Radiation (small loop antenna model)
E_dm = (1.316e-14 * f^2 * I_dm * A) / r [V/m]

Where: f = frequency (Hz), I_dm = DM current (A), A = loop area (m^2), r = distance (m)

Note the f^2 dependency makes DM radiation increase faster with frequency,
but the small loop area (conductor spacing * length) keeps it manageable.

Why DM Radiation is Usually Smaller

For a typical cable with 2mm conductor spacing (separation s) and 1 meter length:

  • The DM loop area is only A = s * L = 0.002 m^2
  • At 200 MHz, a 50 mA DM current radiates: E_dm = 1.316e-14 * (200e6)^2 * 0.05 * 0.002 / 3 = 0.018 mV/m
  • Compare this to CM: even 5 uA of CM current radiates 0.42 mV/m (23x more!)
Key Insight

DM currents are 10,000x larger than CM currents, but CM radiation can still be 20-40 dB higher because the CM antenna (full cable length) is vastly more efficient than the DM antenna (tiny loop). This is why EMI engineers focus primarily on controlling CM currents.

Animated SVG: DM Currents on a Cable

Signal Return Source Load Small loop area A I_dm forward (signal conductor) I_dm return (opposite direction) Fields from opposite currents partially cancel - low radiation Radiation ~ f^2 * I_dm * loop_area

Quantitative Comparison: CM vs DM Radiation

The following table provides a direct numerical comparison of CM and DM radiation for a practical example: a 1-meter cable with 2mm conductor spacing, at 200 MHz.

ParameterCommon ModeDifferential Mode
Current amplitude5 uA (0.005 mA)50 mA
Current ratio1x (reference)10,000x larger
Antenna typeMonopole (full cable length)Loop (spacing x length)
Effective antenna dimension1 meter0.002 m^2 loop area
E-field at 3m (200 MHz)0.42 mV/m0.018 mV/m
E-field ratio23x larger1x (reference)
FCC Class B limit (3m)~0.3 mV/m~0.3 mV/m
Compliance statusFAIL by 3 dBPASS by 24 dB
The Paradox of Small CM Currents

The numbers above reveal the fundamental paradox of EMI: currents too small to measure on the PCB (microamps) dominate the radiated emissions. You cannot measure 5 uA on a PCB trace with a current probe. This is why near-field probing and current injection techniques are essential EMI debugging tools. The CM current is invisible until you measure the far-field radiation with an antenna.

Sources of DM Current

Unlike CM currents which are parasitic and unwanted, DM currents are the intentional signal currents in the system. Understanding the DM current path is important because DM-to-CM conversion creates the problematic CM currents:

  • Signal current: The desired data signal flowing from driver to receiver through the signal conductor, returning via the ground/return conductor
  • Clock current: Clock distribution signals have high spectral purity and predictable harmonics
  • Power current: DC and AC power delivery currents (these are DM when flowing in the intended supply-return loop)

DM Radiation Frequency Dependence

DM radiation has a critical difference from CM radiation in its frequency dependence. DM radiation from a small current loop increases as f^2 (6 dB per octave), while CM radiation from a monopole antenna increases as f (3 dB per octave) up to the quarter-wave resonance. This means DM radiation becomes relatively more significant at very high frequencies, but the absolute levels remain lower than CM for typical cable lengths.

CM vs DM Radiation Frequency Dependence
E_cm ~ f * I_cm * L (linear with frequency)
E_dm ~ f^2 * I_dm * A (quadratic with frequency)

Crossover frequency (where DM overtakes CM):
f_cross = (I_cm * L) / (I_dm * A * 1.05e-8)

For typical values: f_cross > 10 GHz
(CM dominates for virtually all practical cases below 10 GHz)

3. CM vs DM Comparison

Side-by-Side Visualization

COMMON MODE (CM)
Both currents same direction HIGH RADIATION

Antenna: full cable length. Fields add constructively. Dominant EMI source even at microamp levels.

DIFFERENTIAL MODE (DM)
Currents in opposite directions LOW RADIATION

Antenna: small loop (conductor spacing). Fields cancel. Radiation proportional to loop area x f^2.

Key Formulas

Signal Decomposition into CM and DM Components
V_cm = (V1 + V2) / 2 (Common Mode Voltage)
V_dm = V1 - V2 (Differential Mode Voltage)

Equivalently:
V1 = V_cm + V_dm/2
V2 = V_cm - V_dm/2

I_cm = (I1 + I2) / 2
I_dm = (I1 - I2) / 2

Interactive Signal Decomposition Tool

Enter two signal voltages and see their decomposition into common mode and differential mode components.

CM / DM Decomposition Calculator

V_cm
0.90 V
V_dm
1.20 V
CM Rejection Ratio
--
Imbalance
--

Interactive Waveform Decomposition

1.8 1.6 0
V1 (red), V2 (blue), V_cm = (V1+V2)/2 (yellow), V_dm = V1-V2 (green). Adjust skew to see how timing mismatch creates CM noise from differential signals.

Practical Measurement: Separating CM and DM

In the lab, separating CM and DM components requires specialized measurement techniques:

Measurement MethodWhat It MeasuresEquipmentFrequency Range
CM Current ProbeNet CM current on cable (I1+I2)Fischer F-33 or similar clamp-on probe100 kHz - 1 GHz
DM Current ProbeDM current (difference I1-I2)Differential current probeDC - 500 MHz
LISN (Line Impedance Stabilization Network)CM and DM conducted emissionsLISN per CISPR 169 kHz - 30 MHz
Balun/HybridSeparate CM/DM on a differential pair180-degree hybrid coupler100 MHz - 10 GHz
Mixed-mode VNAFull Sdd, Scc, Sdc, Scd matrix4-port VNA10 MHz - 40+ GHz

CM Current Probe Technique

The most common EMI debugging tool for CM analysis is a clamp-on current probe placed around a cable bundle. The probe senses the net current through all conductors simultaneously. If the currents are perfectly balanced (equal and opposite for DM), the net current is zero. Any non-zero reading is CM current.

CM Current Measurement
I_cm_measured = I_probe_reading / Transfer_impedance

Probe transfer impedance (Z_T): typically 1-5 ohm from 1-500 MHz
For a probe reading of 50 dBuV into 50 ohm with Z_T = 5 ohm:
I_cm = 10^(50/20) * 1e-6 / 5 = 316 uV / 5 = 63 uA

This 63 uA of CM current is easily enough to cause EMI failures above 100 MHz.

Understanding Mode Imbalance in Power Distribution

Power distribution systems also have CM and DM components. The DM component delivers useful power (VDD-GND potential difference), while the CM component represents common noise on both rails relative to chassis/earth ground. In a well-designed system:

  • Power supply output: High DM (desired VDD), very low CM (< 1 mV relative to chassis)
  • After DC-DC converter: DM is the regulated output, CM can be significant (switching noise couples to both rails equally through parasitic capacitance to chassis)
  • At IC: DM is the clean supply, CM noise from switching couples through package parasitics
Common Mode Rejection of Differential Receivers

Differential receivers inherently reject common mode signals. The Common Mode Rejection Ratio (CMRR) expresses how well the receiver ignores CM while responding to DM. A typical LVDS receiver has CMRR > 60 dB at low frequencies, meaning CM signals are attenuated by 1000x. However, CMRR degrades with frequency (often dropping to 20-30 dB above 1 GHz), which is why high-frequency CM noise can still cause problems even on differential links.

4. Mode Conversion Mechanisms

What Converts DM to CM?

In an ideal differential system, there would be zero common mode content. In practice, multiple mechanisms convert differential mode energy into common mode, creating the CM currents that cause EMI problems:

MechanismCauseCM Generation LevelFrequency Sensitivity
Trace length mismatch (skew)Unequal routing length in diff pairHighIncreases with frequency
Impedance imbalanceDifferent Z0 on each traceMedium-HighBroadband
Asymmetric connector pinoutDifferent path lengths through connectorMediumHigh frequency
Via stub length mismatchDifferent stub lengths on each viaMediumAt stub resonance
Ground plane gapsSplit or slotted reference planeVery HighBroadband
Asymmetric loadingDifferent parasitic capacitance per traceLow-MediumHigh frequency
S-Parameter Measure of Mode Conversion

Mode conversion is quantified by the mixed-mode S-parameters Scd21 (DM-to-CM conversion in forward direction). A value of Scd21 = -20 dB means 10% of the differential signal energy converts to common mode. For good EMI performance, target Scd21 < -25 dB across the frequency range of interest.

Skew-Induced Mode Conversion

Trace length skew is the most common source of DM-to-CM conversion. The CM voltage generated by skew is:

CM Voltage from Skew
V_cm = V_dm * sin(pi * f * delta_t)

Where delta_t = skew (time difference between traces)
For small skew: V_cm approximately = V_dm * pi * f * delta_t

Example: V_dm = 800 mV, f = 5 GHz, skew = 10 ps:
V_cm = 0.8 * sin(pi * 5e9 * 10e-12) = 0.8 * sin(0.157) = 0.125 V = 125 mV

Animated SVG: Mode Conversion at an Asymmetry Point

ASYMMETRY (skew, impedance, stub) Pure DM signal DM + CM generated Any asymmetry in the differential path converts DM energy to CM, causing radiation

Quantifying Mode Conversion: Scd21

Mixed-mode S-parameters provide the formal framework for measuring mode conversion in differential systems. The 4x4 mixed-mode S-matrix decomposes the standard S-parameters into DD (differential-to-differential), CC (common-to-common), DC (differential-to-common), and CD (common-to-differential) sub-matrices:

Mixed-Mode S-Parameter Matrix
[Smm] = | Sdd11 Sdd12 Sdc11 Sdc12 |
        | Sdd21 Sdd22 Sdc21 Sdc22 |
        | Scd11 Scd12 Scc11 Scc12 |
        | Scd21 Scd22 Scc21 Scc22 |

Key parameters for mode conversion:
Scd21 = Differential-to-Common mode conversion (forward)
Sdc21 = Common-to-Differential mode conversion (forward)

Target: |Scd21| < -25 dB across frequency range

Measurement Techniques for Mode Conversion

Measuring mode conversion requires a 4-port VNA or a 2-port VNA with a balun. The measurement procedure involves:

  1. Calibrate the VNA at all four ports using proper calibration standards
  2. Measure the full 4-port single-ended S-parameter matrix [S_se]
  3. Apply the mathematical transformation to convert to mixed-mode S-parameters using the mode conversion matrix M
  4. Extract Scd21 (DM-to-CM) and verify it meets the specification limit

Practical Guidelines for Minimizing Mode Conversion

GOOD PRACTICES (Low Scd21)
  • Match trace lengths within 2 mil (5 ps) for USB 3.0+
  • Match trace lengths within 0.5 mil (1 ps) for PCIe Gen5+
  • Use symmetric connector pin assignments (P on one side, N on adjacent)
  • Match via stub lengths within 2 mil
  • Maintain symmetric impedance (equal Z0 on both traces)
  • Keep differential pair spacing constant (no spreading at vias)
  • Continuous reference plane under both traces
BAD PRACTICES (High Scd21)
  • Large length mismatch (> 20 mil for GHz signals)
  • Asymmetric connector pinout (P and N on opposite rows)
  • Different via stub lengths on P and N
  • One trace routed over a plane gap, other trace not
  • Different trace widths on P vs N (impedance imbalance)
  • Unequal parasitic capacitance (one trace near a via pad)
  • Breakout routing that separates the pair by different amounts

Mode Conversion Budget Example

For a USB 3.0 link at 2.5 GHz with a target Scd21 of -25 dB, the total mode conversion budget might be allocated as:

ElementScd21 AllocationDesign Rule
PCB routing skew-35 dBLength match within 5 mil
TX package asymmetry-35 dBIC vendor controlled
Connector-30 dBSymmetric pinout selection
Via transitions-35 dBMatched stubs, back-drilling
RX package asymmetry-35 dBIC vendor controlled
Total (RSS)-25 dBMeets specification

5. Common Mode Chokes

How They Work

A common mode choke (CMC) is a transformer-like device with two windings on a single magnetic core. Both conductors of a pair pass through the same core. The operating principle is elegantly simple:

  • Differential mode (wanted signal): Currents flow in opposite directions through the two windings, creating opposing magnetic fluxes that cancel in the core. The net impedance to DM signals is very low (ideally zero). The wanted signal passes through unimpeded.
  • Common mode (unwanted noise): Currents flow in the same direction through both windings, creating additive magnetic fluxes. The core presents high impedance to CM currents, blocking them. This is the filtering action.
CM Choke Impedance
Z_cm = j * 2 * pi * f * L_cm (Common Mode: high impedance)
Z_dm = j * 2 * pi * f * L_leakage (Differential Mode: low impedance)

Typical: L_cm = 100 uH, L_leakage = 100 nH
--> Z_cm / Z_dm = 1000:1 rejection ratio

Interactive CM Choke Impedance Plot

100 100 15
CM impedance (blue) peaks at the self-resonant frequency (SRF). Above SRF, the choke becomes capacitive and impedance drops. Select choke SRF to be centered on the problem frequency range.

CM Choke Selection Guide

ApplicationData RateRecommended L_cmSRF TargetKey Spec
USB 2.0480 Mbps90-100 uH100-200 MHzLow DM insertion loss < 1 dB at 240 MHz
USB 3.05 Gbps10-30 uH300-500 MHzDM IL < 0.5 dB to 2.5 GHz
HDMI 2.06 Gbps10-20 uH400-600 MHzReturn loss > 15 dB
Ethernet 1G1.25 Gbps50-100 uH100-300 MHzDM IL < 1 dB at 625 MHz
Ethernet 10G10.3 Gbps5-10 uH500 MHz+DM IL < 0.5 dB to 5.15 GHz
General EMI filterN/A100-1000 uH10-50 MHzHigh Z at 30-200 MHz

CMC Design Considerations

Designing with common mode chokes requires careful attention to several parameters beyond just impedance:

ParameterImportanceDesign Impact
CM Impedance |Z_cm|Primary specHigher Z = more CM attenuation. Target > 100 ohm at problem frequency.
DM Insertion LossCritical for data integrityMust be < 0.5-1.0 dB across signal bandwidth to avoid degrading the wanted signal.
Self-Resonant Frequency (SRF)Determines useful rangePeak impedance at SRF. Above SRF, impedance drops. Choose SRF near EMI problem frequency.
DC Resistance (DCR)Power loss, voltage dropKeep DCR < 0.5 ohm for power lines, < 1 ohm for signal lines. Affects PoE and USB power delivery.
Rated CurrentReliabilityDC bias current must not saturate the core. Saturation reduces L_cm dramatically.
DM Return LossSignal integrityPoor return loss (< 15 dB) causes reflections that degrade the data eye.
Leakage InductanceDM impedanceToo much leakage adds DM impedance, affecting signal quality.

Common Mode Choke Materials

The core material determines the frequency response of the CMC. Different materials are optimal for different frequency ranges:

  • Manganese-Zinc (MnZn) ferrite: Optimal for 0.1-30 MHz. High permeability (1000-10000). Used for AC power line filtering, Ethernet magnetics.
  • Nickel-Zinc (NiZn) ferrite: Optimal for 10 MHz - 1 GHz. Lower permeability (50-1000) but maintains impedance at higher frequencies. Used for USB, HDMI, high-speed data.
  • Nanocrystalline: Broadband response from 0.1-100 MHz. Very high permeability (20,000-100,000). Excellent for EMI filters on power cables.
Temperature Effects on CM Chokes

Ferrite permeability is temperature-dependent. MnZn ferrites lose permeability above their Curie temperature (~200C). At elevated operating temperatures (85-125C automotive), the CM impedance may drop by 10-30%. Always verify CMC performance at the maximum operating temperature of your application.

CMC Placement: Before or After the Connector?

The CM choke must be placed between the noise source (PCB) and the antenna (cable). Ideally, it should be as close to the connector as possible:

  • Best: CMC pads directly adjacent to connector pins, within 3mm. Minimal unfiltered trace between connector and choke.
  • Acceptable: CMC within 10mm of connector, with matched-impedance routing between choke and connector.
  • Poor: CMC more than 20mm from connector. The unfiltered trace between choke and connector can radiate and couple to other signals, reducing the choke's effectiveness by 5-10 dB.

6. Filters and Mitigation Strategies

CM Filter Topologies

Beyond CM chokes, several filter topologies are used to suppress common mode noise at different points in the system:

Filter TypeMechanismFrequency RangeInsertion LossPlacement
CM ChokeInductive blocking of CM1 MHz - 1 GHz20-40 dB CMNear connector
Y-CapacitorsShunt CM to chassis GND10 MHz - 1 GHz10-30 dB CMAt I/O boundary
Pi Filter (CLC)Combined shunt + series1 MHz - 500 MHz30-60 dBPower lines, I/O
Ferrite BeadsResistive loss at high freq10 MHz - 2 GHz5-20 dBSignal/power lines
Feed-through CapsShunt at panel boundary100 MHz - 10 GHz20-50 dBEnclosure penetration

Interactive Filter Response Simulation

50 50
CM attenuation (blue) versus frequency. Dashed line shows DM insertion loss (should be minimal for signal-carrying lines). Select different filter types to compare their frequency-domain performance.

Placement Strategies

CORRECT PLACEMENT
  • CM choke placed close to the connector (I/O boundary)
  • Y-caps connected directly to chassis ground with short trace
  • Filter components on the same layer, minimizing via transitions
  • Ground plane continuous under filter section
INCORRECT PLACEMENT
  • CM choke placed far from connector (long unfiltered cable antenna)
  • Y-caps connected through long traces to ground (adds inductance)
  • Filter components spread across layers with vias
  • Ground plane split under filter area (defeats purpose)

Ferrite Bead Selection for CM Filtering

Ferrite beads provide resistive loss at high frequencies, converting noise energy to heat. Unlike inductors which store and release energy, ferrite beads dissipate it. This makes them effective for broadband noise suppression when the noise frequency is known.

Ferrite Bead TypeImpedance @ 100 MHzDC RatingBest Application
Low-Z (0402)30-60 ohm100-300 mASignal line filtering (SPI, I2C)
Medium-Z (0603)100-300 ohm200-500 mAPower line filtering (sensor ICs)
High-Z (0805)300-1000 ohm500 mA - 3APower supply decoupling, high-current
Array (4-element)100-600 ohm200 mA per lineMulti-line bus filtering (USB, SPI)
Ferrite Bead Saturation Warning

Ferrite beads lose their impedance when the DC current approaches or exceeds their rated current. At saturation, a 600 ohm ferrite bead can drop to less than 10 ohm, providing essentially no filtering. Always check the impedance vs. DC bias current curve in the datasheet and derate by 30% for reliable operation.

Y-Capacitor Safety Considerations

Y-capacitors connect signal or power lines to chassis ground (earth). They are critical for CM filtering but must comply with safety regulations because they provide a path for AC mains leakage current. Key safety requirements:

  • Y1 rated capacitors: Maximum 4.7 nF for medical equipment (IEC 60601 leakage < 0.1 mA)
  • Y2 rated capacitors: Maximum 4.7 nF for ITE equipment (IEC 62368 leakage < 0.25 mA)
  • Working voltage: Must exceed the peak AC mains voltage plus any transients
  • Failure mode: Y-capacitors must fail open-circuit (not short) to prevent electric shock hazard

PCB Layout for CM Filter Effectiveness

The physical PCB layout of CM filter components is as critical as the component selection. Poor layout can reduce filter effectiveness by 10-20 dB:

EFFECTIVE FILTER LAYOUT
  • CM choke placed within 3mm of connector pins
  • Y-caps grounded through short, wide traces to chassis ground pad
  • Filter components on the same PCB layer as the connector
  • No signal traces routed between filter input and output (prevents coupling around the filter)
  • Separate ground regions: "dirty" (before filter) and "clean" (after filter) connected only at the filter point
INEFFECTIVE FILTER LAYOUT
  • CM choke 20mm+ from connector (long unfiltered antenna)
  • Y-caps grounded through 10mm traces with via transitions (adds 2-5 nH inductance)
  • Filter components on different layers requiring via transitions
  • Unfiltered traces running parallel to filtered traces (EMI couples back in)
  • Single ground pour with no isolation between dirty and clean sides

Combining Multiple Filter Stages

For maximum CM suppression, combine multiple filter types. A typical high-performance CM filter chain for a USB 3.0 port might be:

  1. Stage 1 (at connector): Common mode choke (90 ohm @ 250 MHz) - blocks CM at fundamental
  2. Stage 2 (near choke): Y-capacitors (47 pF to chassis ground) - shunts remaining CM above 500 MHz
  3. Stage 3 (on cable): Ferrite clamp (snap-on ferrite) - adds 50-100 ohm CM impedance for compliance margin

The combined suppression of all three stages can exceed 40 dB at the problem frequency, compared to 15-25 dB for any single stage alone.

7. Practical Case Studies

Case Study 1: USB 3.0 EMI Failure

USB 3.0 Hub Failing FCC Class B at 500 MHz

A USB 3.0 hub design was failing FCC Class B radiated emissions at 500 MHz (second harmonic of 250 MHz LFPS) by 8 dB. The emission correlated with USB 3.0 cable attachment.

Root Cause

The USB 3.0 SuperSpeed differential pair had 15 mil trace length mismatch (skew ~2.5 ps per mil = 37.5 ps total). At 500 MHz, this converted ~12% of the DM signal energy to CM. The 1.8m USB cable then radiated efficiently at 500 MHz (cable length = 0.3 lambda).

Solution

1) Corrected trace length matching to < 2 mil (< 5 ps skew). 2) Added Murata DLW21SN common mode choke (90 ohm @ 500 MHz) at the USB connector. 3) Added 100 pF Y-caps to chassis ground at connector. Result: 14 dB margin at 500 MHz.

Case Study 2: HDMI Radiated Emissions

4K HDMI Output Failing EN 55032 at 742.5 MHz

A 4K video processor board was failing EN 55032 radiated emissions at 742.5 MHz (HDMI 2.0 TMDS clock frequency 5x harmonic) with an HDMI cable attached. Emission disappeared when cable was removed.

Root Cause

The HDMI connector PCB footprint had unequal via stub lengths on the differential pairs (one via had a 12 mil stub, the other 8 mil). This created mode conversion at the stub resonance frequency. Additionally, the CM choke had SRF at 300 MHz - too low for the 742.5 MHz problem.

Solution

1) Back-drilled vias to equalize stub lengths to < 2 mil difference. 2) Replaced CM choke with higher SRF model (TDK ACM series, SRF 800 MHz, 20 dB CM attenuation at 742 MHz). 3) Added EMI gasket around HDMI connector shell for improved shielding. Result: 10 dB margin.

Case Study 3: Ethernet CM Noise

Gigabit Ethernet Port Causing 125 MHz Emission Spike

A network switch failed CISPR 32 at exactly 125 MHz and harmonics (250, 375 MHz). The emission was strongest when all Ethernet ports were active with traffic.

Root Cause

The Ethernet PHY magnetics (pulse transformers) had poor CM rejection (CMR) at 125 MHz. The transformers were spec'd for 30 dB CMR, but PCB layout had asymmetric trace routing to the transformer pins, degrading effective CMR to only 15 dB. The 125 MHz clock component of the Gigabit Ethernet PAM5 signal passed through as CM current onto the cable.

Solution

1) Redesigned PCB layout for symmetric routing to transformer pins (matched within 5 mil). 2) Added CM choke between PHY and magnetics (Murata BLM18KG, 90 ohm @ 125 MHz). 3) Grounded transformer center tap through 1000 pF capacitor to chassis. Result: 8 dB margin at 125 MHz.

Case Study 4: Automotive CM Noise

CAN Bus CM Emission on Automotive ECU

An automotive ECU failed CISPR 25 radiated emissions on the CAN bus cable harness at 66 MHz and 132 MHz (harmonics of the 33 MHz microcontroller clock). The emissions were present even when CAN communication was idle.

Root Cause

The 33 MHz microcontroller clock was routed on an outer PCB layer, crossing a ground plane gap between the digital and CAN transceiver power domains. The clock current's return path detoured around the gap, and the resulting CM noise coupled to the CAN bus connector pins through parasitic capacitance in the CAN transceiver IC package.

Solution

1) Eliminated the ground plane split (unified ground plane). 2) Rerouted the clock to an inner layer. 3) Added a common mode choke on the CAN bus lines at the connector (Wurth WE-CNSW, 90 ohm @ 100 MHz). 4) Added 22 pF Y-caps from each CAN line to chassis ground. Result: 12 dB margin at 66 MHz.

Case Study 5: Industrial Ethernet EMI

Industrial Ethernet Switch Failing at 62.5 MHz on Cable

An industrial 8-port Ethernet switch failed EN 55032 at 62.5 MHz and harmonics when Ethernet cables were connected. The emission tracked the 125 MHz RGMII clock at its sub-harmonic.

Root Cause

The RGMII interface between the switch IC and PHY used a 125 MHz clock with significant duty cycle distortion (42% duty cycle instead of 50%). This created strong even harmonics, including the 62.5 MHz component (half the fundamental). The even harmonics coupled as CM current through the PHY magnetics, which had degraded CM rejection due to a layout asymmetry in the center-tap grounding.

Solution

1) Added a series resistor (33 ohm) on the RGMII clock to slow the edges and reduce harmonic amplitude. 2) Fixed the magnetics center-tap grounding layout for symmetric routing. 3) Added a CM choke between the PHY and magnetics (TDK ACT45B, 45 ohm @ 62.5 MHz). Result: 9 dB margin.

Key Takeaways from Case Studies

Common Themes Across All CM Noise Problems

1) The root cause is almost always an asymmetry or discontinuity that converts DM to CM. 2) The solution always involves a combination of fixing the root cause (reducing CM generation) AND adding filtering (CM choke, Y-caps). 3) Fixing only the symptom with filtering is a bandaid -- always identify and address the root cause for robust compliance margin.

Systematic EMI Debug Methodology for CM/DM Problems

When a product fails radiated emissions testing, a structured debug process helps identify whether the root cause is CM or DM, and guides the corrective action:

Step 1: Identify the Emission Frequencies

Record all frequencies where the emission exceeds the limit. Look for patterns:

  • Harmonically related (N * f_clk): Points to a specific clock source. Identify which oscillator or clock generator has that fundamental frequency.
  • Broadband elevation: Suggests data-dependent noise (e.g., SerDes traffic, DDR bus activity). The emission level changes with data activity.
  • Single frequency, non-harmonic: Could be a spurious oscillation, PLL spur, or intermodulation product.
Step 2: Determine the Radiation Mechanism (CM vs DM)

Apply the ferrite clamp test: Place a snap-on ferrite clamp on the offending cable.

  • Emission drops 6+ dB: The noise is CM on the cable. The cable is acting as a monopole antenna driven by CM currents from the PCB.
  • Emission unchanged: The noise is either DM radiation from the cable loop, or direct radiation from the PCB/enclosure. Try absorber material on the PCB to isolate.
  • Emission changes with cable routing/length: Confirms cable radiation. CM is likely if emission peaks at cable resonance (lambda/4).
Step 3: Locate the Noise Source on the PCB

Use a near-field probe (H-field loop or E-field monopole) to scan the PCB surface:

  • H-field probe (magnetic loop): Detects current flow. High signal over traces carrying the clock or data at the problem frequency.
  • E-field probe (monopole tip): Detects voltage hotspots. High signal over plane gaps, connector pins, or IC packages with noise.
  • Correlate with layout: Overlay the near-field scan results on the PCB layout to identify the exact traces, vias, or plane gaps responsible.
Step 4: Apply Corrective Actions

Based on the mechanism identified in steps 2-3, apply targeted fixes:

Root CauseQuick Fix (Board Rework)Proper Fix (Next Spin)
CM on cable from ground bounceAdd ferrite clamp + CM choke bodgeImprove PDN, add CM choke in schematic
CM from plane gap crossingBridge the gap with copper tapeEliminate split or reroute trace
Mode conversion (skew)Add delay on shorter trace (series cap)Match trace lengths in layout
DM radiation from large loopAdd ground wire to reduce loopRoute on inner layer, reduce loop area
Clock harmonic on I/O cableAdd ferrite bead on clock traceReroute clock away from I/O, use SSC
Step 5: Verify and Document

After applying fixes, re-measure to confirm:

  • Re-scan with near-field probe to verify the noise source is suppressed
  • Re-measure radiated emissions in the EMC chamber to confirm the limit is met with margin
  • Document the root cause, fix applied, and margin achieved for future designs
  • Target a minimum 6 dB margin above the fix to account for production variation

CM/DM Debug Equipment Summary

EquipmentPurposeFrequency RangeCost Range
Near-field probe set (H+E)Localize noise sources on PCB30 MHz - 6 GHz$500 - $5,000
Spectrum analyzerMeasure emission frequencies and levels9 kHz - 26 GHz$5,000 - $50,000
Current probe (RF)Measure CM/DM current on cables10 kHz - 1 GHz$500 - $3,000
Ferrite clamp kitQuick CM identification and suppression1 MHz - 1 GHz$50 - $200
TDR (Time Domain Reflectometer)Identify impedance discontinuitiesDC - 20 GHz$10,000 - $80,000
4-port VNAMeasure mixed-mode S-parameters (Scd21)10 MHz - 40 GHz$30,000 - $200,000

Industry Standards for CM/DM Emission Limits

StandardApplicationFrequency RangeClass B Limit (3m/10m)
CISPR 32 / EN 55032Information Technology Equipment30 MHz - 6 GHz30-37 dBuV/m (10m)
FCC Part 15 Subpart BUnintentional radiators (USA)30 MHz - 40 GHz29-46 dBuV/m (3m)
CISPR 25Automotive components150 kHz - 2.5 GHz24-52 dBuV/m (1m)
MIL-STD-461G RE102Military equipment10 kHz - 18 GHzVaries by platform
IEC 61000-6-3Residential/light industrial30 MHz - 1 GHz30-37 dBuV/m (10m)
Pre-Compliance Testing Tip

Before visiting an accredited EMC test lab ($2,000-$10,000 per day), perform pre-compliance testing in your own lab using a near-field probe and spectrum analyzer. While this does not replace formal testing, it identifies 80% of problems at 10% of the cost. Focus on frequencies where the pre-compliance scan shows less than 10 dB margin -- these are your highest-risk areas.

8. Knowledge Check - CM / DM Noise

Q1: Why are common mode currents the dominant source of radiated EMI, despite being much smaller in amplitude than differential mode currents?
CM currents create a monopole antenna out of the entire cable length. DM currents create only a small loop antenna (conductor spacing x length). The full-length antenna is vastly more efficient, so even microamp-level CM currents can dominate over milliamp-level DM currents in radiation.
Q2: Given V1 = 2.0V and V2 = 1.4V, what is the common mode voltage V_cm?
V_cm = (V1 + V2) / 2 = (2.0 + 1.4) / 2 = 1.7V. The differential mode voltage is V_dm = V1 - V2 = 0.6V.
Q3: What is the most common source of DM-to-CM conversion in differential pair PCB routing?
Trace length skew (length mismatch) between the + and - traces of a differential pair is the most common and most impactful source of DM-to-CM conversion. The time delay difference means the signals arrive at different times, breaking the perfect cancellation that makes differential signaling low-EMI.
Q4: How does a common mode choke (CMC) selectively block CM while passing DM?
In a CMC, both conductors wind around the same magnetic core. Opposite DM currents create opposing fluxes that cancel - the core sees no net flux, presenting minimal impedance. Equal CM currents create additive fluxes that magnetize the core, presenting high impedance. This is the fundamental principle of magnetic coupling for mode-selective filtering.
Q5: At what frequency should a CM choke's self-resonant frequency (SRF) be centered?
The CM choke provides maximum impedance at its SRF. Above SRF, the choke becomes capacitive and impedance drops. The SRF should be selected to coincide with the frequency range where CM suppression is needed most (typically the EMI problem frequencies).
Q6: A USB 3.0 differential pair has 40 ps of skew. At 2.5 GHz (Nyquist frequency), approximately what fraction of DM energy converts to CM?
V_cm/V_dm = sin(pi * f * delta_t) = sin(pi * 2.5e9 * 40e-12) = sin(0.314) = 0.309, or about 31%. This is a very significant amount of mode conversion, highlighting why tight trace length matching (< 5 mil / < 8 ps) is critical for USB 3.0.

CM/DM Noise Engineering Reference Summary

ConceptKey FormulaCritical Threshold
CM VoltageV_cm = (V1 + V2) / 2< 10 mV for low-EMI systems
DM VoltageV_dm = V1 - V2The intended signal
CM RadiationE = 1.26e-6 * f * I_cm * L / rI_cm < 5 uA at 200 MHz for FCC Class B
Mode Conversion (skew)V_cm/V_dm = sin(pi*f*delta_t)delta_t < 5 ps for USB 3.0, < 1 ps for Gen5
CMC ImpedanceZ_cm = j*2*pi*f*L_cm> 100 ohm at problem frequency
CMC RejectionZ_cm/Z_dm = L_cm/L_leakage> 100:1 ratio
Scd21 ComplianceMeasured per IEEE 370< -25 dB across bandwidth

EMI Debugging Flowchart for CM/DM Problems

When facing a radiated emission failure that correlates with cable attachment, follow this systematic debugging approach:

  1. Confirm CM source: Use a CM current probe on the cable. If reading is significant (> 10 uA), CM is the dominant source.
  2. Identify frequency: Note the exact emission frequency. Is it a harmonic of a clock? A data rate component? This identifies the noise source.
  3. Trace the coupling path: Use a near-field probe on the PCB near the connector to find where CM noise is strongest. Look for plane gaps, trace crossings, and asymmetric routing.
  4. Fix the root cause: Correct layout asymmetries, fill plane gaps, match trace lengths, fix connector grounding.
  5. Add filtering: Place CM choke at connector. Add Y-caps to chassis ground. Consider ferrite clamp on cable.
  6. Verify: Re-measure with CM probe and far-field antenna to confirm fix effectiveness.
The 80/20 Rule for CM/DM Problems

In practice, 80% of radiated emission failures in commercial electronics are caused by CM currents on cables. Of those, 80% can be traced to one of three root causes: (1) ground plane discontinuity under an I/O signal path, (2) trace length mismatch on a differential pair, or (3) poor connector grounding. Focusing on these three areas during design review eliminates the vast majority of CM-related EMI problems before they reach the compliance test lab.

Industry Standards for CM/DM Testing

StandardScopeCM/DM Relevance
CISPR 32 / EN 55032Radiated emissions from ITECable CM currents are the dominant failure mechanism
CISPR 25 (Automotive)Radiated emissions from vehiclesCM on wire harnesses is the primary concern
IEC 61000-4-6Conducted immunity (CM injection)Tests device immunity to externally induced CM noise
IEC 61000-4-3Radiated immunityExternal fields couple as CM onto cables
DO-160 Section 21Aircraft EMI emissionsVery strict CM limits on all cable bundles