Tutorial

How to Design a Quarter-Wave Transformer

Step-by-step quarter-wave transformer design: transform real impedance R_L to Z₀ using a λ/4 transmission line section. Bandwidth calculation, microstrip implementation, and multisection design.

Quarter-Wave Transformer Principle

A quarter-wavelength transmission line section (λ/4 at f₀) with characteristic impedance Z₁ = √(Z₀ × R_L) transforms a real load R_L to the system impedance Z₀. At f₀, the λ/4 section provides a perfect impedance match. No lumped components required — just a PCB trace of the right width and length.

Design Formulas

  Z₁ = √(Z₀ × R_L)          [transformer impedance]
  L = λg/4 = c/(4·f₀·√εe)   [physical length]
  BW (−10 dB match) ≈ 0.6·f₀  (rough estimate, actual depends on Z₁/Z₀ ratio)

  For Z₀ = 50 Ω and various R_L:
  R_L = 25 Ω → Z₁ = √(50·25) = 35.4 Ω
  R_L = 10 Ω → Z₁ = √(50·10) = 22.4 Ω
  R_L = 200 Ω → Z₁ = √(50·200) = 100 Ω

Step-by-Step Design: 25 Ω → 50 Ω at 2.4 GHz on RO4003C

  Step 1: Compute Z₁ = √(50 × 25) = 35.4 Ω

  Step 2: Find W for Z₁ = 35.4 Ω on RO4003C (εr=3.55, H=0.508mm):
    Use RF View Microstrip Calculator: W ≈ 1.52 mm for 35.4 Ω
    (wider than 50 Ω trace, as expected for lower impedance)

  Step 3: Compute λ/4 length:
    εe at W/H=3: εe ≈ 2.83
    λg = c/(f₀·√εe) = 299.8mm/(2.4·√2.83) = 74.4 mm
    L = 74.4/4 = 18.6 mm

  Final design: 1.52 mm wide × 18.6 mm long PCB trace of Z₁ = 35.4 Ω

Bandwidth of Quarter-Wave Transformer

  Exact bandwidth formula for S11 < |Γ_max|:
  BW/f₀ = 1 − (2/π)·arccos(2|Γ_max|/√(1−|Γ_max|²) · √(Z₁²/(Z₀·R_L)))
  Approximation: BW₋₁₀dB ≈ 0.6·f₀ for R_L/Z₀ ≤ 4

  For wider bandwidth: use N-section Chebyshev transformer:
  Each additional section improves bandwidth by ~40%
  2-section: BW ≈ 1.0·f₀ for same R_L, smoother S11 shape

Limitation: Real Impedances Only

The λ/4 transformer only works for real (resistive) source and load impedances. For reactive loads (R+jX), add a series element at the load to cancel the reactance first, then apply the transformer to the remaining real part.

RF View: RF View's Microstrip Calculator computes trace width and λ/4 length for any Z₁ on any substrate. The Circuit Simulator includes an ideal T-line element (specify Z₀ and electrical length θ) to simulate the transformer response. Free on Android.

Related Topics

← Back to Tutorial  ·  RF View Home