From 46168fbd1e3dfb68cafe2b512641c67e2a6b5d80 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 13 Sep 2011 12:28:57 -0400 Subject: digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested and working with new dbpsk,dqpsk,d8psk. --- gr-digital/examples/benchmark_tx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-digital/examples/benchmark_tx.py') 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 -- cgit