aicodix___code/tests
2022-04-07 21:36:38 +02:00
..
.gitignore moved crc and xorshift from DSP to CODE repository 2018-09-20 08:36:45 +02:00
bch_decoder_test.cc fixed compilation for g++ and stay c++11 compatible 2018-10-25 08:37:52 +02:00
bch_encoder_test.cc broke the long list of minpolys 2018-09-29 11:43:24 +02:00
bch_regression_test.cc added BCH(127, 64) T=10 example 2020-07-31 10:10:38 +02:00
crc_test.cc added more examples and references 2021-06-08 13:37:29 +02:00
gf_test.cc added Galois field arithmetic 2018-09-20 14:06:57 +02:00
hadamard_encoder_test.cc added tests for Simplex and Hadamard encoders 2020-06-13 13:28:42 +02:00
hadamard_regression_test.cc doubled loops 2020-06-12 12:06:41 +02:00
ldpc_regression_test.cc the 2/3 LDPC code uses T=10 BCH code in DVB 2021-07-22 09:24:45 +02:00
Makefile use -O2 with -ffast-math and -ftree-vectorize 2022-04-07 21:36:38 +02:00
mls_test.cc added test for the Maximum length sequence 2020-05-29 12:37:23 +02:00
osd_regression_test.cc relax range requirement for soft inputs to full range 2020-08-07 08:13:08 +02:00
polar_list_regression_test.cc use short code and a larger list with fixed-point 2021-07-13 13:45:06 +02:00
polar_regression_test.cc use uint32_t for the frozen bits 2021-07-13 10:50:06 +02:00
rs_decoder_test.cc fixed compilation for g++ and stay c++11 compatible 2018-10-25 08:37:52 +02:00
rs_encoder_test.cc handle data and parity seperate in both BCH and RS 2018-09-27 13:55:54 +02:00
rs_regression_test.cc fixed compilation for g++ and stay c++11 compatible 2018-10-25 08:37:52 +02:00
short_bch_code_decoder_test.cc added BCH(31, 16) T=3 for testing 2020-06-15 07:33:21 +02:00
short_bch_code_encoder_test.cc added BCH(31, 16) T=3 for testing 2020-06-15 07:33:21 +02:00
short_bch_code_regression_test.cc added BCH(31, 16) T=3 for testing 2020-06-15 07:33:21 +02:00
simplex_encoder_test.cc added tests for Simplex and Hadamard encoders 2020-06-13 13:28:42 +02:00
simplex_regression_test.cc only point out decoder errors if decoder is sure 2020-06-09 14:37:55 +02:00
soft_bch_regression_test.cc added BCH(31, 16) T=3 for testing 2020-06-15 07:33:21 +02:00