summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authortrondeau2008-01-02 17:35:35 +0000
committertrondeau2008-01-02 17:35:35 +0000
commitce16514534e5d7ebbc4fe46e2b09a25ccc5fdafd (patch)
tree2d9ae1179cb26f213125accabaea8eb05d63f109 /AUTHORS
parent481636b7be1462dc9f1909ac4700002af63dc8c0 (diff)
downloadgnuradio-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--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e0bd7a7d1..e030f7b7c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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