Showing 35 questions
// Fundamentals
Q01
What is a transmission line and why can't we use a simple wire at high frequencies?
EasyBasics

A transmission line is a guided structure that carries RF energy from source to load while controlling impedance, minimising radiation and managing reflections. It maintains a defined geometry between two or more conductors so that the characteristic impedance is constant along the length.

At low frequencies a simple wire works because the wavelength is far larger than the wire — voltage and current are essentially uniform. As frequency rises, wavelength shrinks to the size of the conductor and three problems emerge:

  • Standing waves — voltage and current vary dramatically along the line, causing hot-spots and cold-spots
  • Radiation — an uncontrolled conductor radiates like an antenna, wasting power and causing interference
  • Reflections — impedance discontinuities reflect energy back toward the source, causing signal distortion and potential component damage in power amplifiers
💡 Rule of thumb: treat a wire as a transmission line when its physical length exceeds λ/20 (5% of wavelength). At 2.4 GHz on FR4 (εeff ≈ 2.7), λ/20 ≈ 7.6 mm — shorter than a typical PCB trace.
Q02
What is characteristic impedance Z₀? What does it depend on and what doesn't it depend on?
EasyImpedance

Characteristic impedance Z₀ is the ratio of voltage to current for a wave travelling along an infinitely long line, or equivalently on a finite matched line producing no reflections. It is a property of the line's cross-sectional geometry and the dielectric material.

Z₀ = √(L/C) (lossless)    Z₀ = √((R+jωL)/(G+jωC)) (lossy general)
Coaxial: Z₀ = (138/√εr) × log₁₀(D/d)   Microstrip: Z₀ ≈ (87/√(εr+1.41)) × ln(5.98h/(0.8W+t))

Z₀ depends on: conductor geometry (spacing, width, diameter), dielectric constant εr, dielectric thickness.

Z₀ does NOT depend on: line length, frequency (for lossless TEM lines), signal level, load impedance.

  • 50 Ω — RF/microwave standard: compromise between max power (~30 Ω) and min loss (~77 Ω) for air coax
  • 75 Ω — broadcast/cable TV: minimum loss over long cable runs is more important than power transfer
  • 100 Ω differential — high-speed digital (Ethernet, USB, PCIe)
  • 300 Ω — twin-lead TV antenna feedline (still found on older installations)
💡 At microwave frequencies on a lossy substrate, Z₀ does vary slightly with frequency because εr and tan δ are frequency-dependent. This is called dispersion and becomes important above ~10 GHz on FR4.
⚡ Microstrip Calculator
Q03
What are the telegrapher's equations? What do R, L, G, C represent physically?
EasyTheory

The telegrapher's equations model a transmission line as a distributed network — infinitely many tiny lumped elements cascaded along the length. They describe how voltage and current vary along the line and over time.

−∂V/∂z = R·I + L·∂I/∂t  (voltage drops due to resistance and inductance)
−∂I/∂z = G·V + C·∂V/∂t  (current leaks due to conductance and capacitance)

Physical meaning of each parameter (per unit length):

  • R (Ω/m) — series resistance of conductors. Increases with frequency due to skin effect (∝√f). Represents conductor loss.
  • L (H/m) — series inductance. Stores energy in the magnetic field between conductors. Nearly constant with frequency for TEM lines.
  • G (S/m) — shunt conductance. Represents dielectric loss (current leaking through the insulator). Increases with frequency (∝f·tanδ). Often negligible for low-loss substrates.
  • C (F/m) — shunt capacitance. Stores energy in the electric field between conductors. Nearly constant with frequency.

For a lossless line (R=0, G=0): Z₀ = √(L/C) and phase velocity vp = 1/√(LC) = c/√εr.

💡 On FR4 at 10 GHz, both R and G contribute roughly equally to total line loss. On Rogers 4350B, R dominates because tanδ is much lower — dielectric loss is negligible up to ~20 GHz.
Q04
What is VSWR? What does VSWR = 1.0 mean and what does VSWR = ∞ mean?
EasyVSWR

VSWR (Voltage Standing Wave Ratio) is the ratio of the maximum to minimum voltage along a transmission line when standing waves are present due to reflections. It is always ≥ 1.

VSWR = V_max / V_min = (1 + |Γ|) / (1 − |Γ|)
|Γ| = (VSWR − 1) / (VSWR + 1)

Key VSWR values:

  • VSWR = 1.0 — perfect match. ZL = Z₀ exactly. No reflections. All incident power absorbed by the load.
  • VSWR = 1.5 — return loss 14 dB, 4% power reflected. Typical specification for base station antennas and connectors.
  • VSWR = 2.0 — return loss 9.5 dB, 11% power reflected. Marginal — acceptable only for non-critical applications.
  • VSWR = ∞ — total reflection. Either open circuit (|Γ|=1, ∠Γ=0°) or short circuit (|Γ|=1, ∠Γ=180°).
💡 VSWR specification ≤ 2:1 is commonly specified in datasheets. This means return loss ≥ 9.5 dB and less than 11% reflected power. Most quality RF components meet VSWR ≤ 1.5:1 (return loss ≥ 14 dB).
📊 VSWR / Return Loss Calculator
Q05
What is return loss and mismatch loss? How do they relate to VSWR and reflection coefficient?
EasyVSWR

Return Loss (RL) is how many dB of the incident signal is reflected back. It is always a positive number expressed in dB.

Mismatch Loss (ML) is the power lost to reflection that never reaches the load — the power that would have been delivered if the match were perfect.

RL = −20 × log₁₀(|Γ|) dB   (positive number — higher is better)
ML = −10 × log₁₀(1 − |Γ|²) dB   (positive number — power lost to mismatch)

Quick reference table:

  • RL = 6 dB → VSWR = 3.0 → |Γ| = 0.50 → 25% power reflected → ML = 1.25 dB
  • RL = 10 dB → VSWR = 1.93 → |Γ| = 0.32 → 10% power reflected → ML = 0.46 dB
  • RL = 14 dB → VSWR = 1.50 → |Γ| = 0.20 → 4% power reflected → ML = 0.18 dB
  • RL = 20 dB → VSWR = 1.22 → |Γ| = 0.10 → 1% power reflected → ML = 0.04 dB
  • RL = 30 dB → VSWR = 1.07 → |Γ| = 0.03 → 0.1% power reflected → ML = 0.004 dB
