Added colorbar to spectrogram for magnitude measurement.
[debian/gnuradio] / gnuradio-examples / python / digital / README
index adc3fe0783d50e115e777d5eaa6a0a129a6655fd..904a64895b0777f3abab50640556a7246d98bfe6 100644 (file)
@@ -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
@@ -75,3 +75,10 @@ Likewise, on machine B:
 
 This now uses a carrier sense MAC, so you should be able to ssh
 between the machines, web browse, etc.
+
+* run_length.py: This program takes a single argument '-f FILE' and
+outputs the number of runs of similar bits within the file. It is
+useful as a diagnostic tool when experimenting with line coding or
+whitening algorithms.
+
+