24#ifndef INCLUDED_DIGITAL_OFDM_SYNC_SC_CFB_H
25#define INCLUDED_DIGITAL_OFDM_SYNC_SC_CFB_H
67 typedef boost::shared_ptr<ofdm_sync_sc_cfb>
sptr;
77 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:65
boost::shared_ptr< ofdm_sync_sc_cfb > sptr
Definition ofdm_sync_sc_cfb.h:67
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)
Hierarchical container class for gr::block's and gr::hier_block2's.
Definition hier_block2.h:46
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46