Equalization
Learn how the effect of a wireless channel is removed through the equalization process.
We'll cover the following
After the insertion of the CP, the signal is ready to be sent over the wireless channel. This is done through a process known as upconversion in which the modulated signal is mixed with a sinusoid of a particular frequency intended for the signal.
Role of channel estimates
We have learned that a linear convolution occurs between the transmitted signal (that has a cyclic prefix attached) and the wireless channel .
This is true for . We have also investigated in an earlier lesson why this results in their spectral product. At the FFT output, we have
for . Clearly, each symbol is distorted by a complex number . To recover all symbols, we either need to know the wireless channel coefficient or its DFT .
For this purpose, known sequences (pilots or training) are sent along with the information symbols. At locations where the symbols are known, the channel can be estimated as:
Equalizer
Since all the remaining locations at which the data symbols are known, these channel estimates can be used as:
Let’s see this process in code. To avoid complexity, we assume that channel estimates are already available at the receiver.
Get hands-on with 1400+ tech skills courses.