merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and example...
authortrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 7 Apr 2007 01:31:18 +0000 (01:31 +0000)
committertrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 7 Apr 2007 01:31:18 +0000 (01:31 +0000)
commit36c0ba64703776f4cc2a77adc00740b05e0b055d
tree0d0fd755be5069d373c816b46441328d3447d4b0
parentabda07ea005562a7031ddeec80f86595632de889
merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and example code

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4906 221aa14e-8319-0410-a670-987f0aec2ac5
18 files changed:
config/grc_gr_cvsd_vocoder.m4 [new file with mode: 0644]
configure.ac
gnuradio-examples/python/digital_voice/Makefile.am
gnuradio-examples/python/digital_voice/cvsd_test.py [new file with mode: 0755]
gr-cvsd-vocoder/Makefile.am [new file with mode: 0644]
gr-cvsd-vocoder/src/Makefile.am [new file with mode: 0644]
gr-cvsd-vocoder/src/lib/Makefile.am [new file with mode: 0644]
gr-cvsd-vocoder/src/lib/__init__.py [new file with mode: 0644]
gr-cvsd-vocoder/src/lib/cvsd_decode_bs.cc [new file with mode: 0644]
gr-cvsd-vocoder/src/lib/cvsd_decode_bs.h [new file with mode: 0644]
gr-cvsd-vocoder/src/lib/cvsd_encode_sb.cc [new file with mode: 0644]
gr-cvsd-vocoder/src/lib/cvsd_encode_sb.h [new file with mode: 0644]
gr-cvsd-vocoder/src/lib/cvsd_vocoder.i [new file with mode: 0644]
gr-cvsd-vocoder/src/python/Makefile.am [new file with mode: 0644]
gr-cvsd-vocoder/src/python/cvsd.py [new file with mode: 0644]
gr-cvsd-vocoder/src/python/encdec.py [new file with mode: 0755]
gr-cvsd-vocoder/src/python/qa_cvsd_vocoder.py [new file with mode: 0755]
gr-cvsd-vocoder/src/python/run_tests.in [new file with mode: 0644]