blob: 0c489ba2e85b69b4ba76915b4e8c1be5c889d8d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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[];
|