aicodix___code/tests
Ahmet Inan ed4fe54ee9 experimenting with ordered reliability message bits
wanted to see if this can be exploited for graceful degradation but the
effect is minimal. order of reliability does not matter, but order of
decoding of message bits gives a very marginal effect.
This means that the probability of an errornous decode of a message bit
at the beginning is less likely than at the end, as a single error will
produce a cascade effect that breaks all later decoded bits.
2023-07-07 15:12:29 +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
crs_regression_test.cc better not to be clever here 2023-06-07 12:27:01 +02:00
gf_test.cc added reference implementation and exhaustive testing 2023-04-20 14:04:32 +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 optimize for Raspberry Pi 4 2023-05-05 14:20:00 +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 added polar code reliability sequence constructor 2023-07-07 10:24:32 +02:00
polar_regression_test.cc experimenting with ordered reliability message bits 2023-07-07 15:12:29 +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
sequence.h set frozen bits from a reliability sequence 2023-06-18 09:41:46 +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