I am using the WLAN Tool Box of #Matlab V2107b.
A term named CSI for each data subcarrier is defined as
CSI(i) = H(i) X conj(H(i)) + N(i)
H(i) = channel estimate of ith subcarrier
N(i) = noise estimate of ith subcarrier
After obtaining the softbits thru QAM demodulation, these softbits from every subcarrier are multiplied by their corresponding CSI.
I am not able to understand why there is a need for such multiplication. Neither I could find any reference.
Regards
Well I found this reference where it says that soft Viterbi could be used with additional channel state information.
http://ieeexplore.ieee.org/document/793537/
I guess that's why the softbits are multiplied by respective CSI before feeding them to deinterleaver!
your multiplication is performing a circular convolution with the channel power spectrum.. the channel and its matched filter response to account for the spectral response of the channel while minimizing observation noise in the channel estimate. This same trick was used in GSM, where the mid-amble probed the channel and then convolved channel response with matched filter to be matched filter for received signal and then the Viterbi trellis estimated the transmitted sequence using the state described channel determined by the probe.
happy new year
fred
New year Wishes to you too :)
To be honest I couldn't understand your answer at all ... could you please share some link for details.
https://ocw.mit.edu/courses/electrical-engineering...
Chapter 8.3. (in particular equations 8.21, 8.27)
Intuitively, you should multiply the soft-bit information with the SNR to place more trust in the bits coming from clean symbols/subcarriers, compared to the bits coming from noisy symbols/subcarriers.
Hope this helps
Thanks much. Its very clear now.