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