commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] gnuradio-examples/python/usrp usrp_rx_nogui.py


From: Johnathan Corgan
Subject: [Commit-gnuradio] gnuradio-examples/python/usrp usrp_rx_nogui.py
Date: Sun, 02 Jul 2006 22:11:39 +0000

CVSROOT:        /sources/gnuradio
Module name:    gnuradio-examples
Changes by:     Johnathan Corgan <jcorgan>      06/07/02 22:11:39

Modified files:
        python/usrp    : usrp_rx_nogui.py 

Log message:
        Fixed typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnuradio-examples/python/usrp/usrp_rx_nogui.py?cvsroot=gnuradio&r1=1.1&r2=1.2

Patches:
Index: usrp_rx_nogui.py
===================================================================
RCS file: /sources/gnuradio/gnuradio-examples/python/usrp/usrp_rx_nogui.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- usrp_rx_nogui.py    2 Jul 2006 21:59:15 -0000       1.1
+++ usrp_rx_nogui.py    2 Jul 2006 22:11:39 -0000       1.2
@@ -5,13 +5,13 @@
 from optparse import OptionParser
 
 """
-This example application demostrates receiving and demodulating 
+This example application demonstrates receiving and demodulating 
 different types of signals using the USRP. 
 
 A receive chain is built up of the following signal processing
 blocks:
 
-USRP  - Daughterboard source generating complex baseband signal.
+USRP  - Daughter board source generating complex baseband signal.
 CHAN  - Low pass filter to select channel bandwidth
 RFSQL - RF squelch zeroing output when input power below threshold
 AGC   - Automatic gain control leveling signal at [-1.0, +1.0]
@@ -30,12 +30,12 @@
 
 The following are optional command line parameters:
 
--R SUBDEV      Daughterboard specification, defaults to first found
+-R SUBDEV       Daughter board specification, defaults to first found
 -c FREQ                Calibration offset.  Gets added to receive frequency.
                Defaults to 0.0 Hz.
 -g GAIN                Daughterboard gain setting. Defaults to mid-range.
--o RATE                Soundcard output rate. Defaults to 32000. Useful if
-                your soundcard only accepts particular sample rates.
+-o RATE         Sound card output rate. Defaults to 32000. Useful if
+                your sound card only accepts particular sample rates.
 -r RFSQL       RF squelch in db. Defaults to -50.0.
 -p FREQ                CTCSS frequency.  Opens squelch when tone is present.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]