Decision feedback equalizers
What Are Decision Feedback Equalizers?
Decision feedback equalizers (DFEs) are nonlinear adaptive filters used in digital communication receivers to mitigate intersymbol interference (ISI), the distortion that arises when successive transmitted symbols blur together due to multipath propagation, limited channel bandwidth, or cable dispersion. Unlike linear equalizers, which apply a fixed filter to the received signal, a DFE feeds previously detected symbol decisions back through a second filter and subtracts the estimated ISI contribution from future samples. Because those past decisions are hard-quantized and therefore free of additive noise, the feedback filter operates on cleaner data than any purely linear approach can achieve, making DFEs particularly effective in channels with deep spectral nulls or severe frequency-selective fading.
The DFE architecture was introduced in the 1960s and gained prominence as digital modems for telephone channels and coaxial cable required equalization performance beyond what transversal linear equalizers could provide. The structure was formalized in mathematical terms by Austin (1967) and Monsen (1971), who derived the optimal setting for the feedback filter coefficients and showed that the DFE achieves a lower minimum mean-squared error than any linear equalizer operating at the same complexity.
Structure and Operation
A DFE consists of two filters: a feedforward filter and a feedback filter, connected to a slicer (symbol decision device) that quantizes the equalized signal to the nearest constellation point. The feedforward filter, typically a fractionally-spaced finite-impulse-response (FIR) filter, processes incoming samples at rates equal to or higher than the symbol rate to suppress precursor ISI. Its output feeds the slicer, which produces a hard decision on each symbol.
That hard decision is passed to the feedback filter, which models the causal (post-cursor) portion of the channel impulse response. The feedback filter's output is subtracted from the feedforward filter's output before the next slicer decision, canceling the ISI that past symbols impose on the current symbol. As described in the ScienceDirect overview of decision feedback equalizers, the key advantage of this arrangement is that the feedback filter operates on noiseless quantized levels rather than on noisy analog samples, preventing additive noise from being amplified by the cancellation process.
Adaptive Training and Coefficient Optimization
In practice, DFE coefficients must be adapted to match an unknown or time-varying channel. Training-based adaptation uses a known sequence of transmitted symbols (the training sequence) to minimize the mean-squared error between the equalizer output and the reference signal, typically using the least-mean-squares (LMS) or recursive-least-squares (RLS) algorithm. Once the channel estimate has converged, the equalizer switches to decision-directed mode, using its own symbol decisions as a pseudo-reference to continue tracking slow channel variations.
Research published through the IEEE journal on decision feedback equalization theory and practice establishes that the MMSE-optimal feedback filter coefficients correspond to the causal part of the channel impulse response computed after the feedforward filter has whitened the noise spectrum, providing a principled framework for joint optimization of both filter stages.
Performance and Error Propagation
The principal limitation of a DFE is error propagation: if the slicer makes an incorrect decision, the wrong symbol is fed back into the feedback filter, generating a sequence of compounding errors that can persist until the correct decision resumes. Error propagation is most acute in high-order modulation schemes with tightly spaced constellation points and in channels with strong post-cursor ISI relative to precursor ISI.
Techniques to mitigate error propagation include decision delay (using a delayed version of the slicer output to reduce the probability that a single error cascades), turbo equalization as described in IEEE research on iterative detection and decoding methods, and soft-output DFEs that pass reliability information to an outer channel decoder rather than committing to a hard symbol decision.
Applications
Decision feedback equalizers are used across a range of high-speed communication and storage channels, including:
- Wireline broadband access over DSL and cable modem systems with severe multipath distortion
- High-speed serializer-deserializer (SerDes) interfaces in backplane and chip-to-chip links
- Wireless receivers for IEEE 802.11 Wi-Fi and cellular standards operating in frequency-selective fading channels
- Optical fiber communication links at 100 Gbps and above, where chromatic dispersion introduces ISI
- Magnetic storage read channels, where the recording medium introduces controlled ISI requiring equalization