Go to the source code of this file.
Classes | |
struct | viterbi_state |
Functions | |
int | gen_met (int mettab[2][256], int amp, double esn0, double bias, int scale) |
unsigned char | encode (unsigned char *symbols, unsigned char *data, unsigned int nbytes, unsigned char encstate) |
void | viterbi_chunks_init (struct viterbi_state *state) |
void | viterbi_butterfly2 (unsigned char *symbols, int mettab[2][256], struct viterbi_state *state0, struct viterbi_state *state1) |
unsigned char | viterbi_get_output (struct viterbi_state *state, unsigned char *outbuf) |
unsigned char encode | ( | unsigned char * | symbols, | |
unsigned char * | data, | |||
unsigned int | nbytes, | |||
unsigned char | encstate | |||
) |
int gen_met | ( | int | mettab[2][256], | |
int | amp, | |||
double | esn0, | |||
double | bias, | |||
int | scale | |||
) |
void viterbi_butterfly2 | ( | unsigned char * | symbols, | |
int | mettab[2][256], | |||
struct viterbi_state * | state0, | |||
struct viterbi_state * | state1 | |||
) |
void viterbi_chunks_init | ( | struct viterbi_state * | state | ) |
unsigned char viterbi_get_output | ( | struct viterbi_state * | state, | |
unsigned char * | outbuf | |||
) |