blob: 588e61789bac4847a82cb1ad11c47a7b18026e6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
FILE....: H_4096_8192_3d.h
Static arrays for LDPC codec H_4096_8192_3d, generated by ldpc_gen_c_h_file.m.
*/
#define H_4096_8192_3d_NUMBERPARITYBITS 4096
#define H_4096_8192_3d_MAX_ROW_WEIGHT 9
#define H_4096_8192_3d_CODELENGTH 8192
#define H_4096_8192_3d_NUMBERROWSHCOLS 4096
#define H_4096_8192_3d_MAX_COL_WEIGHT 13
#define H_4096_8192_3d_DEC_TYPE 0
#define H_4096_8192_3d_MAX_ITER 100
extern const uint16_t H_4096_8192_3d_H_rows[];
extern const uint16_t H_4096_8192_3d_H_cols[];
extern const float H_4096_8192_3d_input[];
extern const char H_4096_8192_3d_detected_data[];
|