summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-02-07 18:25:06 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2007-02-07 18:25:06 +0000
commit698e8712bf0da4cca8fc7677bb867ea851a9f014 (patch)
tree0f5e35472c2f5e18423ae8f22428d9a3e481452d /gnuradio-examples/python
parent9f502aa5f040b15b6d6e76d26a1dce3cb1a90f96 (diff)
Typo fix.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4407 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python')
-rw-r--r--gnuradio-examples/python/digital/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-examples/python/digital/README b/gnuradio-examples/python/digital/README
index 5382498f55..904a64895b 100644
--- a/gnuradio-examples/python/digital/README
+++ b/gnuradio-examples/python/digital/README
@@ -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