Ground Plane Impedance vs Frequency
Calculate PCB ground plane AC impedance, skin depth, and inductive reactance vs frequency. Analyze ground return paths for EMC compliance.
Formula
How It Works
The Ground Plane Impedance Calculator computes DC resistance, AC resistance (skin effect), and inductive reactance for PCB ground paths — essential for EMC design, signal integrity, and power distribution network analysis. EMC engineers use this to identify ground bounce sources that cause 6-20 dB increased radiated emissions when ground impedance exceeds 10 mohm at problem frequencies.
Per Henry Ott's 'EMC Engineering' and Johnson/Graham's 'High-Speed Digital Design,' ground plane impedance Z = sqrt(R_AC^2 + X_L^2). DC resistance R_DC = rho x L / (W x T), where rho = 1.724e-8 ohm-m for copper. AC resistance increases due to skin effect: R_AC = R_DC x T / (2 x delta), where skin depth delta = sqrt(2 / (omega x mu x sigma)). At 10 MHz, copper skin depth is 21 um; at 100 MHz, 6.6 um.
Inductive reactance X_L = 2 x pi x f x L dominates above approximately 1 MHz. Per Johnson/Graham, plane inductance L approximately mu_0 x L / W = 1.26 nH/mm for unit width. At 100 MHz, a 10mm path with L = 12.6 nH has X_L = 7.9 ohm — far exceeding typical DC resistance of 1 mohm. This is why shortening ground paths (reducing L) is more effective than widening them (reducing R).
Ground bounce V = Z x I_return creates common-mode noise. Per Ott, if return current is 100 mA and ground impedance is 100 mohm at 100 MHz, ground bounce is 10 mV — potentially exceeding EMC margin on sensitive I/O. Ground plane slots and necks can increase local impedance 10-100x, creating emission hot spots.
Worked Example
Problem: Calculate impedance of 50mm long, 20mm wide, 1oz copper (35um) ground path at 10 MHz and 100 MHz. Estimate ground bounce with 200 mA return current.
Solution per Ott/Johnson:
- DC resistance: R_DC = 1.724e-8 x 0.05 / (0.02 x 35e-6) = 1.23 mohm
- Skin depth at 10 MHz: delta = sqrt(2/(2 x pi x 10e6 x 4 x pi x 1e-7 x 5.8e7)) = 21 um
- R_AC at 10 MHz: T = 35um > 2 x delta = 42um? No, so R_AC = R_DC = 1.23 mohm (skin effect not dominant)
- Inductance: L = 1.26e-9 x 50 / 20 = 3.15 nH (using mu_0 x length / width)
- X_L at 10 MHz: X_L = 2 x pi x 10e6 x 3.15e-9 = 198 mohm
- |Z| at 10 MHz: sqrt(1.23^2 + 198^2) = 198 mohm
- Ground bounce at 10 MHz: V = 0.2 x 0.198 = 39.6 mV
- At 100 MHz: delta = 6.6 um; R_AC = 1.23 x 35/(2 x 6.6) = 3.26 mohm; X_L = 1.98 ohm; |Z| = 1.98 ohm
- Ground bounce at 100 MHz: V = 0.2 x 1.98 = 396 mV
Practical Tips
- ✓Keep ground return paths short and wide — inductance L is proportional to length/width. Doubling width halves inductance; halving length also halves inductance. For EMC, prioritize short paths over wide paths per Ott.
- ✓Avoid ground plane splits under high-frequency traces — return current is forced around splits, increasing loop area and radiated emissions by 10-20 dB. Use stitching capacitors across splits if unavoidable per Johnson/Graham.
- ✓Add via stitching every 10mm along ground planes — provides parallel inductance paths, reducing effective inductance by 50-70%. Critical for frequencies above 100 MHz per IPC-2141A.
Common Mistakes
- ✗Assuming DC resistance dominates — per Johnson/Graham, inductive reactance exceeds DC resistance above approximately 1 MHz for typical PCB ground paths. At 100 MHz, inductance is 100-1000x more significant than resistance.
- ✗Using narrow ground neck as sole connection between regions — a 1mm wide, 10mm long neck has 100x the impedance of a solid plane. Per Ott, ground bounce across such necks can reach 100+ mV, coupling directly to I/O traces as common-mode noise.
- ✗Treating copper thickness as constant — 1oz copper after etching is typically 30-32um, not 35um. Additionally, plated areas (via pads) may have different thickness. Use 30um for conservative calculations per IPC-6012D.
Frequently Asked Questions
Shop Components
As an Amazon Associate we earn from qualifying purchases.
Related Calculators
EMC
Radiated Emissions
Estimate radiated emissions from PCB current loops using the small-loop model. Compare E-field against CISPR 22/FCC Class B limits instantly.
EMC
RF Shielding
Calculate electromagnetic shielding effectiveness, absorption loss, reflection loss, and skin depth. Evaluate enclosure materials per MIL-STD-285.
EMC
EMI Margin
Calculate EMI compliance margin with measurement uncertainty and safety margin. Predict CISPR/FCC pre-compliance test pass or fail instantly.
EMC
Ferrite Bead
Calculate ferrite bead impedance, insertion loss, and DC voltage drop at any frequency. Select EMI filter beads for power supply decoupling.