init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user