Re: OFDM with ICI Frequency Equalization
OK, I am transmitting CP-OFDM signal over time-varying frequency selective channel. The received signal in the time-domain and after removing the CP can be written as y=H*x+n. In case of time-invariant frequency selective channels, H is circulant matrix, because the channel taps remain constant over one OFDM block. Which means the orthogonality between sub carriers maintained in the frequency domain, and the frequency samples can be written as Yk=Hk*Xk+Nk for k=0,...,N-1, where Yk, Hk, Xk, and Nk are the kth frequency sample of the received signal, channel, transmitted signal, and AWGN, respectively.
In the case of time-varying channel, H is no longer circulant, which implies that each frequency sample is interfered by all other samples, i.e.,: the orthogonality between the subcarriers destroyed which results in ICI. The optimum solution in this system is ML receiver, whose complexity is very high for practical values of N, because the solution space is now 2^N at least!!. So, instead, I arrange the received samples as [Y0 Y1 ... YN-1]^T and do MMSE equalization to it in the frequency domain to reduce the effect of ICI before doing symbol-by-symbol detection. This solution is suboptimal, but should give good results, and eliminate the error floor.
Hope this help
If you have specific questions, I am glad to answer them.
Thanks