💡 VNA displays S11 as a negative dB value (e.g. −14 dB). Return loss is the absolute value (+14 dB). Always confirm the sign convention — some engineers say "return loss of −14 dB" meaning the VNA reading, others say "return loss of 14 dB" meaning the positive quantity.
Q06
What is the reflection coefficient Γ? Derive it from boundary conditions at the load.
MediumDerivation

At the load (z=0), voltage and current must be continuous. The total voltage is the sum of the forward (+) and backward (−) travelling waves; total current is their difference (normalised by Z₀):

V = V⁺ + V⁻   I = (V⁺ − V⁻)/Z₀
Load condition: V = ZL × I
→ V⁺ + V⁻ = ZL(V⁺ − V⁻)/Z₀
Γ = V⁻/V⁺ = (ZL − Z₀) / (ZL + Z₀)

Special cases:

  • ZL = Z₀ → Γ = 0 (matched, no reflection)
  • ZL = 0 (short) → Γ = −1 (full reflection, voltage inverted)
  • ZL = ∞ (open) → Γ = +1 (full reflection, voltage doubled)
  • ZL = jX (pure reactive) → |Γ| = 1 (full reflection, but phase shifts)

Γ is a complex number in general. On a Smith chart, the magnitude |Γ| is the distance from the centre (50 Ω point) and the angle is the phase of the reflection coefficient.

💡 S11 measured by a VNA is precisely Γ at port 1 when port 2 is terminated in Z₀. They are the same quantity.
⚡ Reflection Coefficient Calculator
// Impedance Transformation
Q07
Derive the input impedance of a lossless transmission line of length l terminated with ZL.
MediumDerivation

The general voltage and current on a lossless line are:

V(z) = V⁺(e^{−jβz} + Γe^{+jβz})   I(z) = (V⁺/Z₀)(e^{−jβz} − Γe^{+jβz})
Zin = V(−l)/I(−l) →  Zin = Z₀ × (ZL + jZ₀ tan βl) / (Z₀ + jZL tan βl)

Critical special cases — memorise these for interviews:

  • l = λ/4 (βl = 90°, tan→∞): Zin = Z₀²/ZL — impedance inverter. High impedance becomes low and vice versa.
  • l = λ/2 (βl = 180°, tan=0): Zin = ZL — line reproduces the load regardless of Z₀. Used to move an impedance to a more convenient location.
  • ZL = 0 (short circuit): Zin = jZ₀ tan βl — purely reactive, cycles from 0 to +j∞ to 0 to −j∞ as l goes from 0 to λ/2.
  • ZL = ∞ (open circuit): Zin = −jZ₀ cot βl — purely reactive, cycles from +j∞ to 0 to −j∞ as l goes from 0 to λ/2.
💡 The λ/4 impedance inverter is the single most important transmission line concept. It appears in: quarter-wave transformers, branch-line couplers, Wilkinson dividers and waveguide cavity coupling.
⚡ Impedance Matching Calculator
Q08
What happens at the λ/4, λ/2 and 3λ/4 points of a short-circuit stub? What is this used for?
MediumStubs

For a short-circuit (SC) stub: Zin = jZ₀ tan(βl). Cycling through length:

l = 0 → Zin = 0 (short circuit)
l = λ/8 → Zin = +jZ₀ (inductive, +j50 Ω for 50 Ω line)
l = λ/4 → Zin = ∞ (open circuit — series resonance RF choke)
l = 3λ/8 → Zin = −jZ₀ (capacitive, −j50 Ω)
l = λ/2 → Zin = 0 (short circuit repeats)

Practical applications:

  • λ/4 SC stub as RF choke: Presents infinite impedance at the design frequency while providing a DC path to ground. Used in bias injection networks for transistor amplifiers.
  • SC stub for matching: Place a shunt SC stub at distance d from the load where the real part of the load admittance equals Y₀, then set stub length to cancel the imaginary part.
  • Band-stop filter: A series λ/4 OC stub presents a short circuit at the design frequency, blocking signal flow.
💡 SC stubs are preferred over OC stubs on PCB because OC stubs radiate from the open end. At microwave frequencies, even a 0.1 mm fringing field at the open end shifts the resonant frequency measurably.
Q09
Design a quarter-wave transformer to match a 100 Ω load to a 50 Ω source at 5 GHz on Rogers 4350B (εr=3.66, h=0.762 mm).
MediumDesign

Step 1: Calculate transformer impedance.

Z₁ = √(Z_S × Z_L) = √(50 × 100) = 70.71 Ω

Step 2: Find microstrip trace width for 70.71 Ω on Rogers 4350B using Hammerstad-Jensen synthesis. For εr=3.66, h=0.762 mm, t=35 μm → W ≈ 0.96 mm.

Step 3: Calculate effective permittivity. εeff ≈ 2.85 for this geometry.

Step 4: Calculate physical λ/4 length.

λ/4 = (c / f) × (1 / (4√εeff)) = (60 mm) / (4 × √2.85) = 60 / 6.74 = 8.9 mm

Step 5: Verify bandwidth. Single-section λ/4 transformer bandwidth (for return loss >10 dB) ≈ 20–30% of f₀ = 1–1.5 GHz centred at 5 GHz.

💡 For broader bandwidth, use a two-section Chebyshev transformer: Z_A = Z₀^(3/4) × ZL^(1/4) and Z_B = Z₀^(1/4) × ZL^(3/4). This roughly doubles bandwidth.
⚡ Microstrip Calculator (synthesis: 70.71 Ω) ⚡ Impedance Matching Calculator (QWT tab)
Q10
What is single-stub matching? Design a shunt stub to match ZL = 25 − j30 Ω to 50 Ω at 2.4 GHz.
HardDesign

