Electronics Guide

Loss and Equalization

Signal loss is an unavoidable consequence of electrical propagation through real interconnects. As a signal travels along a printed circuit board trace, a connector, or a cable, the channel attenuates it, and that attenuation grows with frequency. Because a digital edge is built from a broad band of frequency components, this frequency-dependent loss does not simply shrink the signal uniformly; it strips away high-frequency content, rounds the edges, and smears each symbol into the ones that follow. The result is a closed eye diagram and the form of corruption known as intersymbol interference. This category examines why channels lose energy, how that loss is measured, and the equalization techniques engineers use to reverse it and recover usable margin at multi-gigabit data rates.

The principles covered here apply across the high-speed landscape, from DDR memory buses and PCI Express links to the SerDes lanes that carry Ethernet, USB, and chip-to-chip traffic. As data rates climb past 10, 28, and 56 gigabits per second, and as PAM4 signaling replaces simple two-level encoding, channels that were once comfortably transparent become the dominant constraint on a design, and equalization moves from a refinement to a requirement.

Subcategories

Why Channels Lose Energy

Two mechanisms dominate the loss of a printed circuit board interconnect, and they scale with frequency in different ways. Conductor loss arises from the finite resistance of the copper. At high frequency the skin effect confines current to a thin layer near the surface of the conductor, shrinking the effective cross section and raising resistance; this loss rises roughly with the square root of frequency. Surface roughness, deliberately imparted to copper foil so that it adheres to the laminate, lengthens the path that this surface current must follow and inflates conductor loss further as frequency increases.

Dielectric loss arises from the laminate itself. The alternating electric field of the signal repeatedly polarizes the insulating material, and a fraction of that energy is dissipated as heat. The severity is captured by the loss tangent, or dissipation factor (Df), of the material, and dielectric loss rises approximately in direct proportion to frequency. Because dielectric loss grows linearly while conductor loss grows only with the square root of frequency, the dielectric term overtakes the conductor term at higher frequencies and eventually dominates the channel. This crossover is exactly why material selection matters so much in fast designs: standard FR-4 carries a loss tangent near 0.02 at 1 GHz, whereas low-loss laminates such as Rogers RO4350B (about 0.0037) or Panasonic Megtron 6 (about 0.002) cut the dielectric contribution by roughly an order of magnitude, extending the reach of a link before equalization is even applied. Smaller contributions from radiation, from impedance discontinuities at vias and connectors, and from coupling into neighboring nets add to the total budget.

From Loss to Intersymbol Interference

The practical danger of frequency-dependent loss is not the loss of amplitude alone but its effect in the time domain. A channel that attenuates high frequencies behaves as a low-pass filter, so a sharp transmitted edge arrives at the receiver stretched in time. When that stretched response of one symbol still lingers as the next symbols arrive, the energy of past bits adds to or subtracts from the present bit. This is intersymbol interference. The lingering energy that trails a transition is called post-cursor ISI, and the energy that arrives ahead of the main pulse, a consequence of the channel's phase response, is called pre-cursor ISI.

Engineers visualize the combined effect with the eye diagram, formed by overlaying many unit intervals of the received waveform. As loss and ISI grow, the eye closes vertically, eroding voltage margin, and horizontally, eroding timing margin, until the receiver can no longer reliably distinguish a one from a zero. The whole purpose of equalization is to reopen that eye by reshaping the channel response so that each symbol is decided cleanly, with the contributions of its neighbors removed.

Equalization Strategies

Equalization compensates loss by applying a frequency response that is, ideally, the inverse of the channel's: it boosts the high frequencies the channel attenuates, or it cancels the residual ISI directly. The compensation can be passive or active, and it can sit at the transmitter, at the receiver, or at both ends of the link.

Passive Equalization

A passive equalizer is a fixed network of resistors, capacitors, and sometimes inductors that attenuates low frequencies more than high frequencies, flattening the overall response without supplying gain. It is simple, consumes no power, adds no active noise, and is well suited to moderate loss budgets and cable assemblies. Its limitations are that it cannot add energy, so it reduces the overall signal level, and that its fixed shape cannot adapt to channels that vary from board to board or with temperature.

Feed-Forward Equalization (FFE)

Feed-forward equalization is a finite-impulse-response filter, most often placed in the transmitter, that pre-distorts the outgoing signal. By splitting the drive into weighted, time-shifted taps, the transmitter emphasizes the high-frequency edge content and de-emphasizes the steady levels, so that after the channel rolls the spectrum off, the waveform arrives with a flatter response. Because it acts on known transmitted data, transmitter FFE can address both pre-cursor and post-cursor ISI. Its cost is reduced transmitted swing, since de-emphasis lowers the average launched amplitude.

Continuous-Time Linear Equalization (CTLE)

A continuous-time linear equalizer is an analog filter in the receiver that applies peaking gain around the Nyquist frequency while attenuating low frequencies, again inverting the channel's low-pass character. CTLE is compact and power-efficient and handles a wide span of loss, and modern implementations adapt their peaking to the measured channel. Its principal drawback is that, as a linear amplifier, it boosts noise and crosstalk along with the wanted signal, which limits how aggressively it can be pushed on lossy channels.

Decision-Feedback Equalization (DFE)

A decision-feedback equalizer is a nonlinear receiver structure that cancels ISI using the receiver's own past decisions. After each symbol is sliced, its known value is scaled by tap weights and subtracted from the incoming signal, removing the trailing interference that earlier symbols impose on later ones. The defining advantage of DFE is that, because it subtracts a clean, already-decided level rather than amplifying the analog input, it cancels ISI without amplifying noise or crosstalk. Its limits follow from the same mechanism: it can cancel only post-cursor ISI, not pre-cursor; an incorrect decision can propagate into the following symbols as error propagation; and the feedback loop must settle within a single unit interval, which constrains timing at the highest rates.

Building a Complete Link

No single technique covers every channel, so high-speed receivers combine them. A typical SerDes link pairs transmitter FFE with receiver CTLE and DFE: the FFE and CTLE invert the bulk of the linear loss and open the eye enough for reliable slicing, while the DFE cleans up the residual post-cursor ISI without paying the noise penalty of further linear boost. Because transmitter FFE and CTLE both flatten the channel's low-pass response, they are partly redundant, and the most demanding PAM4 designs allocate gain carefully between them rather than maximizing both. The right split is found through link-budget analysis and statistical eye simulation, which weigh loss, reflections, crosstalk, and jitter together to confirm that the equalized eye meets the standard's mask with adequate margin.

Taken together, an accurate understanding of channel loss, sound measurement of the channel, and a well-chosen mix of passive and active equalization let a link operate far beyond the data rate that the bare channel would allow. The topics in this category develop each part of that chain in depth, from the physics of conductor and dielectric loss through characterization methods to the passive networks and active equalizers that keep modern multi-gigabit links open.