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;
79 int eq_noise_red_len = 0,
80 int max_carr_offset = -1,
81 bool force_one_sync_symbol =
false);
The abstract base class for all 'terminal' processing blocks.
Definition gnuradio-runtime/include/gnuradio/block.h:65
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
STL class.
Definition vector_docstub.h:11
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29