summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/benchmark_qt_rx2.py
AgeCommit message (Collapse)Author
2010-03-14Fixing copyright of a couple of stragglers.Tom Rondeau
2010-03-14Fixing copyright dates.Tom Rondeau
2010-03-14Making old and new digital modulations completely seperable by adding ↵Tom Rondeau
modulation_utils2 so only new modulator blocks work with the version 2 of everything. Also changed some internal names for clarity.
2010-03-13Fixing call to usrp_receive_path2.Tom Rondeau
2010-03-13Adding version 2 of receive path so as not to affect old dbpsk and dqpsk ↵Tom Rondeau
operations.
2010-03-06Fixing how new pick_bitrate is used.Tom Rondeau
2010-02-09Arbitrary bit rates seems to be working.Tom Rondeau
2010-01-02Adding a routine to exercise the new DBPSK receiver code with the QT GUI.Tom