discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: Improvement to OFDM receiver synchronization code


From: Dominik Auras
Subject: [Discuss-gnuradio] Re: Improvement to OFDM receiver synchronization code (ofdm_sync_pn)
Date: Mon, 21 Jul 2008 19:08:55 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Hi Kylie,

This has also been proposed by Minn et. al in their paper "On timing offset estimation for OFDM systems". They showed that this method also improves the variance of the estimator.

The modification is quite simple:
R(d) = 0.5 * sum over full window |r(d+m)|^2.

I think, normally the correlation power should always be less or equal to the signal power. But if you have very small powers near zero that can't be precisely described with your current operands' bitwidth, the calculated power value may become smaller which yields a ratio greater than 1.0.

However, we have never experienced such problems with our OFDM system except for offline debugging scenarios. Over the air, the presence of noise will probably avoid this problem.

Dominik




reply via email to

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