PCB Design
Microstrip
Every RF signal on a PCB travels through a microstrip line: a copper trace on the top surface, a dielectric substrate below it, and a solid ground plane on the bottom. This sandwich forms a transmission line whose characteristic impedance is set by four numbers: trace width, substrate height, dielectric constant, and copper thickness. Get any of them wrong and the impedance deviates from 50 Ω, causing reflections, ripple, and signal loss. At 1 GHz, a 10% impedance mismatch is a minor nuisance (0.1 dB return loss degradation). At 28 GHz, the same mismatch on a 20 mm trace creates standing waves that can shift a filter's passband by 100 MHz. Controlled impedance is not a suggestion; it is the law of microwave PCB design.
Choosing the Right Transmission Line
| Type | Shielding | Radiation Loss | Component Access | Max Freq. | Best For |
|---|---|---|---|---|---|
| Microstrip | Partial (open top) | Moderate (>20 GHz) | Full access (top layer) | ~30 GHz | Most RF PCBs, filters, matching |
| Stripline | Full (enclosed) | Zero | None (buried) | ~60 GHz | Inner-layer routing, isolation |
| GCPW | Good (coplanar ground) | Low | Full (top layer) | ~110 GHz | mmWave, MMIC, flip-chip |
| Embedded microstrip | Moderate | Low | Limited | ~40 GHz | Multilayer with solder mask |
| Suspended stripline | Full | Zero | None | ~40 GHz | Low-loss filters, diplexers |
Microstrip impedance (w/h ≤ 1):
Z0 ≈ (87 / √(εr + 1.41)) × ln(5.98h / (0.8w + t))
Effective permittivity:
εeff ≈ (εr+1)/2 + (εr−1)/2 × (1/√(1+12h/w))
50 Ω trace widths (h = 0.2 mm, t = 35 μm):
FR-4 (εr = 4.4): w ≈ 0.36 mm
RO4003C (εr = 3.38): w ≈ 0.44 mm
PTFE (εr = 2.2): w ≈ 0.58 mm
Z0 ≈ (87 / √(εr + 1.41)) × ln(5.98h / (0.8w + t))
Effective permittivity:
εeff ≈ (εr+1)/2 + (εr−1)/2 × (1/√(1+12h/w))
50 Ω trace widths (h = 0.2 mm, t = 35 μm):
FR-4 (εr = 4.4): w ≈ 0.36 mm
RO4003C (εr = 3.38): w ≈ 0.44 mm
PTFE (εr = 2.2): w ≈ 0.58 mm
Common Questions
Frequently Asked Questions
How to calculate 50 Ω width?
Depends on h, εr, t. FR-4 at 0.2 mm height: w ≈ 0.36 mm. Rogers RO4003C: w ≈ 0.44 mm. Lower εr = wider traces = easier fabrication and lower conductor loss. Use PCB stackup calculators for production.
What causes microstrip loss?
Three mechanisms: conductor loss (√f, skin effect + roughness), dielectric loss (f × tanδ), radiation loss (from discontinuities, significant above 20 GHz). At mmWave, stripline or GCPW preferred because they do not radiate.
When to use stripline or CPW?
Stripline: inner-layer routing, full shielding, high isolation, above 20 GHz. CPW: MMIC probing (GSG pads), flip-chip, above 40 GHz. Microstrip: the default for most RF PCBs because components mount directly on the signal trace.
See Also