Tutorial

How to Design a Pi-Network Impedance Matching Circuit

Step-by-step Pi-network (π) impedance matching design: choose Q, calculate three reactive element values, select L/C topology, and verify bandwidth with simulation.

When to Use a Pi-Network

The Pi-network uses three reactive elements (shunt-series-shunt) and lets you choose the loaded Q independently of the impedance ratio — unlike the L-network where Q is fixed. Use Pi-networks when you need:

  • Broader bandwidth than an L-network allows
  • Specific Q for harmonic suppression (PA output stage)
  • Matching between two low real impedances (e.g., 2 Ω PA to 5 Ω driver)

Step 1: Define Requirements

  Example: Match 50 Ω source to 10 Ω load at 900 MHz
  Choose design Q = 3  (Note: minimum Q = √(50/10−1) = 2.0 for L-net)
  Higher Q → narrower bandwidth but better harmonic rejection

Step 2: Calculate Pi-Network Element Values

  Shunt element 1 (at source, R_s = 50 Ω side):
    X_shunt1 = R_s / Q = 50 / 3 = 16.67 Ω  (capacitive: X_C1 = −16.67 Ω)
    C_1 = 1/(2π·f·X_C1) = 1/(2π·900MHz·16.67) = 10.6 pF

  Virtual resistance R_v (intermediate):
    R_v = R_s / (Q² + 1) = 50 / (9+1) = 5 Ω

  Q₂ from R_v to R_L (= 10 Ω):
    Q₂ = √(R_L/R_v − 1) = √(10/5 − 1) = 1.0

  Series element (inductor in center):
    X_series = Q·R_v + Q₂·R_v ... (combined) = Q·R_v = 3·5 = 15 Ω
    Actually: X_L = Q·R_v = 15 Ω  →  L = 15/(2π·900MHz) = 2.65 nH

  Shunt element 2 (at load, R_L = 10 Ω side):
    X_shunt2 = R_L / Q₂ = 10 / 1.0 = 10 Ω  (capacitive: X_C2 = −10 Ω)
    C_2 = 1/(2π·900MHz·10) = 17.7 pF

  Final circuit: 50Ω — [C1=10.6pF shunt] — [L=2.65nH series] — [C2=17.7pF shunt] — 10Ω

Step 3: Bandwidth Estimate

  BW₋₁₀dB ≈ f₀ / Q = 900 MHz / 3 = 300 MHz
  This is the approximate −10 dB S11 bandwidth
  Narrower than the L-network (Q=2: BW ≈ 450 MHz)

Step 4: Verify with RF View Simulator

  1. Open RF View Circuit Simulator tab
  2. Load device S2P as DUT block
  3. Add shunt C1 at input, series L in middle, shunt C2 at output
  4. Simulate → check S11 < −10 dB across target band
  5. Run Monte Carlo with ±5% tolerance to verify yield
Pi-network tip: For PA output stages, a Pi-network with Q=5–8 provides significant harmonic suppression (2nd harmonic: ~6·Q dB below fundamental), simplifying the TX filter requirement.
RF View Auto Matching: RF View can synthesize Pi and T matching networks automatically from your device S-parameter file. Set target Q in advanced options, then tap Match. Free on Android.

Related Topics

← Back to Tutorial  ·  RF View Home