diff options
author | trondeau | 2006-12-26 22:47:47 +0000 |
---|---|---|
committer | trondeau | 2006-12-26 22:47:47 +0000 |
commit | 7ca5ed6eea81906e4145ae38766d8d51e7c111d2 (patch) | |
tree | fadcbb77c71bb6c85a17f7c3dcde65ee11c67dc1 /gnuradio-examples/python | |
parent | 1b57a6db754487283026e3c2bab615a00ccfff84 (diff) | |
download | gnuradio-7ca5ed6eea81906e4145ae38766d8d51e7c111d2.tar.gz gnuradio-7ca5ed6eea81906e4145ae38766d8d51e7c111d2.tar.bz2 gnuradio-7ca5ed6eea81906e4145ae38766d8d51e7c111d2.zip |
minor typo fix
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4199 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python')
-rw-r--r-- | gnuradio-examples/python/digital/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital/README b/gnuradio-examples/python/digital/README index adc3fe078..61801f73d 100644 --- a/gnuradio-examples/python/digital/README +++ b/gnuradio-examples/python/digital/README @@ -1,6 +1,6 @@ Quick overview of what's here: -* benchmark_tx.py: generates packets of the size you +* benchmark_rx.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 |