diff options
author | Tom Rondeau | 2011-09-13 12:28:57 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-09-13 12:28:57 -0400 |
commit | 46168fbd1e3dfb68cafe2b512641c67e2a6b5d80 (patch) | |
tree | efd8140b2f4d0e2e59253a275d3a4b99fc952510 /gr-digital/examples/benchmark_tx.py | |
parent | 74f835a3168db5336d36e6c9651eb5d6a0d35ec4 (diff) | |
download | gnuradio-46168fbd1e3dfb68cafe2b512641c67e2a6b5d80.tar.gz gnuradio-46168fbd1e3dfb68cafe2b512641c67e2a6b5d80.tar.bz2 gnuradio-46168fbd1e3dfb68cafe2b512641c67e2a6b5d80.zip |
digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested and working with new dbpsk,dqpsk,d8psk.
Diffstat (limited to 'gr-digital/examples/benchmark_tx.py')
-rwxr-xr-x | gr-digital/examples/benchmark_tx.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/examples/benchmark_tx.py b/gr-digital/examples/benchmark_tx.py index e5d24915a..92013a532 100755 --- a/gr-digital/examples/benchmark_tx.py +++ b/gr-digital/examples/benchmark_tx.py @@ -20,8 +20,8 @@ # Boston, MA 02110-1301, USA. # -from gnuradio import gr, gru -from gnuradio import usrp +from gnuradio import gr +from gnuradio import uhd from gnuradio import eng_notation from gnuradio.eng_option import eng_option from optparse import OptionParser |