| .. |
|
.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
|
make gnu compiler happy
|
2024-02-21 07:54:44 +01:00 |
|
bch_regression_test.cc
|
added BCH(127, 64) T=10 example
|
2020-07-31 10:10:38 +02:00 |
|
crc_test.cc
|
make gnu compiler happy
|
2024-02-21 07:54:44 +01:00 |
|
crs_regression_test.cc
|
better not to be clever here
|
2023-06-07 12:27:01 +02:00 |
|
gf_test.cc
|
make gnu compiler happy
|
2024-02-21 07:54:44 +01:00 |
|
hadamard_encoder_test.cc
|
added tests for Simplex and Hadamard encoders
|
2020-06-13 13:28:42 +02:00 |
|
hadamard_regression_test.cc
|
print ambiguity errors
|
2024-02-28 11:31:34 +01:00 |
|
ldpc_regression_test.cc
|
keep ranges symmetric
|
2024-02-10 19:46:25 +01: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
|
use a higher order but less loops
|
2024-02-22 11:15:44 +01:00 |
|
osld_regression_test.cc
|
use a higher order but less loops
|
2024-02-22 11:15:44 +01:00 |
|
polar_list_regression_test.cc
|
removed SCALE constant
|
2024-02-23 16:48:50 +01:00 |
|
polar_regression_test.cc
|
removed SCALE constant
|
2024-02-23 16:48:50 +01: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
|
make gnu compiler happy
|
2024-02-21 07:54:44 +01: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 |
|
simd_sort_regression_test.cc
|
renamed sort.hh to simd_sort.hh
|
2024-03-07 18:31:52 +01:00 |
|
simplex_encoder_test.cc
|
added tests for Simplex and Hadamard encoders
|
2020-06-13 13:28:42 +02:00 |
|
simplex_regression_test.cc
|
print ambiguity errors
|
2024-02-28 11:31:34 +01:00 |
|
soft_bch_regression_test.cc
|
print ambiguity errors
|
2024-02-28 11:31:34 +01:00 |
|
sort_regression_test.cc
|
made random seeding optional
|
2024-03-08 10:08:21 +01:00 |