23 #ifndef INCLUDED_TRELLIS_INTERLEAVER_H
24 #define INCLUDED_TRELLIS_INTERLEAVER_H
40 std::vector<int> d_INTER;
41 std::vector<int> d_DEINTER;
49 int K ()
const {
return d_K; }
50 const std::vector<int> &
INTER()
const {
return d_INTER; }
51 const std::vector<int> &
DEINTER()
const {
return d_DEINTER; }
52 void write_interleaver_txt(std::string filename);
const std::vector< int > & DEINTER() const
Definition: gr-trellis/include/gnuradio/trellis/interleaver.h:51
INTERLEAVER class.
Definition: gr-trellis/include/gnuradio/trellis/interleaver.h:36
int K() const
Definition: gr-trellis/include/gnuradio/trellis/interleaver.h:49
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
const std::vector< int > & INTER() const
Definition: gr-trellis/include/gnuradio/trellis/interleaver.h:50