[feat](trx-rs): port FT2 hybrid LDPC decoder

This commit is contained in:
2026-03-14 21:15:20 +01:00
parent 0b97329f63
commit e6a78d0ec0
3 changed files with 896 additions and 9 deletions
+2
View File
@@ -16,6 +16,8 @@ void ldpc_decode(float codeword[], int max_iters, uint8_t plain[], int* ok);
void bp_decode(float codeword[], int max_iters, uint8_t plain[], int* ok);
void decode174_91_osd(float llr[], int keff, int maxosd, int norder, uint8_t apmask[], uint8_t message91[], uint8_t cw[], int* ntype, int* nharderror, float* dmin);
#ifdef __cplusplus
}
#endif