Single-stub matching places a shunt transmission line stub at distance d from the load. The distance d is chosen so that the real part of the admittance at that point equals Y₀ = 1/Z₀. The stub length is then set to cancel the remaining imaginary part.

Step 1: Normalise the load. yL = Y₀/YL = Z₀/ZL = 50/(25−j30) = (25+j30)/(25²+30²) × 50 = 50/(25−j30) = 0.55 + j0.66

Step 2: Find distance d such that Re(yin) = 1. From admittance transformation formula:

yL = gL + jbL = 0.55 + j0.66
Solve: gL(1+t²) / [(1−bL·t)² + gL²·t²] = 1 where t = tan(βd)
→ t = (bL ± √(gL(gL+bL²−1))) / (gL−1)   (two solutions)
Solution 1: d ≈ 0.072λ → t = 0.49   Solution 2: d ≈ 0.273λ

Step 3: Find susceptance at the stub junction for solution 1. bin ≈ −0.98. Stub must supply +0.98 normalised susceptance.

Step 4: For a short-circuit stub, b_stub = −cot(βl) = +0.98 → βl = arctan(1/0.98) → l ≈ 0.126λ.

Solution 1: d = 0.072λ ≈ 9 mm, l_SC = 0.126λ ≈ 15.7 mm (at 2.4 GHz on FR4)
Solution 2: d = 0.273λ ≈ 34 mm, l_SC = 0.374λ ≈ 46.7 mm (use sol. 1 — shorter)
💡 Always choose the solution with shorter d and l — physically smaller circuit. On FR4 at 2.4 GHz, λ ≈ 76 mm (εeff ≈ 2.7 for standard 50 Ω trace), so solution 1 fits in ~25 mm total length.
⚡ Single-Stub Matching Calculator
Q11
What is the Smith chart? How do you read a normalised impedance of 1−j1 on it?
HardSmith Chart

The Smith chart is a graphical tool for transmission line analysis that maps the complex impedance plane to the complex reflection coefficient (Γ) plane. Every impedance corresponds to a unique point inside a circle of radius 1.

Structure of the Smith chart:

  • Horizontal axis: Real axis. Centre = 50 Ω (z=1 normalised). Left edge = 0 Ω (short). Right edge = ∞ Ω (open).
  • Constant resistance circles: Family of circles all passing through the right edge (z=∞). Labelled with normalised resistance r = R/Z₀.
  • Constant reactance arcs: Family of arcs. Upper half = inductive (+jX). Lower half = capacitive (−jX).

Reading z = 1 − j1:

  1. Find the resistance circle r=1 — it passes through the centre of the chart.
  2. Find the reactance arc x=−1 in the lower half (capacitive).
  3. The intersection is the point z=1−j1. On the outer scale, read the wavelength scale for stub calculations.
Γ = (z−1)/(z+1) = (1−j1−1)/(1−j1+1) = −j1/(2−j1) = −j/2.236 ∠153.4° → |Γ| = 0.447

Key Smith chart operations:

  • Moving toward generator (clockwise rotation): distance corresponds to wavelengths toward generator (WTG)
  • Shunt element: move along constant conductance circles
  • Series element: move along constant resistance circles
  • λ/4 rotation: moves a point to its "opposite" — short becomes open and vice versa
💡 The Smith chart centre represents the matched condition (Z₀). The distance from the centre equals |Γ|. A point exactly at the centre means VSWR = 1 — perfect match.
📡 Interactive Smith Chart
Q12
What is a balun? When do you need one between a transmission line and an antenna?
MediumBalun

A balun (balanced-unbalanced transformer) converts between a balanced transmission line (equal and opposite currents in both conductors, e.g. twin-lead) and an unbalanced line (one conductor is ground, e.g. coaxial cable).

Why you need it: A coaxial cable fed directly into a dipole antenna creates an unbalanced feed — current flows on the outside of the outer conductor, causing radiation from the feed cable and distorting the radiation pattern. A balun forces equal and opposite currents in the two dipole arms.

Types:

  • λ/4 sleeve balun (choke balun): A metal sleeve over the coax outer conductor, λ/4 long and short-circuited at the bottom, presents high impedance to the outer conductor current at the operating frequency.
  • Ferrite bead balun: Ferrite rings threaded over the coax add inductance to the outer conductor, blocking common-mode current. Works over a wider bandwidth than the λ/4 sleeve.
  • 180° hybrid (rat-race) coupler: Used at microwave frequencies — the Σ and Δ ports provide the balanced-to-unbalanced conversion.
💡 Many beginner antenna problems (RF burning, poor SWR patterns, cable radiation) are caused by the absence of a balun. If your coax shield is warm after transmitting, you need a balun — outer conductor current is dissipating power.
// Propagation and Velocity
Q13
What is the propagation constant γ? Explain α (attenuation constant) and β (phase constant).
MediumPropagation
γ = α + jβ = √((R+jωL)(G+jωC))
Lossless: α = 0, β = ω√(LC) = ω√(μεr)/c = 2π/λ

α (attenuation constant, Np/m or dB/m): How quickly the wave amplitude decays along the line. α = αc + αd where αc is conductor loss (∝√f due to skin effect) and αd is dielectric loss (∝f·tanδ). Both increase with frequency — this is why high-frequency PCB design is difficult.

β (phase constant, rad/m): How quickly the phase of the wave changes along the line. β = 2π/λ = ω/vp. The wavelength on the line is λ = 2π/β, shorter than free-space wavelength by 1/√εeff.

1 Np/m = 8.686 dB/m  (conversion factor)
Typical FR4 at 10 GHz: α ≈ 0.4–0.8 dB/cm — very significant for long routes
Rogers 4350B at 10 GHz: α ≈ 0.15–0.25 dB/cm — much lower
💡 In many RF PCB problems you need to know whether conductor loss or dielectric loss dominates. On FR4: tanδ ≈ 0.020 → dielectric loss dominates above ~3 GHz. On Rogers 4350B: tanδ ≈ 0.0037 → conductor loss dominates up to ~15 GHz.
Q14
What is the difference between phase velocity, group velocity and signal velocity? Can phase velocity exceed the speed of light?
HardVelocity

