discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Channel estimation/equalization in OFDM


From: Mohammed Karmoose
Subject: [Discuss-gnuradio] Channel estimation/equalization in OFDM
Date: Wed, 21 Aug 2013 11:33:26 +0200

Dear All,

I've been trying to investigate how channel estimation works in OFDM based on the implementation provided in Gnuradio for OFDM transmission. I found that it was done in the block digital_ofdm_frame_acquisition.cc/h. As I understand, the digital_ofdm_frame_acquisition::calculate_equalizer does the job: based on known transmitted symbols (stored in d_known_symbol) and received symbols (stored in symbol), the inverse of the channel coefficient can be obtained according an equation similar to the following:

channel_coefficient = symbol/d_known_symbol

However, there are two differences in the implementation in relation to this equation: 1) the block computes the inverse of the channel coefficient (d_known_symbol/symbol), and 2) there is a frequency compensation term (coasre_freq_comp) which basically rotates the complex samples by phase corresponding to the frequency deviation and obtained via the preceding sync block. One final note is that channel coefficient is obtained in every other tab, and the coefficient in the inter-taps are obtained via linear interpolation of the acquired channels.

Now, my questions are as follows:

1) Does this explanation seems correct?

2) By modifying the VERBOSE variable to be equal to 1 in digital_ofdm_frame_acquisition.cc, the block also plots the estimated channel coefficients in the following order: transmitted symbol --> known symbol --> estimated channel inverse --> output). I noticed that when using a file source/sink to store/receive packets from OFDM benchmark transmitter and receiver, the channel coefficients are still not equal to 1, despite the fact that no receive noise nor wireless fading occurs. What do these coefficients represent?

3) Are the obtained coefficients eligible to be used in further precoding of transmitted packets, assuming that the channel between Tx/Rx is reciprocal, and that a receiver can switch roles with the transmitter?

Thank you

--

---------------------------------------------------

Mohammed Hassan Karmoose
Teaching Assistant, Electrical Engineering Dept.
Faculty of Engineering, Alexandria University
Al-Horeya Rd, El-Hadara, Alexandria, Egypt - 21544
Tel: (++203)592-1852Fax: (++203)592-1853
Email: m_address@hiddenlexu.edu.eg

reply via email to

[Prev in Thread] Current Thread [Next in Thread]