Skip to content
RFrftools.io
RFMay 12, 20269 min read

Smith Chart Impedance Matching: Step-by-Step L-Network Design

Learn how to design L-network matching circuits using the Smith Chart. Walk through real examples with series/shunt elements, moving from load to source on the chart.

Contents

Why Use the Smith Chart for Matching?

Every impedance matching problem boils down to one task: move from the load impedance to the center of the Smith Chart (Z₀, typically 50 Ω). Network analyzers and simulation tools can do this numerically, but the Smith Chart gives you something software cannot — geometric intuition about which element to add and why it works.

The chart makes two facts visual:

  • Adding a series element moves you along a constant-resistance circle
  • Adding a shunt element moves you along a constant-conductance circle
Once you internalize these two rules, you can sketch matching networks on paper faster than typing values into a simulator.

The Two Fundamental Moves

Series Elements: Constant-R Circles

A series inductor adds positive reactance (+jX), moving you clockwise along the resistance circle your impedance sits on. A series capacitor adds negative reactance (-jX), moving counter-clockwise.

Key insight: series elements cannot change the real part of impedance. If your load is on the R=25Ω circle, a series element keeps you on that circle — it only rotates your position.

Shunt Elements: Constant-G Circles

Switch to the admittance chart (same chart, rotated 180°). A shunt capacitor adds positive susceptance (+jB), moving clockwise on a constant-conductance circle. A shunt inductor adds negative susceptance (-jB), moving counter-clockwise.

Key insight: shunt elements cannot change the real part of admittance. They only adjust the imaginary part.

L-Network Matching: The Building Block

The L-network is the simplest matching topology — two reactive elements in an L-shape. It can match any impedance to Z₀ in a single step, but it has no bandwidth control (unlike T or π networks).

There are eight possible L-network configurations (series-L/shunt-C, series-C/shunt-L, etc.), but the Smith Chart tells you which one works without memorizing rules:

  1. Plot the normalized load impedance z_L = Z_L / Z₀
  2. Determine whether z_L is inside or outside the unity conductance circle (g=1)
  3. If inside: use shunt-first, then series
  4. If outside: use series-first, then shunt

Worked Example 1: Matching 25 - j15 Ω to 50 Ω at 1 GHz

Step 1: Normalize

z_L = (25 - j15) / 50 = 0.5 - j0.3

Plot this on the Smith Chart. It sits on the R=0.5 circle, below the real axis (capacitive load).

Step 2: Choose topology

The point 0.5 - j0.3 is inside the g=1 circle on the admittance chart. Strategy: add a series element first to reach the g=1 circle, then a shunt element to reach center.

Step 3: Series inductor

From 0.5 - j0.3, move clockwise (adding +jX) along the R=0.5 circle until you hit the g=1 circle. This happens at z = 0.5 + j0.5.

Reactance added: Δx = 0.5 - (-0.3) = +0.8 (normalized)

Denormalize: X_L = 0.8 × 50 = 40 Ω

At 1 GHz: L = X_L / (2π × 10⁹) = 40 / (6.28 × 10⁹) = 6.37 nH

Step 4: Shunt capacitor

Convert z = 0.5 + j0.5 to admittance: y = 1/(0.5 + j0.5) = 1 - j1.

We need to reach y = 1 + j0 (center). Add shunt susceptance: Δb = +1.0.

Denormalize: B_C = 1.0 / 50 = 0.02 S

At 1 GHz: C = B_C / (2π × 10⁹) = 0.02 / (6.28 × 10⁹) = 3.18 pF

Result: 6.37 nH series inductor + 3.18 pF shunt capacitor matches 25 - j15 Ω to 50 Ω at 1 GHz.

Worked Example 2: Matching 150 + j80 Ω to 50 Ω

Step 1: Normalize

z_L = (150 + j80) / 50 = 3.0 + j1.6

This point is far from center — high impedance, inductive.

Step 2: Choose topology

The point 3.0 + j1.6 is outside the g=1 circle. Strategy: shunt element first to reach R=1 circle, then series element to center.

Step 3: Shunt capacitor

Convert to admittance: y_L = 1/(3.0 + j1.6) = 0.263 - j0.140

Add shunt +jB (capacitor) to move along g=0.263 circle until the corresponding impedance reaches the R=1 circle. Target: y = 0.263 + j0.296, which gives z = 1.0 - j1.13.

Δb = 0.296 - (-0.140) = +0.436

B_C = 0.436 / 50 = 8.72 mS → C = 1.39 pF at 1 GHz

Step 4: Series inductor

From z = 1.0 - j1.13, add series +jX to reach 1.0 + j0.

Δx = +1.13 → X_L = 56.5 Ω → L = 8.99 nH at 1 GHz

Result: 1.39 pF shunt cap + 8.99 nH series inductor.

Bandwidth Considerations

L-networks have no independent bandwidth control. The Q of the match is fixed by:

Q=Rhigh/Rlow1Q = \sqrt{R_{high}/R_{low} - 1}

For 150 → 50 Ω: Q = √(150/50 - 1) = √2 ≈ 1.41

This gives roughly 70% fractional bandwidth (usable for most narrowband applications). For wider bandwidth, use multi-section matching (two or more L-networks cascaded through intermediate impedances) or consider a transformer.

Common Smith Chart Matching Patterns

Load LocationFirst ElementSecond ElementExample
Low R, capacitive (lower-left)Series LShunt C25-j15 → 50
Low R, inductive (upper-left)Series CShunt L25+j30 → 50
High R, inductive (upper-right)Shunt CSeries L150+j80 → 50
High R, capacitive (lower-right)Shunt LSeries C150-j50 → 50

From Chart to Circuit: Practical Tips

  1. Always check at band edges — plot S11 at f_low, f_center, f_high to confirm acceptable match across bandwidth
  2. Account for parasitics — a 6 nH inductor at 2 GHz has SRF around 5-8 GHz; make sure your matching frequency is well below SRF
  3. Use the rftools.io Smith Chart calculator to verify your hand calculations — enter R and X values, read Γ, VSWR, and return loss directly
  4. For production: after design on the Smith Chart, simulate in SPICE with real component S-parameter models from vendors (Murata, TDK, Coilcraft)
  5. Multi-section matching: cascade two L-networks through an intermediate impedance R_mid = √(R_source × R_load) for approximately double the bandwidth

When L-Networks Are Not Enough

If you need bandwidth control independent of impedance ratio, step up to:

  • T-network or π-network — three elements, one extra degree of freedom for Q selection
  • Transmission line stubs — at microwave frequencies, stub matching avoids lumped element losses
  • Distributed matching — quarter-wave transformers, tapered lines for wideband
The Smith Chart handles all of these — the principles of constant-R and constant-G circles apply regardless of topology. Start with the L-network to build intuition, then graduate to multi-element designs.

Key Takeaways

  • Series elements move along constant-R circles; shunt elements move along constant-G circles
  • Plot your load, identify inside/outside the g=1 circle, and the topology chooses itself
  • L = Q_match × R_low / ω and C = 1/(Q_match × ω × R_low) give quick component estimates
  • Verify with the rftools.io Smith Chart calculator before committing to a PCB layout
  • For wider bandwidth, cascade L-sections through intermediate impedance levels

Related Articles