mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
24 lines
575 B
C++
24 lines
575 B
C++
/*
|
|
FILE....: HRA_112_112.h
|
|
|
|
Static arrays for LDPC codec HRA_112_112, generated by ldpc_gen_c_h_file.m.
|
|
*/
|
|
|
|
#define HRA_112_112_NUMBERPARITYBITS 112
|
|
#define HRA_112_112_MAX_ROW_WEIGHT 3
|
|
#define HRA_112_112_CODELENGTH 224
|
|
#define HRA_112_112_NUMBERROWSHCOLS 112
|
|
#define HRA_112_112_MAX_COL_WEIGHT 3
|
|
#define HRA_112_112_DEC_TYPE 0
|
|
#define HRA_112_112_MAX_ITER 100
|
|
|
|
namespace FreeDV
|
|
{
|
|
|
|
extern const uint16_t HRA_112_112_H_rows[];
|
|
extern const uint16_t HRA_112_112_H_cols[];
|
|
extern const float HRA_112_112_input[];
|
|
extern const char HRA_112_112_detected_data[];
|
|
|
|
} // FreeDV
|