From: drowe67 Date: Thu, 19 Apr 2018 07:31:27 +0000 (+0000) Subject: all codec2-dev building OK X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=d5d9cee120b08d3092fce6b5795c66842e9f8992;p=freetel-svn-tracking.git all codec2-dev building OK git-svn-id: https://svn.code.sf.net/p/freetel/code@3508 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/CMakeLists.txt b/codec2-dev/src/CMakeLists.txt index 18ce356a..44727032 100644 --- a/codec2-dev/src/CMakeLists.txt +++ b/codec2-dev/src/CMakeLists.txt @@ -367,7 +367,7 @@ target_link_libraries(cohpsk_put_test_bits ${CMAKE_REQUIRED_LIBRARIES} codec2) add_executable(cohpsk_ch cohpsk_ch.c) target_link_libraries(cohpsk_ch ${CMAKE_REQUIRED_LIBRARIES} codec2) -add_executable(ldpc_enc ldpc_enc.c) +add_executable(ldpc_enc ldpc_enc.c mpdecode_core.c) target_link_libraries(ldpc_enc ${CMAKE_REQUIRED_LIBRARIES}) add_executable(ldpc_dec ldpc_dec.c mpdecode_core.c) diff --git a/codec2-dev/src/test_bits_ofdm.h b/codec2-dev/src/test_bits_ofdm.h index 1d54ed8c..423626e5 100644 --- a/codec2-dev/src/test_bits_ofdm.h +++ b/codec2-dev/src/test_bits_ofdm.h @@ -1,15 +1,15 @@ /* Generated by test_bits_ofdm_file() Octave function */ const int test_bits_ofdm[]={ + 1, 0, 0, + 1, 0, + 1, 0, 0, - 0, - 0, - 0, - 0, + 1, 0, 0, 0, @@ -356,7 +356,7 @@ const int payload_data_bits[]={ 0 }; -const int codeword[]={ +const int test_codeword[]={ 1, 1, 0, @@ -580,6 +580,5 @@ const int codeword[]={ 0, 1, 0, - 0, 0 };