Zero-forcing equalizer

Summary

The zero-forcing equalizer is a form of linear equalization algorithm used in communication systems which applies the inverse of the frequency response of the channel. This form of equalizer was first proposed by Robert Lucky.

The zero-forcing equalizer applies the inverse of the channel frequency response to the received signal, to restore the signal after the channel.[1] It has many useful applications. For example, it is studied heavily for IEEE 802.11n (MIMO) where knowing the channel allows recovery of the two or more streams which will be received on top of each other on each antenna. The name zero-forcing corresponds to bringing down the intersymbol interference (ISI) to zero in a noise-free case. This will be useful when ISI is significant compared to noise.

For a channel with frequency response the zero-forcing equalizer is constructed by . Thus the combination of channel and equalizer gives a flat frequency response and linear phase .

In reality, zero-forcing equalization does not work in most applications, for the following reasons:

  1. Even though the channel impulse response has finite length, the impulse response of the equalizer needs to be infinitely long
  2. At some frequencies the received signal may be weak. To compensate, the magnitude of the zero-forcing filter ("gain") grows very large. As a consequence, any noise added after the channel gets boosted by a large factor and destroys the overall signal-to-noise ratio. Furthermore, the channel may have zeros in its frequency response that cannot be inverted at all. (Gain * 0 still equals 0).

This second item is often the more limiting condition. These problems are addressed in the linear MMSE equalizer[2] by making a small modification to the denominator of : , where k is related to the channel response and the signal SNR.

Algorithm edit

If the channel response (or channel transfer function) for a particular channel is H(s) then the input signal is multiplied by the reciprocal of it. This is intended to remove the effect of channel from the received signal, in particular the intersymbol interference (ISI).

The zero-forcing equalizer removes all ISI, and is ideal when the channel is noiseless. However, when the channel is noisy, the zero-forcing equalizer will amplify the noise greatly at frequencies f where the channel response H(j2πf) has a small magnitude (i.e. near zeroes of the channel) in the attempt to invert the channel completely. A more balanced linear equalizer in this case is the minimum mean-square error equalizer, which does not usually eliminate ISI completely but instead minimizes the total power of the noise and ISI components in the output.

References edit

  1. ^ Jon Mark and Weihua Zhuang (2003). "Ch. 4". Wireless Communications and Networking. Prentice Hall. p. 139. ISBN 0-13-040905-7.
  2. ^ Jon Mark and Weihua Zhuang (2003). "Ch. 4". Wireless Communications and Networking. Prentice Hall. p. 143. ISBN 0-13-040905-7.