11 #ifndef INCLUDED_SATELLITES_VITERBI_DECODER_H 12 #define INCLUDED_SATELLITES_VITERBI_DECODER_H 14 #include <gnuradio/block.h> 18 namespace satellites {
28 typedef boost::shared_ptr<viterbi_decoder>
sptr;
38 static sptr make(
int constraint,
const std::vector<int>& polynomials);
Definition: ax100_decode.h:17
Viterbi decoder.
Definition: viterbi_decoder.h:25
boost::shared_ptr< viterbi_decoder > sptr
Definition: viterbi_decoder.h:28
#define SATELLITES_API
Definition: api.h:31