aicodix___code/tests
2024-02-09 09:20:32 +01: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 print frame error rate 2024-02-09 09:20:32 +01:00
osld_regression_test.cc print frame error rate 2024-02-09 09:20:32 +01:00
polar_list_regression_test.cc align parity bits accordingly 2024-01-21 11:07:52 +01:00
polar_regression_test.cc added polar code reliability sequence constructor 2023-07-07 10:24:32 +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 use 3/10-rate sequence from TwoInt project 2023-07-14 10:29:39 +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