Go to the source code of this file.
|
| gr |
| GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
|
|
| gr::fec |
|
|
FEC_API void | gr::fec::gen_met (int mettab[2][256], int amp, double esn0, double bias, int scale) |
|
FEC_API unsigned char | gr::fec::encode (unsigned char *symbols, unsigned char *data, unsigned int nbytes, unsigned char encstate) |
|
FEC_API void | gr::fec::viterbi_chunks_init (struct viterbi_state *state) |
|
FEC_API void | gr::fec::viterbi_butterfly2 (unsigned char *symbols, int mettab[2][256], struct viterbi_state *state0, struct viterbi_state *state1) |
|
FEC_API unsigned char | gr::fec::viterbi_get_output (struct viterbi_state *state, unsigned char *outbuf) |
|