Phase velocity (vp = ω/β): The speed at which the phase of a single-frequency carrier wave propagates. For a TEM line: vp = c/√εr. For a waveguide: vp = c/√(1−(fc/f)²) > c above cutoff.

Group velocity (vg = dω/dβ): The speed at which the envelope of a modulated signal (a group of frequencies) propagates. This carries the actual information.

Signal velocity: In practice equal to group velocity for well-behaved (non-anomalous) dispersion.

TEM (coax, microstrip): vp = vg = c/√εeff  (no dispersion)
Waveguide: vp = c/√(εr(1−(fc/f)²)) > c   vg = c√(1−(fc/f)²)/√εr < c
vp × vg = c²/εr always for waveguide

Can vp exceed c? Yes — in waveguide above cutoff. This does NOT violate relativity because vp only describes the phase relationship of a single sinusoidal wave, which carries no information. The signal velocity (group velocity) is always ≤ c. A single-frequency sinusoid is infinite in time and cannot carry information.

💡 The vp × vg = c² relationship is a classic exam question. If vp = 1.5c in a waveguide, then vg = c²/(1.5c) = 0.667c for the same waveguide. Both exist simultaneously — the wave phase zips along faster than light while the actual signal crawls along slower.
Q15
What is dispersion in transmission lines? Which types of lines are dispersive and which are not?
MediumDispersion

