mirror of
https://git.vladimir.cc/vladimir/libfec.git
synced 2026-08-25 17:27:34 +00:00
9 lines
353 B
C
9 lines
353 B
C
int fano(unsigned long *metric, unsigned long *cycles,
|
|
unsigned char *data,const unsigned char *symbols,
|
|
unsigned int nbits,int mettab[2][256],int delta,
|
|
unsigned long maxcycles);
|
|
int encode(unsigned char *symbols,const unsigned char *data,unsigned int nbytes);
|
|
void gen_met(int mettab[2][256],double signal,double noise,double bias,double scale);
|
|
|
|
|