23 #ifndef INCLUDED_TRELLIS_INTERLEAVER_H
24 #define INCLUDED_TRELLIS_INTERLEAVER_H
36 std::vector<int> d_INTER;
37 std::vector<int> d_DEINTER;
44 int K ()
const {
return d_K; }
45 const std::vector<int> &
INTER ()
const {
return d_INTER; }
46 const std::vector<int> &
DEINTER ()
const {
return d_DEINTER; }
47 void write_interleaver_txt(std::string filename);