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;
76 static sptr make(
int fft_len,
int cp_len,
bool use_even_carriers=
false,
79 virtual void set_threshold(
float threshold) = 0;
80 virtual float threshold()
const = 0;
Schmidl & Cox synchronisation for OFDM.
Definition: ofdm_sync_sc_cfb.h:64
boost::shared_ptr< ofdm_sync_sc_cfb > sptr
Definition: ofdm_sync_sc_cfb.h:67
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: logger.h:695
Hierarchical container class for gr::block's and gr::hier_block2's.
Definition: hier_block2.h:46