| .. |
|
.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 DVB-S2X FULL BCH(32767, 32587) T=12
|
2018-10-29 10:07:28 +01:00 |
|
crc_test.cc
|
moved crc and xorshift from DSP to CODE repository
|
2018-09-20 08:36:45 +02:00 |
|
gf_test.cc
|
added Galois field arithmetic
|
2018-09-20 14:06:57 +02:00 |
|
ldpc_regression_test.cc
|
getting rid of obsolete version
|
2019-10-01 22:17:04 +02:00 |
|
Makefile
|
added example how to test with a cross-compiler
|
2018-12-12 12:13:58 +01:00 |
|
mls_test.cc
|
added test for the Maximum length sequence
|
2020-05-29 12:37:23 +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 encoder and syndrome decoder for short BCH codes
|
2020-06-07 18:28:25 +02:00 |
|
short_bch_code_encoder_test.cc
|
added encoder and syndrome decoder for short BCH codes
|
2020-06-07 18:28:25 +02:00 |
|
short_bch_code_regression_test.cc
|
added encoder and syndrome decoder for short BCH codes
|
2020-06-07 18:28:25 +02:00 |
|
simplex_regression_test.cc
|
these codes are short ..
|
2020-06-08 10:15:50 +02:00 |
|
soft_bch_regression_test.cc
|
also return codeword unmodulated
|
2020-06-09 09:24:05 +02:00 |