From bc105a1ea4de1ba98fcbd7dfeac7b45b2a0ce5c3 Mon Sep 17 00:00:00 2001 From: jblum Date: Fri, 1 May 2009 20:33:09 +0000 Subject: Merged developer branch for digital r10900:10941 Creates generic usrp class abstraction for usrp and usrp2. Common command line options for usrp devices. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10942 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-examples/python/digital/rx_voice.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnuradio-examples/python/digital/rx_voice.py') diff --git a/gnuradio-examples/python/digital/rx_voice.py b/gnuradio-examples/python/digital/rx_voice.py index 729265282..fa9e50b8e 100755 --- a/gnuradio-examples/python/digital/rx_voice.py +++ b/gnuradio-examples/python/digital/rx_voice.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2005,2006 Free Software Foundation, Inc. +# Copyright 2005,2006,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -35,7 +35,6 @@ import sys # from current dir from receive_path import receive_path -import fusb_options #import os #print os.getpid() @@ -108,8 +107,6 @@ def main(): for mod in demods.values(): mod.add_options(expert_grp) - fusb_options.add_options(expert_grp) - parser.set_defaults(bitrate=50e3) # override default bitrate default (options, args) = parser.parse_args () -- cgit