1 /*
2   FILE....: H_256_512_4.h
3 
4   Static arrays for LDPC codec H_256_512_4, generated by ldpc_gen_c_h_file.m.
5 */
6 
7 #define H_256_512_4_NUMBERPARITYBITS 256
8 #define H_256_512_4_MAX_ROW_WEIGHT 4
9 #define H_256_512_4_CODELENGTH 512
10 #define H_256_512_4_NUMBERROWSHCOLS 256
11 #define H_256_512_4_MAX_COL_WEIGHT 4
12 #define H_256_512_4_DEC_TYPE 0
13 #define H_256_512_4_MAX_ITER 100
14 
15 extern const uint16_t H_256_512_4_H_rows[];
16 extern const uint16_t H_256_512_4_H_cols[];
17 extern const float H_256_512_4_input[];
18 extern const char H_256_512_4_detected_data[];
19 
20