23 #ifndef INCLUDED_DIGITAL_OFDM_CHANEST_VCVC_H 24 #define INCLUDED_DIGITAL_OFDM_CHANEST_VCVC_H 60 typedef boost::shared_ptr<ofdm_chanest_vcvc>
sptr;
81 static sptr make(
const std::vector<gr_complex>& sync_symbol1,
82 const std::vector<gr_complex>& sync_symbol2,
84 int eq_noise_red_len = 0,
85 int max_carr_offset = -1,
86 bool force_one_sync_symbol =
false);
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
boost::shared_ptr< ofdm_chanest_vcvc > sptr
Definition: ofdm_chanest_vcvc.h:60
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71
Estimate channel and coarse frequency offset for OFDM from preamblesInput: OFDM symbols (in frequency...
Definition: ofdm_chanest_vcvc.h:57