Typo fix.
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 7 Feb 2007 18:25:06 +0000 (18:25 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 7 Feb 2007 18:25:06 +0000 (18:25 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4407 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/python/digital/README

index 5382498f55f91d65262c57a82cdc0267ea923d94..904a64895b0777f3abab50640556a7246d98bfe6 100644 (file)
@@ -1,6 +1,6 @@
 Quick overview of what's here:
 
-* benchmark_rx.py: generates packets of the size you
+* benchmark_tx.py: generates packets of the size you
 specify and sends them across the air using the USRP.  Known to work
 well using the USRP with the RFX transceiver daughterboards.
 You can specify the bitrate to use with the -r <bitrate> command line
@@ -8,7 +8,7 @@ parameter.  The default is 500k.  Some machines will do 1M or more.
 You can select the modulation to use with the -m <modulation> command
 line argument.  The legal values for <modulation> are gmsk, dbpsk and dqpsk.
 
-* benchmark_tx.py: the receiver half of benchmark_tx.py.
+* benchmark_rx.py: the receiver half of benchmark_tx.py.
 Command line arguments are pretty much the same as rx.  Works well
 with a USRP and RFX transceiver daughterboards.  Will also work
 with TVRX daugherboard, but you'll need to fiddle with the gain.  See