Changeset 4407
- Timestamp:
- 02/07/07 11:25:06
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/gnuradio-examples/python/digital/README
r4391 r4407 1 1 Quick overview of what's here: 2 2 3 * benchmark_ rx.py: generates packets of the size you3 * benchmark_tx.py: generates packets of the size you 4 4 specify and sends them across the air using the USRP. Known to work 5 5 well using the USRP with the RFX transceiver daughterboards. … … 9 9 line argument. The legal values for <modulation> are gmsk, dbpsk and dqpsk. 10 10 11 * benchmark_ tx.py: the receiver half of benchmark_tx.py.11 * benchmark_rx.py: the receiver half of benchmark_tx.py. 12 12 Command line arguments are pretty much the same as rx. Works well 13 13 with a USRP and RFX transceiver daughterboards. Will also work
