Re: LMMSE estimation



Thanks alot Arthur for your reply.
But actually I'm following & implementing HIPERLAN/2 standard and hence
I'm using a preamble to estimate the channel .. I didn't got through
the tracking using pilots yet.

Thanks again

Hany


Arthur wrote:
You might want to try DFT based interpolation too, I have just
implemented it, seems to work fine

"DFT-based channel estimation in 2D-pilot-symbol-aided OFDM wireless
systems"
Fernandez-Getino Garcia, M.J. Paez-Borrallo, J.M. Zazo, S.
Vehicular Technology Conference, 2001. VTC 2001 Spring. IEEE VTS 53rd

Regards,
Arthur,

Hany wrote:
Hello ALL,

I'm trying to simulate a LMMSE equalizer for OFDM signal.

The general equation requires the calculation of (X.X^H) where X is
the transmitted signal OR >>-----> X is the diagonal matrix containing
the transmitted signal..!

And X^H is the hermitian of X (hermitian is the conjugate transpose of
the matrix)

I'm actually using the DL preamble to estimate the channel (as
HIPERLAN/2 says) so >>---> (X) would equal to this preamble vector..
Example : DL_Preamble = [1 -1 -1 1 -1 1 1 -1] "a vector of the
subcarriers"
then X = [1 -1 -1 1 -1 1 1 -1];
the diagonal matrix would be :
[1 0 0 0 0 0 0 0
0 -1 0 0 0 0 0 0
0 0 -1 0 0 0 0 0
0 0 0 1 0 0 0 0
0 0 0 0 -1 0 0 0
0 0 0 0 0 1 0 0
0 0 0 0 0 0 1 0
0 0 0 0 0 0 0 -1];

the matrix multiplication of this matrix and it's hermitian could not
be done on MATLAB .. it gives a matrix with "Inf" elements...!

Could anybody try this simple operation and help please...

How can I calculate this term in order to perform a LMMSE equalizer..

Thanks a lot

Hany

.



Relevant Pages

  • Re: LMMSE estimation
    ... I have also implemented IEEE802.11a channel estimation with preamble. ... preamble after FFT operation in OFDM receiver, ... transmitted preamble before the IFFT operation in OFDM transmitter. ...
    (comp.dsp)
  • Re: Wireless link, reliable preamble end detection?
    ... I have decided on Viterbi encoding the data and then encapsulating that ... All that I can code fine it's the preamble, ... The current format of the preamble is a single repeating byte of ... Can the channel be cleaned up? ...
    (sci.electronics.design)
  • Re: channel estimation in ofdm using preamble
    ... In ofdma the preamble is of 2 symbol long first one consist of 4 shorth ... and then long of some sequence. ... response of channel to train equalizer? ... Take the FFT of both symbols of the long portion of the preamble. ...
    (comp.dsp)
  • channel estimation in ofdm using preamble
    ... In ofdma the preamble is of 2 symbol long first one consist of 4 shorth ... and then long of some sequence. ... how do we use second symbol preamble to find the freq ... response of channel to train equalizer? ...
    (comp.dsp)