aboutsummaryrefslogtreecommitdiff
path: root/src/H_128_256_5.h
blob: e243c34f95e8881dfd32683f5c9f3985d21e257e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
  FILE....: H_128_256_5.h

  Static arrays for LDPC codec H_128_256_5, generated by ldpc_gen_c_h_file.m.
*/

#define H_128_256_5_NUMBERPARITYBITS 128
#define H_128_256_5_MAX_ROW_WEIGHT 5
#define H_128_256_5_CODELENGTH 256
#define H_128_256_5_NUMBERROWSHCOLS 128
#define H_128_256_5_MAX_COL_WEIGHT 5
#define H_128_256_5_DEC_TYPE 0
#define H_128_256_5_MAX_ITER 100

#include <stdint.h>

extern const uint16_t H_128_256_5_H_rows[];
extern const uint16_t H_128_256_5_H_cols[];
extern const float H_128_256_5_input[];
extern const char H_128_256_5_detected_data[];