fdmdv_put_test_bits working, and reasonable output from fdmdv_demod.c, although not...
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 1 May 2012 06:03:49 +0000 (06:03 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 1 May 2012 06:03:49 +0000 (06:03 +0000)
commit5fa7fb401d95833187240b215a1f67dc29e9c163
tree71d31b7d44774d368e218be869ba515695bdea59
parenta787650ee360d20d514a1368363c3f344badcfbb
fdmdv_put_test_bits working, and reasonable output from fdmdv_demod.c, although not quitethe same as Octave, more work rqd, but good first pass

git-svn-id: https://svn.code.sf.net/p/freetel/code@388 01035d8c-6547-0410-b346-abe4f91aad63
12 files changed:
codec2-dev/octave/README_fdmdv.txt
codec2-dev/octave/fdmdv_demod.m
codec2-dev/octave/fdmdv_demod_c.m [new file with mode: 0644]
codec2-dev/src/Makefile.am
codec2-dev/src/Makefile.in
codec2-dev/src/fdmdv.c
codec2-dev/src/fdmdv.h
codec2-dev/src/fdmdv_demod.c
codec2-dev/src/fdmdv_internal.h
codec2-dev/src/fdmdv_put_test_bits.c [new file with mode: 0644]
codec2-dev/unittest/Makefile.in
codec2-dev/unittest/tfdmdv.c