| .. |
|
.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
|
made compiler happy
|
2025-12-25 12:35:00 +01:00 |
|
cpf_regression_test.cc
|
simpler is better
|
2024-03-26 19:15:45 +01: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
|
print megabits per second
|
2025-12-30 05:56:12 +01:00 |
|
osld_regression_test.cc
|
use merge sort
|
2024-03-08 14:02:17 +01:00 |
|
pac_list_regression_test.cc
|
limit code length to 256
|
2026-02-02 07:54:51 +01:00 |
|
pf_test.cc
|
moved TYPE checks to tests
|
2024-03-24 11:10:49 +01:00 |
|
polar_list_regression_test.cc
|
filter frozen bits from larger code construction
|
2026-02-01 15:44:45 +01:00 |
|
polar_parity_regression_test.cc
|
filter frozen bits from larger code construction
|
2026-02-01 15:44:45 +01:00 |
|
polar_regression_test.cc
|
renamed and updated Bhattacharyya code construction
|
2025-12-28 10:15:55 +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
|
made compiler happy
|
2025-12-25 12:35:00 +01: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
|
added comp argument and test for stability
|
2024-03-08 13:00:40 +01:00 |
|
xorshift_test.cc
|
made compiler happy
|
2025-12-25 12:35:00 +01:00 |