cohpsk_ch cmd line channel simulator partially written and working as expected with...
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 28 May 2015 09:16:22 +0000 (09:16 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 28 May 2015 09:16:22 +0000 (09:16 +0000)
commitc5dda472f8c9e80b7bcd2a878219220cbb4d343d
tree1dae50d835bd1e738fa2cc904abff8b6c6ab7d67
parent961a6390c366bf2e982ff024b1b51b7b2e88af6f
cohpsk_ch cmd line channel simulator partially written and working as expected with awgn and fading channels, next step is to interface codec

git-svn-id: https://svn.code.sf.net/p/freetel/code@2158 01035d8c-6547-0410-b346-abe4f91aad63
codec2-dev/octave/make_hilb.m [new file with mode: 0644]
codec2-dev/octave/tcohpsk.m
codec2-dev/src/CMakeLists.txt
codec2-dev/src/codec2_cohpsk.h
codec2-dev/src/cohpsk_ch.c [new file with mode: 0644]
codec2-dev/src/cohpsk_demod.c
codec2-dev/src/cohpsk_mod.c
codec2-dev/src/cohpsk_put_test_bits.c
codec2-dev/src/ht_coeff.h [new file with mode: 0644]
codec2-dev/unittest/test_cohpsk_ch.c