Dispersion means that different frequency components of a signal travel at different phase velocities, causing the signal pulse to spread out and distort over distance. A non-dispersive line has vp independent of frequency.

  • Coaxial cable (TEM mode): Non-dispersive — vp = c/√εr is constant with frequency. Ideal for wideband signals. (Higher modes are dispersive, but these don't propagate below the cutoff of the first higher mode.)
  • Rectangular waveguide: Highly dispersive — vp = c/√(1−(fc/f)²) varies strongly with frequency. Phase velocity → ∞ as f → fc, then slowly approaches c as f >> fc. Never used for wideband pulse transmission.
  • Microstrip: Slightly dispersive — εeff increases slowly with frequency due to field confinement in the dielectric. Negligible for narrow-band signals but significant for wideband designs above ~10 GHz.
  • Stripline: Essentially non-dispersive (TEM mode in homogeneous dielectric). Preferred over microstrip for wideband or high-precision designs.
💡 The "Heaviside condition" for a non-dispersive lossy line: R/L = G/C. When this holds, Z₀ = √(L/C) is real and vp = 1/√(LC) — same as lossless. Early telegraph engineers deliberately wound inductance into lines to improve pulse transmission quality.
// Skin Effect and Losses
Q16
What is skin depth? Calculate skin depth for copper at 1 GHz, 10 GHz and 100 GHz.
MediumSkin Effect

At DC, current flows uniformly through the entire conductor cross-section. At high frequencies, electromagnetic induction pushes current to the surface. Skin depth δs is the depth at which current density falls to 1/e ≈ 37% of its surface value.

δs = 1/√(πfμσ)
Copper: σ = 5.8×10⁷ S/m, μ = μ₀ = 4π×10⁻⁷ H/m
δs (copper) ≈ 66.1/√f(Hz) μm = 2.09/√f(GHz) μm
At 1 GHz: δs = 2.09 μm
At 10 GHz: δs = 0.66 μm
At 100 GHz: δs = 0.21 μm

Standard PCB copper thickness: 1 oz = 35 μm, 0.5 oz = 17.5 μm. The trace must be several skin depths thick for low loss. At 1 GHz, 35 μm copper is ~17 skin depths — adequate. At 100 GHz, 35 μm copper is ~167 skin depths — fine, but surface roughness of 0.5–2 μm (typical for standard PCB copper) is now comparable to δs, causing additional roughness loss.

💡 Roughness loss factor: Hammerstad formula adds correction: αc_rough = αc × (1 + (2/π)arctan(1.4(Δ/δs)²)) where Δ is RMS surface roughness. For low-profile copper foil (Δ ≈ 0.3 μm) the correction is <10% at 10 GHz. For standard foil (Δ ≈ 1.5 μm) it can add 50–100% extra loss at mmWave.
⚡ Skin Depth Calculator
Q17
What is loss tangent (tan δ)? How does it affect transmission line performance?
MediumLosses

Loss tangent (tan δ, also written tan δ or DF = dissipation factor) is the ratio of the imaginary part to the real part of the complex permittivity of the dielectric material. It represents how much RF energy is absorbed and converted to heat in the dielectric.

ε = ε' − jε''   tanδ = ε''/ε'
Dielectric attenuation: αd = (π√εr × tanδ) / λ₀ dB/m where λ₀ is free-space wavelength

Since αd ∝ f × tanδ, dielectric loss increases linearly with frequency. For a given substrate, there is a crossover frequency above which dielectric loss exceeds conductor loss:

  • FR4: tanδ = 0.020 → crossover ~3 GHz → FR4 is poor above 5 GHz
  • Rogers 4350B: tanδ = 0.0037 → crossover ~10–15 GHz → excellent to 30+ GHz
  • Rogers 5880: tanδ = 0.0009 → crossover ~30+ GHz → suitable for mmWave (77 GHz automotive radar)
  • Air/vacuum: tanδ = 0 → no dielectric loss → used in waveguide for high-power and ultra-low-loss applications
💡 tanδ also varies significantly with temperature and humidity. FR4's tanδ can increase 50% from 25°C to 125°C, making it even worse at elevated temperature. Rogers materials are much more thermally stable.
Q18
A 50 Ω microstrip line on FR4 (tanδ=0.020, εr=4.4, h=1.6mm) is 10 cm long at 5 GHz. Estimate the total insertion loss.
HardLoss Calculation

Total loss = conductor loss αc + dielectric loss αd. For a 50 Ω line on FR4 at 5 GHz:

Dielectric loss: αd = 27.3 × (εr/(εr−1)) × (εeff−1)/√εeff × tanδ/λ₀ dB/m
Approximate: αd ≈ π√εeff × tanδ × f/c × 8.686 dB/m
εeff ≈ 2.7 (50 Ω trace), tanδ = 0.020, f = 5×10⁹ Hz
αd ≈ π × √2.7 × 0.020 × 5×10⁹ / 3×10⁸ × 8.686 ≈ 5.0 dB/m = 0.50 dB/10cm

Conductor loss: αc ≈ 8.686 × Rs/(Z₀ × W) where Rs = √(πfμ/σ)
Rs at 5 GHz ≈ 0.0185 Ω/sq, W ≈ 3 mm (50 Ω on FR4 1.6mm)
αc ≈ 0.0185/(50×0.003) × 8.686 ≈ 1.1 dB/m = 0.11 dB/10cm

Total ≈ 0.61 dB for 10 cm at 5 GHz

This is significant — a single long PCB trace from PA output to antenna connector can easily add 0.5–1 dB of loss, reducing transmitted power by 10–20%. This is why RF engineers minimise transmission line length and use low-loss substrate for high-frequency designs.

💡 Rule of thumb on FR4: expect ~0.5–1 dB/cm loss at 5 GHz. On Rogers 4350B, expect ~0.1–0.2 dB/cm. The factor-of-5 difference in loss is the primary reason Rogers materials cost 10–20× more than FR4.
// Microstrip and PCB Design
Q19
What is the difference between microstrip and stripline? When do you use each?
EasyPCB Lines

Microstrip: Signal trace on top surface of PCB, ground plane on bottom. Fields exist in both the dielectric and the air above — quasi-TEM mode. The effective permittivity εeff is between 1 (air) and εr (substrate).

Stripline: Signal trace buried between two ground planes inside the PCB stackup. Fully enclosed in dielectric — pure TEM mode. εeff = εr exactly.

PropertyMicrostripStripline
ModeQuasi-TEMPure TEM
εeffBetween 1 and εr= εr
DispersionSlightNone
RadiationSome (open top)None (shielded)
Directional coupler directivity15–20 dB35–40 dB
Cost / complexityLowHigher (inner layer)
💡 Use microstrip for: most RF circuits, antennas, surface-mount components. Use stripline for: high-speed digital clock distribution, high-directivity couplers, EMC-sensitive signals, or anywhere radiation from the trace would cause interference.
⚡ Stripline Calculator
Q20
What is effective permittivity in microstrip? Why is it less than εr of the substrate?
MediumMicrostrip

In microstrip, the electromagnetic field exists partly in the substrate (εr > 1) and partly in the air above the trace (εr = 1). The signal effectively "sees" a weighted average of both dielectrics. This average is called the effective permittivity εeff.

Wide trace (W/h >> 1): εeff → εr (mostly in substrate)
Narrow trace (W/h << 1): εeff → (εr+1)/2 (half in substrate, half in air)
Hammerstad-Jensen (W/h ≥ 1): εeff = (εr+1)/2 + (εr−1)/2 × (1+12h/W)^{−0.5}

Consequences:

  • λ on the line = λ₀/√εeff, shorter than free space but longer than if fully embedded in εr
  • Electrical length of a physical trace depends on the trace width (because W changes εeff)
  • At 50 Ω on FR4 (εr=4.4), εeff ≈ 2.7 → λ is 61% of free space wavelength
  • εeff increases slightly with frequency (dispersion) because the field becomes more confined to the substrate at higher frequencies
💡 A common mistake: calculating λ/4 length using εr instead of εeff. For FR4 εr=4.4 this gives λ/4 = c/(4f√4.4) ≈ 14.2 mm at 2.5 GHz. But with εeff=2.7, the correct answer is λ/4 = c/(4f√2.7) ≈ 18.2 mm — a 28% error!
⚡ Microstrip Calculator (εeff output)
Q21
What is CPW (coplanar waveguide)? How does it differ from microstrip and when is it preferred?
MediumPCB Lines

Coplanar waveguide (CPW) has the signal conductor and both ground planes on the same layer — the signal trace is flanked by two ground conductors with a gap s on each side. The characteristic impedance is controlled by the trace width W and gap width s.

Key advantages of CPW over microstrip:

  • No via needed for ground connections: Both grounds are on the same layer — ideal for monolithic microwave integrated circuits (MMICs) where ground vias are difficult or expensive
  • Easier to connect shunt components: Shunt capacitors and resistors connect directly from signal trace to the adjacent ground — no long via required
  • Lower dispersion: More of the field is in the substrate, less in air → εeff closer to εr and less frequency-dependent
  • Lower radiation: Ground planes on either side reduce radiation from the signal line

When microstrip is preferred: When you need to easily route ground plane under the line, when component footprints require it, or when the PCB stackup makes CPW impractical.

💡 CPWG (CPW with Ground — a bottom ground plane added) combines CPW's surface ground advantages with better field confinement and is very common in practice. The bottom ground plane must be connected to the CPW ground planes with vias at regular intervals (≤ λ/20) to prevent the two grounds floating apart.
⚡ CPW / CPWG Calculator
Q22
What causes spurious modes in microstrip? How do you prevent substrate modes and surface waves?
HardAdvanced PCB

Microstrip can support unwanted modes in addition to the intended quasi-TEM signal mode. These spurious modes degrade circuit performance by coupling energy away from the signal path.

Surface wave modes (TM₀, TE₁): The dielectric substrate can guide waves laterally along its surface. Above the surface wave cutoff frequency fs = (c/4h)/√(εr−1), energy couples into surface waves and propagates away from the circuit. This is especially problematic for antenna feed networks and phased arrays where surface waves cause unintended mutual coupling between elements.

Substrate modes (parallel-plate): If the substrate is too thick, it acts as a dielectric waveguide, trapping energy between the top and bottom surfaces. Cutoff: fc = c/(2h√εr).

Prevention strategies:

  • Use thin substrate: Thinner h raises the surface wave cutoff frequency. At 60 GHz, h should be < 0.25 mm on Rogers 5880.
  • Via fence/via wall: Row of vias alongside the trace at intervals ≤ λ/10 suppresses parallel-plate modes by stitching the ground planes together.
  • Use substrate with lower εr: Lower εr raises the surface wave cutoff and reduces the surface wave problem.
  • Conductor-backed CPW: The ground planes on either side suppress transverse modes effectively.
💡 In RFIC and MMIC design, substrate thickness is specified by the foundry and fixed. RF designers deal with spurious modes by adding ground metal fills, back-side metal layers and guard rings rather than changing the substrate.
// Waveguide
Q23
What is the dominant mode in rectangular waveguide? What is its cutoff frequency and how is it calculated?
MediumWaveguide

The dominant mode in rectangular waveguide is the TE₁₀ mode. It has the lowest cutoff frequency of all modes and is therefore the first to propagate when frequency is raised from zero. All practical waveguide systems operate in TE₁₀ to ensure single-mode propagation.

Cutoff: fc₁₀ = c/(2a) where a = broad-wall dimension (larger dimension)
Guide wavelength: λg = λ/√(1−(fc/f)²) > λ always
Wave impedance: ZTE = η/√(1−(fc/f)²) > 377 Ω always
WR-90 (a=22.86mm): fc₁₀ = 6.56 GHz, operating band 8.2–12.4 GHz (X-band)

Why TE₁₀ has no Eₓ field: The TE₁₀ mode has only Ey, Hx and Hz field components. There is no electric field in the x-direction (direction of broad wall). This makes it easy to excite with a vertical probe or loop antenna aligned with the Ey direction.

💡 Standard waveguides operate between 1.25×fc and 1.9×fc. The lower bound ensures the guide propagates (f > fc). The upper bound ensures the TE₂₀ mode (fc₂₀ = 2×fc₁₀) doesn't start propagating — we want single-mode operation. Exceeding the upper frequency bound means two modes exist simultaneously, causing unpredictable interference.
⚡ Waveguide Calculator
Q24
Why does waveguide have lower loss than coaxial cable at high microwave frequencies, despite having no centre conductor?
HardWaveguide

Waveguide has lower loss than coaxial for three reasons:

1. No dielectric loss (air-filled): Standard metal waveguide is air-filled, so G = 0 and there is no dielectric loss at all. All loss comes from conductor walls. Air-filled coax also eliminates dielectric loss, but requires expensive mechanical support structures (air-spaced coax).

2. Larger conductor area: Waveguide has a much larger cross-section than coaxial cable at the same frequency. Conductor loss ∝ 1/(surface area carrying current) — the bigger the waveguide, the lower the loss per unit length.

3. No centre conductor: In coaxial cable, the inner conductor is small and carries most of the current — its surface resistance dominates total loss. Waveguide has no inner conductor, so loss is spread across the large inner wall area.

Coaxial loss (conductor): αc ∝ Rs × (1/D_inner + 1/D_outer)
Waveguide loss: αc ∝ Rs/(a²b) × (1 + 2b/a(fc/f)²) where a, b are dimensions
WR-90 at 10 GHz: α ≈ 0.02 dB/m   vs   Coax RG-8 at 10 GHz: α ≈ 0.8 dB/m
💡 Waveguide is 40× lower loss than coax at 10 GHz, but only useful above the cutoff frequency and impractical below ~1 GHz (too large). Waveguide is used for radar transmitters, satellite ground stations, radio telescopes and microwave power transmission where every 0.1 dB of loss matters.
// Advanced Topics
Q25
What is TDR (Time Domain Reflectometry)? How does it characterise transmission line discontinuities?
HardMeasurement

TDR (Time Domain Reflectometry) sends a fast rise-time step pulse down a transmission line and measures the reflected signal over time. Since reflections from impedance discontinuities travel at a known velocity (~c/√εeff), the arrival time of each reflection gives the location of the discontinuity. The amplitude and shape of the reflection give the nature of the discontinuity.

Distance to fault: d = vp × t/2 (factor 2 for round-trip)
Γ from reflection: Γ = V_reflected/V_incident = (ZL−Z₀)/(ZL+Z₀)
Impedance at discontinuity: ZL = Z₀ × (1+Γ)/(1−Γ)

Signature of common discontinuities:

  • Impedance too high (wide gap/narrow trace): Positive step in reflected voltage — looks like Γ > 0
  • Impedance too low (capacitive pad/wide trace): Negative step — Γ < 0
  • Open circuit: Reflected step = +1× incident (doubled voltage)
  • Short circuit: Reflected step = −1× incident (cancelled voltage)
  • Capacitor (via pad, connector): Initial negative spike then recovery — capacitor looks like a short initially, then charges to open
  • Inductor (bond wire, via): Initial positive spike then recovery — inductor looks like open initially, then acts as short at DC
💡 TDR resolution ≈ vp × risetime/2. To resolve a 5mm discontinuity on FR4 (vp = 0.6c), you need a risetime of <55 ps. Modern VNAs in TDR mode achieve 10–20 ps rise time, resolving features as small as 1 mm.
Q26
What is the difference between a directional coupler and a power divider? When would you use each?
HardComponents

Both split RF power between ports, but they serve fundamentally different purposes:

Power Divider (e.g. Wilkinson): A three-port network designed to split power equally (or in a fixed ratio) between two output ports. The input port and both output ports are all matched to Z₀. Output ports are isolated from each other. Used when you want to feed two antenna elements, two amplifiers or two circuits with the same signal.

Directional Coupler: A four-port network where most power flows through (Port 1→Port 2) and only a small fraction is coupled to a monitoring port (Port 3). Port 4 is isolated and terminated. Used for power monitoring, VSWR sensing, and signal sampling without interrupting the main signal path.

PropertyWilkinson DividerDirectional Coupler
Ports3 (in, out1, out2)4 (in, through, coupled, isolated)
Through power−3 dB (50%)Near 0 dB (−0.1 to −0.5 dB)
Coupled power−3 dB (50%)−10 to −30 dB (0.01–10%)
Main useFeed splitting, PA combiningPower monitoring, VSWR sensing
💡 A 3 dB directional coupler (coupling = 3 dB) IS a 90° hybrid — same as the branch-line coupler. The distinction between "divider" and "coupler" blurs at 3 dB. The difference is the phase relationship: Wilkinson gives 0° between outputs, branch-line gives 90°.
⚡ Wilkinson Divider Design ⚡ Directional Coupler Design
Q27
What is a Wilkinson power divider? What makes it different from a simple T-junction? State the design equations.
HardComponents

A Wilkinson divider uses two λ/4 transmission line arms plus a resistor between the output ports to achieve three simultaneous properties that a T-junction cannot: matched input, matched outputs AND isolation between outputs.

T-junction problem: A simple 3-way wire junction splits power but (1) causes reflections at the input because the output impedances are in parallel (two 50 Ω = 25 Ω at the junction, mismatching the input), and (2) provides zero isolation between the two output ports — a signal at output 1 appears directly at output 2.

λ/4 arm impedance: Z₁ = Z₀√2 (= 70.71 Ω for Z₀=50 Ω)
Isolation resistor: R = 2Z₀ (= 100 Ω for Z₀=50 Ω)
Unequal split K²: Z_A = Z₀√(K³+K), Z_B = Z₀√(1/K+1/K³), R = Z₀(K+1/K)

How the isolation resistor works: When the divider is balanced (equal signals at both outputs), there is zero voltage across R — no current flows, zero power dissipated. When one output has a different signal (combiner mode or fault), current flows through R and absorbs the imbalance, preventing it reaching the other output port.

💡 A common interview question: "Why is the Wilkinson divider lossless despite having a resistor?" The answer: in normal balanced operation, there is no voltage across R, so it dissipates zero power. The resistor only consumes power when the outputs are driven unequally — exactly when you want the unbalanced power to be absorbed rather than reflected.
⚡ Wilkinson Divider Design Calculator
Q28
What is the Mason gain formula and Mason's rule? When is it used in RF circuit analysis?
HardS-Parameters

Mason's rule (Signal Flow Graph method) calculates the transfer function of a complex interconnected network by writing equations for signal flow paths and loops. It is extensively used in RF amplifier analysis, feedback amplifier design, and coupled cavity filter design.

T = (Σ P_k × Δ_k) / Δ
P_k = gain of kth forward path from source to sink
Δ = 1 − Σ(loop gains) + Σ(products of non-touching loop gains) − ...
Δ_k = Δ for the subgraph not touching path k

For a two-port S-parameter network with source and load reflections (Γs, ΓL):

Transducer gain: GT = |S21|²(1−|Γs|²)(1−|ΓL|²) / |1−ΓsΓin|² × |1−S22ΓL|²
where: Γin = S11 + S12S21ΓL/(1−S22ΓL)

Mason's rule is particularly useful for showing why stability conditions matter — when a loop gain = 1, the denominator Δ = 0 and gain goes to infinity (oscillation).

💡 For a matched amplifier (Γs=0, ΓL=0): GT = |S21|². This is why S21 in dB directly gives the matched gain. For best noise figure, Γs = Γopt (not 0) which is why NF and gain cannot both be optimised simultaneously with the same source impedance.
Q29
What is group delay? Why is flat group delay important and which filter type has the best (flattest) group delay?
HardFilters

Group delay is the derivative of phase with respect to angular frequency: τg = −dφ/dω. It represents how long a group of frequencies (an information-carrying signal) is delayed passing through a component.

τg = −dφ/dω = −dφ/(2π df) seconds

Why flat group delay matters: If group delay varies with frequency, different frequency components of a modulated signal arrive at different times at the receiver. This is called group delay distortion and causes:

  • Pulse broadening — a sharp edge becomes a slow ramp
  • Inter-symbol interference (ISI) in digital systems
  • Ringing and pre-cursors in time-domain signals
  • Bit error rate increase in communications systems

Filter comparison for group delay flatness:

  • Bessel (Thomson): Maximally flat group delay — specifically designed to have constant τg across the passband. Best for pulse transmission. Worst stopband attenuation.
  • Butterworth: Moderate group delay variation — acceptable for many applications.
  • Chebyshev: Significant group delay peaking near the passband edge — not suitable for applications requiring phase linearity.
  • Elliptic: Worst group delay — severe distortion near band edge. Best stopband attenuation but only used when amplitude selectivity is critical and phase is irrelevant.
💡 "All-pass" filters have flat amplitude response but a deliberately designed group delay to compensate for the group delay of another filter — used to flatten the phase response of Chebyshev or elliptic filters in wideband radio systems.
Q30
What is mode conversion (differential to common mode) in a differential pair? How do you minimise it?
MediumDifferential Pairs

In a differential pair, two traces carry equal and opposite signals. Mode conversion occurs when asymmetries in the pair cause some of the differential signal to convert to common-mode (both traces moving in the same direction). This is characterised by the Mixed-Mode S-parameter Scd (common-mode output from differential input).

Causes of mode conversion:

  • Length mismatch: Even 0.1 mm difference in trace length causes a phase offset — the two signals no longer cancel perfectly and a common-mode component appears
  • Impedance mismatch between the two traces: If one trace is wider than the other (e.g. due to copper fill nearby), it has a different single-ended impedance, causing asymmetric reflection
  • Via asymmetry: Differential vias placed at different positions relative to ground planes present different parasitic capacitances to each trace
  • Asymmetric ground plane cuts: Gaps or splits in the ground plane under one trace but not the other

Minimisation strategies:

  • Maintain tight length matching — PCB design rules typically require < 5–10 mil (0.13–0.25 mm) skew for GHz interfaces
  • Keep differential pairs tightly coupled and symmetric about their centreline
  • Route differential pairs over solid, unbroken ground planes
  • Match via placement and pad geometry exactly for both traces
💡 Mode conversion is the primary reason why USB3, HDMI and PCIe cables have specified minimum twist pitch or trace routing rules. The receiver's common-mode rejection ratio (CMRR) limits how much Scd can be tolerated, but reducing it at the source is always better.
⚡ Differential Pair Calculator
// Quick-Fire (Short Answer)
Q31
What is the input impedance of a λ/4 open-circuit stub? What is it used for?
EasyStubs
Zin = −jZ₀ cot(βl)   at l = λ/4: cot(90°) = 0 → Zin = 0 (short circuit)

A λ/4 open-circuit stub looks like a short circuit at the design frequency. This is used as a band-stop (notch) filter — the stub is connected in series with the main line, and presents a short circuit (blocks signal) at the resonant frequency while passing all other frequencies.

💡 This is the complement of the λ/4 SC stub which looks like an open. SC→OC and OC→SC at λ/4. Very common exam question — you must know both by heart.
Q32
What is insertion loss? How does it differ from return loss?
EasyBasics
Insertion loss = −20 log₁₀(|S21|) dB   (positive — bigger = worse)
Return loss = −20 log₁₀(|S11|) dB   (positive — bigger = better)

Insertion loss is how much signal is lost going through a component (Port 1 to Port 2). Return loss is how much signal is reflected back from the input (Port 1 to Port 1). Both are defined as positive numbers expressed in dB, but insertion loss being large is bad (signal lost) while return loss being large is good (small reflection).

💡 Common confusion: "insertion loss of 0.5 dB" and "return loss of 20 dB" are both good numbers. But "return loss of 0.5 dB" means almost all power is reflected — terrible match. Sign and context matter.
Q33
Why is the velocity of propagation on a PCB trace less than the speed of light?
MediumPropagation
vp = c/√εeff   (microstrip, εeff < εr)
vp = c/√εr   (stripline — fully embedded in dielectric)
FR4 50Ω microstrip: εeff ≈ 2.7 → vp ≈ 0.61c = 18.3 cm/ns

The electric and magnetic fields of the signal interact with the dielectric material in the substrate. The dielectric slows the wave by storing energy in electric polarisation — the molecules in the dielectric respond to the oscillating field, momentarily absorbing and re-emitting energy. This creates an equivalent "slower" wave velocity. The higher εr, the more the molecules interact and the slower the wave.

This is why PCB trace delays are calculated as 1/vp = √εeff/c ≈ 54–70 ps/cm for typical FR4 microstrip — a 1 ns delay requires ~14–18 cm of trace at 1 GHz effective frequency.

💡 A classic interview calculation: at 100 Gb/s serial data, the bit period is 10 ps. A skew of only 5 ps (half a UI) causes bit errors. On FR4 microstrip, 5 ps corresponds to <1 mm length mismatch — this is why 100G PCB layout requires sub-mm length matching.
Q34
What is a via in RF PCB design? What parasitic effects does it introduce and how do you minimise them?
MediumPCB Design

A via (vertical interconnect access) is a drilled and plated hole through a PCB that connects conductors on different layers. At RF frequencies, vias are far from ideal — they introduce significant parasitic inductance and capacitance.

Parasitic elements of a signal via:

  • Inductance (the dominant effect): L ≈ 0.2 nH for a typical through-hole via in a 1.6mm board. At 5 GHz, this is jωL ≈ j6.3 Ω — a significant series impedance.
  • Capacitance from pad to ground: C ≈ 0.1–0.5 pF depending on pad size and clearance to ground. At 5 GHz, this is 1/(jωC) ≈ 60–320 Ω.
  • Self-resonance: The via resonates when its inductance and capacitance resonate. Above self-resonance, the via acts as a capacitor and blocks signal.

Minimisation strategies:

  • Use the smallest possible drill diameter (lower inductance)
  • Use back-drilled vias (remove the stub below the connection point)
  • Place ground vias immediately adjacent to the signal via
  • Use microvias (blind/buried vias) for the smallest inductance
  • For >20 GHz, model each via with 3D EM simulation and de-embed it from measurements
💡 "Via stub resonance" is a major problem above 10 GHz. If a through-hole via connects Layer 1 to Layer 4 but has copper barrel all the way to Layer 8, the unused stub on Layer 4–8 resonates and creates a notch in S21. Back-drilling removes this stub after fabrication.
Q35
Design a shunt single-stub match: ZL = 75 Ω (real) to Z₀ = 50 Ω at 3 GHz. Use a short-circuit shunt stub on FR4 (εeff ≈ 2.7).
HardDesign

ZL = 75 Ω is real — no reactive part to cancel. Normalised: yL = Y₀/YL = Z₀/ZL = 50/75 = 0.667.

Step 1: Find distance d from load where Re(yin) = 1 (normalised).

yL = 0.667 (real, so bL=0)
Admittance transformation: y_d = (yL + j·tan(βd)) / (1 + j·yL·tan(βd))
Re(y_d) = 1 when: yL(1+t²) / (yL² × t² + 1) = 1, t = tan(βd)
→ t² = (1/yL − 1)/(1 − yL) → t = √((1−yL)/yL) = √((1−0.667)/0.667) = √0.5 = 0.707
βd = arctan(0.707) = 35.26° → d = 35.26/360 × λ

Step 2: Find Im(y_d) to determine stub susceptance needed.

Im(y_d) at t=0.707: b_d = (t(yL²−1−t²)) / (yL²t²+1) ... = −0.707
Stub must provide +0.707 normalised susceptance

Step 3: Short-circuit stub length. Normalised susceptance of SC stub: b = cot(βl) = 0.707 → βl = arccot(0.707) = 54.74° → l = 54.74/360 × λ

Step 4: Convert to physical dimensions on FR4 at 3 GHz.

λ on PCB = c/(f√εeff) = 3×10⁸/(3×10⁹×√2.7) = 60.9 mm
d = 35.26/360 × 60.9 = 6.0 mm
l = 54.74/360 × 60.9 = 9.3 mm
💡 Always verify by checking the alternative solution: t = −0.707, d = 180° − 35.26° = 144.74° → d = 24.5 mm. Always choose the shorter d = 6.0 mm solution for compact layout. The stub total length is d + l = 15.3 mm — fits easily in a WiFi PCB at 2.4–3 GHz.
⚡ Single-Stub Tuner Calculator