diff options
author | jcorgan | 2007-09-04 13:21:24 +0000 |
---|---|---|
committer | jcorgan | 2007-09-04 13:21:24 +0000 |
commit | 42c1bfdc72b29f18c5a750a07959d4cc760411b4 (patch) | |
tree | b23f3eda52a9de83ed508b60909fa06d163447fc /gnuradio-examples/python/digital/limbo/README | |
parent | 60d88c4aef7c5c1851028046eb67fdfe162c82c4 (diff) | |
download | gnuradio-42c1bfdc72b29f18c5a750a07959d4cc760411b4.tar.gz gnuradio-42c1bfdc72b29f18c5a750a07959d4cc760411b4.tar.bz2 gnuradio-42c1bfdc72b29f18c5a750a07959d4cc760411b4.zip |
Cleanup on gnuradio-examples restructuring.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6287 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital/limbo/README')
-rw-r--r-- | gnuradio-examples/python/digital/limbo/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnuradio-examples/python/digital/limbo/README b/gnuradio-examples/python/digital/limbo/README deleted file mode 100644 index fe48f4358..000000000 --- a/gnuradio-examples/python/digital/limbo/README +++ /dev/null @@ -1,12 +0,0 @@ -Files in here are in various states of disrepair and/or have been -superceded by revised code in the directory above. - -They're here until we figure out what to do with them. - - -* gmsk_test.py: stand-alone program that exercises the GMSK packet tx -and rx code. The two halves are connected with a simulated noisy -channel. It's easy to add extra instrumentation to log various internal -states. We used a variant of this code to get this working in the -first place. - |