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);