diff options
author | trondeau | 2008-01-02 17:35:35 +0000 |
---|---|---|
committer | trondeau | 2008-01-02 17:35:35 +0000 |
commit | ce16514534e5d7ebbc4fe46e2b09a25ccc5fdafd (patch) | |
tree | 2d9ae1179cb26f213125accabaea8eb05d63f109 /AUTHORS | |
parent | 481636b7be1462dc9f1909ac4700002af63dc8c0 (diff) | |
download | gnuradio-ce16514534e5d7ebbc4fe46e2b09a25ccc5fdafd.tar.gz gnuradio-ce16514534e5d7ebbc4fe46e2b09a25ccc5fdafd.tar.bz2 gnuradio-ce16514534e5d7ebbc4fe46e2b09a25ccc5fdafd.zip |
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
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
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ Andrew Thomas Beck <Andrew.Beck@postgrads.unisa.edu.au> bugfixes Joshua Lackey <jl@noether.uoregon.edu> Original GMSK implementation. Johnathan Corgan <jcorgan@corganenterprises.com> Build system, ongoing stuff, release manager Bdale Garbee <bdale@gag.com> Debian release packages +Tom Rondeau <trondeau@vt.edu> Mostly digital waveforms and a little bit of trouble |