diff options
Diffstat (limited to 'src/H_2064_516_sparse.h')
| -rw-r--r-- | src/H_2064_516_sparse.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/H_2064_516_sparse.h b/src/H_2064_516_sparse.h new file mode 100644 index 0000000..0c489ba --- /dev/null +++ b/src/H_2064_516_sparse.h @@ -0,0 +1,22 @@ +/* + FILE....: ../src/H_2064_516_sparse.h + + Static arrays for CML LDPC codec, generated + by test_ldpc_fsk.m:simple_ut(). + +*/ + +#include <stdint.h> + +#define NUMBERPARITYBITS 516 +#define MAX_ROW_WEIGHT 12 +#define CODELENGTH 2580 +#define NUMBERROWSHCOLS 2064 +#define MAX_COL_WEIGHT 3 +#define DEC_TYPE 0 +#define MAX_ITER 10 + +extern const uint16_t H_2064_516_sparse_H_rows[]; +extern const uint16_t H_2064_516_sparse_H_cols[]; +extern const float H_2064_516_sparse_input[]; +extern const char H_2064_516_sparse_detected_data[]; |
