Equalization

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 14

Equalization techniques

Equalization compensates for intersymbol interference (ISI) to improve received signal quality created by multipath modulation bandwidth exceeds the coherence bandwidth of the radio channel delay characteristics. Equalizers must be adaptive since the channel is generally unknown and time varying. the term equalization can be used to describe any signal processing operation that minimizes 151

Mon84]. Since the mobile fading channel is random and time varying, equalizers must track the time varying characteristics of the mobile channel, and thus are called adaptive equalizers.

The general operating modes of an adaptive equalizer include training and tracking. First, a known, fixed-length training sequence is sent by the transmitter so that the receiver's equalizer may average to a proper setting. The training sequence is typically a pseudorandom binary signal or a fixed, prescribed bit pattern. Immediately following this training sequence, the user data (which may or may not include coding bits) is sent, and the adaptive equalizer at the receiver utilizes a recursive algorithm to evaluate the channel and estimate filter coefficients to compensate for the channel , when the training sequence is finished, the filter coefficients are near the optimal values for reception of user data. As user data are received, the adaptive algorithm of the equalizer tracks the changing Channel As a consequence, the adaptive equalizer is continually changing its filter characteristics over time.

Equalizers require periodic retraining in order to maintain effective 151 cancellation, and are commonly used in digital communication systems where user data is segmented into short time blocks. Time division multiple access (TDMA) wireless systems are particularly well suited for equalizers.

simplified communications system using an adaptive equalizer at the Rx

The signal received by the equalizer may be expressed as y (t) = x (t) * f (t) + nb (t) . (1) f the impulse response of the equalizer is heq (t) , then the output of the equalizer is d^(t) = x(t) *f(t) * heq (t) + nb (t ) * heq (t) = x(t) *g(t) + nb (t ) * heq (t) .. (2) where g(t) = f(t) * heq (t) The complex baseband impulse response of a transversal filter equalizer is given by heq (t) = cn (t-nT)..(3)

The desired output of the equalizer is x(t), Assume that nb (t ) = 0. Then,g (t) must be equal to g(t) = f(t) * heq (t) = (t) .. (4) The goal of equalization is to satisfy the equation (4) In the frequency domain, equation (4) can be expressed as Heq(f)F(f) = I.(5) Equation (5) indicates that an equalizer is actually an inverse filter of the channel

A Generic Adaptive Equalizer


An adaptive equalizer is a time-varying filter which must constantly be retuned. The adaptive algorithm is controlled by the error signal ek. ek = dk - d^k dk is either an exact scaled replica of the transmitted signal xk or which represents a known property of the transmitted signal.

The adaptive algorithm uses ek to minimize a cost function and updates the equalizer weights in a manner that iteratively reduces the cost function. For example, the least mean squares (LMS) algorithm searches for the optimum or near-optimum filter weights by performing the following iterative operation:
New weights = Previous weights + (constant) x (Previous error) x (Current input vector)

where
Previous error = Previous desired output Previous actual output

You might also like