679#ifndef INCLUDED_LTE_PRE_DECODER_VCVC_H
680#define INCLUDED_LTE_PRE_DECODER_VCVC_H
683#include <gnuradio/sync_block.h>
700 typedef boost::shared_ptr<pre_decoder_vcvc>
sptr;
715 static sptr make(
int rxant,
int N_ant,
int vlen, std::string style);
#define LTE_API
Definition api.h:30
Pre Decoder for LTE.
Definition pre_decoder_vcvc.h:698
virtual std::string get_decoding_style()=0
boost::shared_ptr< pre_decoder_vcvc > sptr
Definition pre_decoder_vcvc.h:700
static sptr make(int rxant, int N_ant, int vlen, std::string style)
Return a shared_ptr to a new instance of lte::mimo_pre_decoder.
virtual int get_N_ant()=0
virtual void set_decoding_style(std::string style)=0
virtual void set_N_ant(int N_ant)=0
Definition bch_crc_check_ant_chooser_bb.h:28