ISI and the Need for Equalization

Why Equalization?

When a digital signal passes through a frequency-selective channel, the channel impulse response spans multiple symbol periods. Each received sample becomes a superposition of the desired symbol and neighbouring symbols --- a phenomenon called intersymbol interference (ISI). The eye diagram provides a powerful visual diagnostic: ISI narrows the "eye opening," reducing the margin for correct detection. Equalization is the art of undoing this distortion at the receiver.

Definition:

Intersymbol Interference (ISI)

Consider a sequence of transmitted symbols {ak}\{a_k\} passed through a discrete-time channel with impulse response h[n],β€…β€Šn=0,1,…,Lh[n],\; n = 0, 1, \ldots, L, where LL is the channel memory. The received signal (before noise) is

yk=βˆ‘n=0Lh[n] akβˆ’n+Ξ·k=h[0] ak+βˆ‘n=1Lh[n] akβˆ’n⏟ISI+Ξ·ky_k = \sum_{n=0}^{L} h[n]\, a_{k-n} + \eta_k = h[0]\, a_k + \underbrace{\sum_{n=1}^{L} h[n]\, a_{k-n}}_{\text{ISI}} + \eta_k

where Ξ·k\eta_k is additive noise. The ISI term represents the intersymbol interference: energy from symbols akβˆ’1,…,akβˆ’La_{k-1}, \ldots, a_{k-L} that contaminates the detection of aka_k.

ISI is the discrete-time manifestation of frequency selectivity. A flat (frequency-nonselective) channel has L=0L = 0 and produces no ISI.

Definition:

Eye Diagram

The eye diagram is formed by superimposing successive segments of the received baseband waveform, each one symbol period TT long, on the same time axis. Key features include:

  • Eye opening (dmin⁑d_{\min}): the vertical distance between the upper and lower traces at the optimal sampling instant. A larger opening indicates less ISI and greater noise margin.
  • Optimal sampling time: the time within each period where the eye is widest.
  • Timing sensitivity: the slope of the traces at the zero crossings indicates sensitivity to timing jitter.

In the absence of ISI and noise, the eye is fully open. As ISI increases, the eye closes, and eventually reliable detection becomes impossible.

Definition:

Matched-Filter Bound

The matched-filter bound (MFB) is the BER achieved by a matched filter receiver on an ISI-free channel with the same total received energy. For BPSK with channel h[n]h[n]:

BERMFB=Q ⁣(2Ebβˆ‘n=0L∣h[n]∣2N0)\text{BER}_{\text{MFB}} = Q\!\left(\sqrt{\frac{2 E_b \sum_{n=0}^{L} |h[n]|^2}{N_0}}\right)

The MFB serves as a lower bound on achievable BER for any equalizer operating on the same channel: no receiver can do better than collecting all multipath energy coherently with no ISI.

Theorem: Nyquist ISI-Free Criterion (Discrete-Time)

A discrete-time channel with transfer function H(ejΟ‰)H(e^{j\omega}) can support ISI-free transmission at symbol rate 1/T1/T if and only if there exists a receive filter G(ejΟ‰)G(e^{j\omega}) such that the cascade C(ejΟ‰)=H(ejΟ‰) G(ejΟ‰)C(e^{j\omega}) = H(e^{j\omega})\, G(e^{j\omega}) satisfies

c[n]={1,n=00,n≠0c[n] = \begin{cases} 1, & n = 0 \\ 0, & n \neq 0 \end{cases}

Equivalently, the folded spectrum must satisfy

1Tβˆ‘k=βˆ’βˆžβˆžC ⁣(ej(Ο‰βˆ’2Ο€k/T))=1\frac{1}{T}\sum_{k=-\infty}^{\infty} C\!\left(e^{j(\omega - 2\pi k/T)}\right) = 1

for all Ο‰\omega.

The Nyquist criterion demands that the overall impulse response (channel βˆ—* equalizer) has zero crossings at every integer multiple of TT except n=0n = 0. This is the condition for a single "clean" sample per symbol period.

Eye Diagram with ISI

Visualise how a multipath channel closes the eye diagram. Adjust the channel tap h1h_1 (second tap) and noise level to see the effect on the eye opening and detection margin.

Parameters
0.3
20
200

Example: ISI from a Two-Tap Channel

A BPSK signal (ak∈{+1,βˆ’1}a_k \in \{+1, -1\}) is transmitted over a two-tap channel h[0]=1,β€…β€Šh[1]=0.5h[0] = 1,\; h[1] = 0.5. The noise is AWGN with variance Οƒ2\sigma^2.

(a) Write the received signal model.

(b) How many distinct noise-free received levels exist?

(c) Compute the minimum eye opening dmin⁑d_{\min} and compare to the ISI-free case.

ISI Closing the Eye Diagram

Watch the eye diagram progressively close as the channel tap h1h_1 increases from 0 (no ISI) to 0.8 (severe ISI). The vertical eye opening shrinks, reducing the noise margin for reliable detection.
As h1h_1 increases, the four noise-free levels in a two-tap BPSK channel merge, closing the eye and making detection unreliable.

Taxonomy of Equalizer Architectures

Taxonomy of Equalizer Architectures
Overview of equalizer types: linear (ZF, MMSE), nonlinear (DFE, MLSE), and frequency-domain (OFDM). Complexity increases downward; performance increases to the right.

Quick Check

A discrete-time channel has impulse response h[n]=[1,β€…β€Š0.3,β€…β€Šβˆ’0.2]h[n] = [1,\; 0.3,\; -0.2]. What is the channel memory LL?

L=1L = 1

L=2L = 2

L=3L = 3

L=0L = 0 (no ISI)

Common Mistake: Confusing ISI with Noise

Mistake:

Treating ISI as additional noise and simply increasing the noise variance in the matched-filter BER formula. For example, writing BER=Q(2Eb/(N0+PISI))\text{BER} = Q(\sqrt{2E_b/(N_0 + P_{\text{ISI}})}).

Correction:

ISI is deterministic given the transmitted sequence, not random like AWGN. The ISI pattern depends on the specific symbol sequence, creating distinct received levels (as seen in the eye diagram). A proper treatment requires either equalization or sequence detection. The "noise-plus-ISI" approximation is only valid as a rough bound and significantly underestimates BER at high SNR where ISI dominates.

Historical Note: The Origins of Equalization

1960s

The term "equalization" dates back to early telephony, where analog circuits were used to "equalize" (flatten) the frequency response of long telephone lines. Robert Lucky at Bell Labs pioneered automatic adaptive equalization in 1965, demonstrating that a transversal filter could automatically adjust its taps to compensate for channel distortion using a training sequence. Lucky's zero-forcing equalizer was soon followed by the minimum-mean-square-error (MMSE) formulation by Widrow (1967) and the decision-feedback equalizer by Austin (1967). These innovations enabled voiceband modems to operate at data rates that would be impossible without equalization.

Intersymbol Interference (ISI)

Distortion caused by a dispersive channel in which the impulse response spans multiple symbol periods, causing previously transmitted symbols to interfere with the current symbol.

Related: Equalization, Eye Diagram

Eye Diagram

A display formed by overlaying successive symbol-period segments of the received waveform. The vertical opening indicates noise margin, and the horizontal opening indicates timing margin.

Related: Intersymbol Interference (ISI)

Equalization

The process of compensating for the distortion introduced by a dispersive (frequency-selective) channel, typically implemented as a digital filter at the receiver.

Related: Intersymbol Interference (ISI), Zero-Forcing Equalizer, MMSE Equalizer