Electronics Guide

Transmission Line Fundamentals

A transmission line is any conductor pair that guides an electrical signal as a propagating wave rather than treating it as an instantaneous voltage shared along a wire. Every interconnect—a printed circuit board trace, a coaxial cable, a connector pin, a bond wire—becomes a transmission line once the signal's edge is fast enough that the wave's round trip is no longer negligible compared to its rise time. At that point the familiar rules of lumped-element circuit analysis break down, and the behavior of the line is governed instead by its characteristic impedance, its propagation delay, and the reflections produced wherever that impedance changes.

Transmission line fundamentals form the cornerstone of high-speed digital design and radio-frequency engineering. They explain why a clean signal launched from a driver can arrive at the receiver distorted, why two parallel traces interfere, and why a precisely matched termination resistor can be the difference between a working link and an intermittent failure. This category builds the subject from the underlying physics through the practical structures, control techniques, and termination methods that engineers apply to keep signals intact from source to destination.

Subcategories

When a Wire Becomes a Transmission Line

At low frequencies an interconnect can be treated as an ideal node: the voltage is effectively the same everywhere along it at any instant, and a lumped resistor, capacitor, or inductor captures its behavior. This approximation holds only while the physical length of the conductor is short compared to the wavelength of the signal, or equivalently while the time for a signal to travel from one end to the other is short compared to the signal's rise time. As edge rates sharpen, that condition eventually fails, the voltage along the conductor varies from point to point, and the interconnect must be analyzed as a distributed structure carrying a traveling wave.

A widely used screening rule treats an interconnect as a transmission line once its one-way propagation delay exceeds a small fraction of the signal's rise or fall time, often cited as one-sixth, though published thresholds range from roughly one-half down to one-twentieth depending on the noise budget. The rule flags nets for analysis rather than drawing a precise boundary; what ultimately matters is whether the resulting reflections and distortion stay within the receiver's margins. Because edge rates have grown far faster than clock frequencies, many nets that switch at modest data rates still carry edges sharp enough to demand transmission-line treatment.

Characteristic Impedance and the Distributed Model

A transmission line is modeled as a cascade of infinitesimal segments, each contributing series resistance and inductance and shunt conductance and capacitance—the distributed R, L, G, and C parameters per unit length. The telegrapher's equations describe how voltage and current waves propagate along this structure. For a line whose loss is small enough to neglect, the analysis simplifies dramatically and yields two defining quantities.

The characteristic impedance is the ratio of voltage to current for a wave traveling in one direction along the line:

Z0 = √(L / C)

It depends only on the line's geometry and the surrounding dielectric, not on its length, and it represents the instantaneous impedance a launched edge encounters before any reflection returns. The propagation velocity of the wave is set by the same per-unit-length quantities:

v = 1 / √(L C)

In a uniform dielectric this reduces to v = c / √εr, where c is the speed of light and εr is the relative permittivity of the medium. A signal therefore travels more slowly through a denser dielectric. Expressed as a delay per unit length, the free-space figure of roughly 85 picoseconds per inch scales with the square root of the effective permittivity. A 50-ohm microstrip on FR-4 propagates at about 140 to 150 picoseconds per inch, while a stripline buried in the same material runs closer to 170 picoseconds per inch, because the microstrip shares part of its field with the air above the board and so sees a lower effective permittivity than the fully embedded stripline.

Standard Impedances and Why They Are Used

Interconnects are designed to a small set of conventional impedance targets so that drivers, receivers, cables, and connectors can be matched to one another. Single-ended radio-frequency and high-speed digital interconnects commonly target 50 ohms, a value that balances power-handling and loss in coaxial geometry; video and cable-television coax is standardized at 75 ohms, chosen for its lower loss. Differential interfaces specify the impedance seen between the two members of the pair: USB 2.0 calls for 90 ohms differential, while Ethernet and many LVDS links use 100 ohms differential. PCI Express uses 100 ohms differential in its first generation and 85 ohms in later generations, a reminder that impedance targets evolve with each standard and must be read from the specification rather than assumed.

Holding the chosen impedance is the central goal of controlled-impedance design. The value is set by trace width, dielectric thickness, copper weight, and the permittivity of the laminate, and it is verified in fabrication against a tolerance that is typically about ten percent. Where the impedance departs from its target—at a connector, a via, a stub, or a layer transition—a discontinuity forms that launches a reflection, which is why impedance control and termination are treated together with reflection management throughout high-speed design.

Reflections, Loss, and Termination

When a traveling wave meets a change in impedance, part of its energy reflects back toward the source. The fraction that reflects is the reflection coefficient, Γ = (ZL − Z0) / (ZL + Z0), which is zero only when the load impedance ZL equals the line impedance Z0. An unterminated open end reflects the full wave and doubles the voltage there; a short reflects an inverted wave that cancels it. Uncontrolled reflections accumulate into overshoot, undershoot, ringing, and intersymbol interference that erode timing and voltage margins. Termination suppresses them by presenting a matched impedance: series termination at the driver absorbs the reflection returning from the far end, while parallel, Thevenin, AC, and differential schemes match the impedance at the load.

Real lines also attenuate the signal. Series resistance grows with frequency as the skin effect confines current to the conductor surface, and dielectric loss rises with frequency as the insulating material absorbs energy. Together these mechanisms attenuate the high-frequency content of an edge more than its low-frequency content, slowing rise times and closing the eye over long channels. Managing characteristic impedance, propagation delay, reflections, and loss in concert is what allows a modern link to carry multi-gigabit data reliably, and each of these threads is developed in depth in the topics above.