12#ifndef INCLUDED_DIGITAL_OFDM_SYNC_SC_CFB_H 
   13#define INCLUDED_DIGITAL_OFDM_SYNC_SC_CFB_H 
   55    typedef std::shared_ptr<ofdm_sync_sc_cfb> 
sptr;
 
   65    make(
int fft_len, 
int cp_len, 
bool use_even_carriers = 
false, 
float threshold = 0.9);
 
 
Schmidl & Cox synchronisation for OFDM.
Definition ofdm_sync_sc_cfb.h:53
std::shared_ptr< ofdm_sync_sc_cfb > sptr
Definition ofdm_sync_sc_cfb.h:55
virtual void set_threshold(float threshold)=0
virtual float threshold() const =0
static sptr make(int fft_len, int cp_len, bool use_even_carriers=false, float threshold=0.9)
#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