Making old and new digital modulations completely seperable by adding modulation_util...
authorTom Rondeau <trondeau@vt.edu>
Sun, 14 Mar 2010 21:32:23 +0000 (17:32 -0400)
committerTom Rondeau <trondeau@vt.edu>
Sun, 14 Mar 2010 21:32:23 +0000 (17:32 -0400)
commitb53bc1395bd2e8b1ad8a34c583d36fb4ddda7629
tree5f1dd8dff1cabaf055c23097f335e2295c5840df
parent8c163c9cca7aa39862c8c8eb19a3e0a18c61a661
Making old and new digital modulations completely seperable by adding modulation_utils2 so only new modulator blocks work with the version 2 of everything. Also changed some internal names for clarity.
gnuradio-core/src/python/gnuradio/Makefile.am
gnuradio-core/src/python/gnuradio/blks2impl/dbpsk2.py
gnuradio-core/src/python/gnuradio/blks2impl/dqpsk2.py
gnuradio-core/src/python/gnuradio/modulation_utils2.py [new file with mode: 0644]
gnuradio-examples/python/digital/benchmark_qt_loopback2.py
gnuradio-examples/python/digital/benchmark_qt_rx2.py
gnuradio-examples/python/digital/benchmark_rx2.py
gnuradio-examples/python/digital/benchmark_tx2.py