diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 17:10:12 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 17:10:12 -0400 |
commit | 2656ad175c70322902b960db5ac649c7bbfa0572 (patch) | |
tree | bf7c5eb83fb9948be31d43fb86f69b3709449e27 /gr-vocoder/python | |
parent | 34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db (diff) |
docs: adding README.vocoder and a Doxygen page for the vocoder block.
Diffstat (limited to 'gr-vocoder/python')
-rw-r--r-- | gr-vocoder/python/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-vocoder/python/__init__.py b/gr-vocoder/python/__init__.py index eb5fa6fc12..c5477b2bea 100644 --- a/gr-vocoder/python/__init__.py +++ b/gr-vocoder/python/__init__.py @@ -19,5 +19,10 @@ # Boston, MA 02110-1301, USA. # +''' +This is the gr-vocoder package. This package includes the various +vocoder blocks in GNU Radio. +''' + from vocoder_swig import * from cvsd import * |