21#ifndef INCLUDED_LTE_SUBBLOCK_DEINTERLEAVER_VFVF_IMPL_H
22#define INCLUDED_LTE_SUBBLOCK_DEINTERLEAVER_VFVF_IMPL_H
33 int d_items_per_group;
34 static const int d_perm_vec[];
35 std::vector<int> d_interleaved_pos;
36 std::vector<int> subblock_interleaver_prototype(
int len);
43 int work(
int noutput_items,
44 gr_vector_const_void_star &input_items,
45 gr_vector_void_star &output_items);
Definition subblock_deinterleaver_vfvf_impl.h:30
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~subblock_deinterleaver_vfvf_impl()
subblock_deinterleaver_vfvf_impl(int num_groups, int items_per_group, std::string &name)
Deinterleave groups of items according to LTE subblock interleaver.
Definition subblock_deinterleaver_vfvf.h:37
Definition bch_crc_check_ant_chooser_bb.h:28