summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio/blks2impl/ofdm.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau2011-10-121-299/+0
|
* digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵Tom Rondeau2011-07-171-32/+43
| | | | to master. Moved new versions under gr-digital.
* Added QPSK constellation object.Ben Reynwar2011-01-311-3/+3
|
* Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object.Ben Reynwar2011-01-301-2/+2
|
* Modified python level OFDM to use constellation object.Ben Reynwar2011-01-301-43/+32
|
* Adjusting structure a bit to redistribute responsibilities. This does not ↵trondeau2008-04-151-3/+4
| | | | | | change the behavior or performance at all. The sync. block only calculates the frequency and timing signals and now outputs the fine frequency adjustment signal from output 0 and the timing signal for the start of the packet from output 1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8198 221aa14e-8319-0410-a670-987f0aec2ac5
* merged -r7836:7846 from trondeau/ofdmtiming to trunk. This fixes the big ↵trondeau2008-02-261-17/+4
| | | | | | 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
* Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to ↵trondeau2008-01-021-0/+311
| | | | | | | | | | | 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 single preamble symbol. Also adds/updates Python plotting tools and a branchless clip algorithm in gr_math.h. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7324 221aa14e-8319-0410-a670-987f0aec2ac5
* Remove non-converted OFDM code from blks2impl (examples still use blks, not ↵jcorgan2007-10-181-305/+0
| | | | | | blks2.) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6649 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6461:6464 from jcorgan/t162-staging into trunk.jcorgan2007-09-181-0/+305
* Final gr.top_block and gr.hier_block2 implementation inside gnuradio-core/src/lib/runtime * Implementation of gr.hier_block2 versions of all the old-style blocks in blks. These live in blks2. * Addition of gr.hier_block2 based versions of gr-wxgui blocks * Conversion of all the example code in gnuradio-examples to use this new code * Conversion of all the gr-utils scripts to use the new code The OFDM examples and related hierarchical blocks have not yet been converted. Code in the rest of the tree that is outside the core and example components has also not yet been converted. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6466 221aa14e-8319-0410-a670-987f0aec2ac5