21#ifndef INCLUDED_LTE_LAYER_DEMAPPER_VCVC_IMPL_H
22#define INCLUDED_LTE_LAYER_DEMAPPER_VCVC_IMPL_H
36 void handle_msg(pmt::pmt_t msg);
38 void demap_1_ant(gr_complex* out,
const gr_complex * in,
int len);
39 void demap_2_ant(gr_complex* out,
const gr_complex * in,
int len);
40 void demap_4_ant(gr_complex* out,
const gr_complex * in,
int len);
47 int work(
int noutput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
Definition layer_demapper_vcvc_impl.h:30
layer_demapper_vcvc_impl(std::string &name, int N_ant, int vlen, std::string style)
int get_N_ant()
Definition layer_demapper_vcvc_impl.h:52
void set_decoding_style(std::string style)
std::string get_decoding_style()
Definition layer_demapper_vcvc_impl.h:54
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~layer_demapper_vcvc_impl()
void set_N_ant(int N_ant)
Layer Demapper.
Definition layer_demapper_vcvc.h:41
Definition bch_crc_check_ant_chooser_bb.h:28