11#ifndef INCLUDED_DIGITAL_OFDM_CHANEST_VCVC_H 
   12#define INCLUDED_DIGITAL_OFDM_CHANEST_VCVC_H 
   47    typedef std::shared_ptr<ofdm_chanest_vcvc> 
sptr;
 
   76    static sptr make(
const std::vector<gr_complex>& sync_symbol1,
 
   77                     const std::vector<gr_complex>& sync_symbol2,
 
   79                     int eq_noise_red_len = 0,
 
   80                     int max_carr_offset = -1,
 
   81                     bool force_one_sync_symbol = 
false);
 
 
block(void)
Definition gnuradio-runtime/include/gnuradio/block.h:806
Definition ofdm_chanest_vcvc.h:45
static sptr make(const std::vector< gr_complex > &sync_symbol1, const std::vector< gr_complex > &sync_symbol2, int n_data_symbols, int eq_noise_red_len=0, int max_carr_offset=-1, bool force_one_sync_symbol=false)
std::shared_ptr< ofdm_chanest_vcvc > sptr
Definition ofdm_chanest_vcvc.h:47
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
Definition adaptive_algorithm.h:22
GNU Radio logging wrapper.
Definition basic_block.h:29