Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_ofdm_frame_acquisition.h @ 6551f537

History | View | Annotate | Download (4.8 kB)

# Date Author Comment
5a4b9ba9 05/22/2009 09:22 pm Eric Blossom

Doc fixes.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5

ed236703 05/22/2009 04:11 pm Eric Blossom

doc fixes! work-in-progress

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5

2869e858 02/26/2008 11:02 pm Tom Rondeau

merged -r7836:7846 from trondeau/ofdmtiming to trunk. This fixes the big issues in transmitting OFDM over the air with 1 preamble symbol. Still some smaller issues left.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7848 221aa14e-8319-0410-a670-987f0aec2ac5

cda71d95 01/24/2008 04:29 pm Eric Blossom

Doc fixes from Firas.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7504 221aa14e-8319-0410-a670-987f0aec2ac5

ce165145 01/02/2008 05:35 pm Tom Rondeau

Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to hier_block2 in blks2impl and removed from blksimpl. The new code
implements a decision feedback sync loop to lock the phase/freq, removes two unnecessary premables and performs frame sync and equalization off...