 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
27 #ifndef INCLUDED_VITERBI_H
28 #define INCLUDED_VITERBI_H
41 void gen_met(
int mettab[2][256],
50 unsigned char encstate);
60 unsigned char* outbuf);
FEC_API void viterbi_chunks_init(struct viterbi_state *state)
Definition: gr-fec/include/gnuradio/fec/viterbi.h:35
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:37
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
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:43
unsigned long path
Definition: gr-fec/include/gnuradio/fec/viterbi.h:36