summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/README
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python/digital/README')
-rw-r--r--gnuradio-examples/python/digital/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnuradio-examples/python/digital/README b/gnuradio-examples/python/digital/README
index 61801f73d1..5382498f55 100644
--- a/gnuradio-examples/python/digital/README
+++ b/gnuradio-examples/python/digital/README
@@ -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.
+
+