RF and Radio Waves: Impedance Becomes a Road
At low frequency, a wire often feels like an ideal connection. At radio frequency, the same wire becomes part of the circuit. It has length, delay, inductance, capacitance, and a preferred impedance. RF design starts when the signal wavelength becomes close enough to the physical size of the circuit that travel time matters.
Learning Objectives
By the end of this lesson, you should be able to:
- explain RF using wave travel rather than only circuit nodes;
- calculate wavelength from frequency;
- describe characteristic impedance in plain language;
- explain why mismatch causes reflection;
- connect impedance, antennas, cables, and RF power transfer.
The Rope Analogy
Imagine shaking one end of a long rope. If the far end is held correctly, the wave travels away and energy leaves your hand smoothly. If the far end is tied to something too stiff, too loose, or partly open, some energy bounces back.
An RF cable behaves similarly. The source launches an electromagnetic wave into the line. The load should accept that wave. If the load impedance does not match the line impedance, part of the wave reflects.
In most RF systems, the "road width" is 50 Ohm. The source, cable, filters, connectors, amplifier output, and antenna input are usually designed around that value.
What Makes a Signal RF?
RF is not only a frequency label. It is a behavior change. A circuit becomes RF-like when conductor length is no longer tiny compared with wavelength.
The free-space wavelength is:
$$
\lambda=\frac{c}{f}
$$
where:
lambdais wavelength in meters;cis approximately3.0 x 10^8 m/s;fis frequency in hertz.
In a cable or PCB trace, the wave moves slower:
$$
\lambda_\text{line}=\frac{v_p}{f}
$$
where v_p is propagation velocity. A common coax velocity factor might be 0.66, so v_p approx 0.66c.
Worked Example: 2.4 GHz WiFi
For f = 2.4 GHz:
$$
\lambda=\frac{3.0\times10^8}{2.4\times10^9}=0.125\ \text{m}=125\ \text{mm}
$$
A quarter wavelength is about:
$$
\lambda/4=31.25\ \text{mm}
$$
That is PCB-sized. A few centimeters of trace, cable stub, shield opening, or connector geometry can affect the signal.
title "Wavelength Falls as Frequency Rises"
type cartesian
canvas width=860 height=460
axes x="Frequency" y="Wavelength" xunit=Hz yunit=m xmin=1000000 xmax=10000000000 ymin=0.01 ymax=300 xscale=log yscale=log
series LAMBDA label="free space" x=[1000000,10000000000] y="3e8/x" samples=360 color=#2563eb
point FM x=100000000 y=3 label="100 MHz"
point WIFI x=2400000000 y=0.125 label="2.4 GHz"
marker WIFI_LINE x=2400000000 label="WiFi"
This chart is an ideal teaching plot using free-space velocity.
Characteristic Impedance
Characteristic impedance, written Z0, is the impedance a traveling wave "feels" while moving along a transmission line. It is not the DC resistance of the cable. A short piece of 50 Ohm coax may measure almost 0 Ohm with a multimeter, but RF waves still see it as a 50 Ohm path.
For an ideal lossless line:
$$
Z_0=\sqrt{\frac{L'}{C'}}
$$
where:
L'is inductance per meter;C'is capacitance per meter.
The geometry sets those values. That is why coax diameter, dielectric, PCB trace width, ground spacing, and connector shape matter at RF.
Reflection Coefficient
Reflection is measured by the reflection coefficient:
$$
\Gamma=\frac{Z_L-Z_0}{Z_L+Z_0}
$$
where Z_L is load impedance and Z0 is line impedance.
If Z_L = Z0, then Gamma = 0. No reflection occurs in the ideal case.
If the load is open or shorted, the reflection magnitude approaches 1. Nearly all incident power comes back.
Why 50 Ohm Is Common
RF systems often use 50 Ohm because it is a practical compromise for coaxial cables: reasonable power handling, reasonable loss, and mature test equipment standards. Broadcast TV systems often use 75 Ohm because that value can reduce cable loss for receiving systems.
The exact number is less important than consistency. A 50 Ohm transmitter, 75 Ohm cable, and random antenna impedance will reflect power and distort the expected response.
Common RF Blocks
The matching network is the small LC or transmission-line network that transforms the antenna impedance into the impedance expected by the transmitter or receiver.
Practical Checks
- Keep RF traces short unless they are intentionally designed as controlled-impedance lines.
- Avoid open stubs; they can behave like small resonators.
- Use correct connector, cable, and antenna impedance.
- Treat ground return as part of the RF path.
- Place matching parts close to the antenna or RF pin.
- Measure with a VNA when the frequency is high enough for layout to matter.
Common Mistakes
- Measuring only DC resistance and assuming the RF impedance is known.
- Treating a long RF wire like an ideal node.
- Forgetting that vias, connectors, and test pads add parasitics.
- Copying an antenna layout without copying its ground plane and keepout.
- Assuming more output power fixes a bad match.
Summary
RF design is wave design. The signal travels, sees a characteristic impedance, reaches a load, and may reflect if the load is mismatched. Wavelength links frequency to physical size, and impedance matching helps energy move cleanly from source to antenna or load.
Further Reading
- Analog Devices: RF Transmission Lines
- Keysight: Basics of Measuring the Reflection Coefficient
- ARRL: Antenna Basics