Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-examples / python / digital / README
index 9d8a404976e84f186c60c49773419533ebd9ebc7..904a64895b0777f3abab50640556a7246d98bfe6 100644 (file)
@@ -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.
+
+