X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-examples%2Fpython%2Fdigital%2FREADME;h=904a64895b0777f3abab50640556a7246d98bfe6;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=9d8a404976e84f186c60c49773419533ebd9ebc7;hpb=b78ae1de4d9bbde942e5e7556630d7ccd8161c30;p=debian%2Fgnuradio diff --git a/gnuradio-examples/python/digital/README b/gnuradio-examples/python/digital/README index 9d8a4049..904a6489 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. + +