 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
15 #ifndef INCLUDED_VITERBI_H
16 #define INCLUDED_VITERBI_H
29 void gen_met(
int mettab[2][256],
38 unsigned char encstate);
48 unsigned char* outbuf);
FEC_API void viterbi_chunks_init(struct viterbi_state *state)
Definition: gr-fec/include/gnuradio/fec/viterbi.h:23
FEC_API void gen_met(int mettab[2][256], int amp, double esn0, double bias, int scale)
FEC_API void viterbi_butterfly2(unsigned char *symbols, int mettab[2][256], struct viterbi_state *state0, struct viterbi_state *state1)
FEC_API unsigned char encode(unsigned char *symbols, unsigned char *data, unsigned int nbytes, unsigned char encstate)
long metric
Definition: gr-fec/include/gnuradio/fec/viterbi.h:25
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
FEC_API unsigned char viterbi_get_output(struct viterbi_state *state, unsigned char *outbuf)
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
unsigned long path
Definition: gr-fec/include/gnuradio/fec/viterbi.h:24