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);
67 virtual void set_threshold(
float threshold) = 0;
68 virtual float threshold()
const = 0;
Schmidl & Cox synchronisation for OFDM.
Definition: ofdm_sync_sc_cfb.h:52
std::shared_ptr< ofdm_sync_sc_cfb > sptr
Definition: ofdm_sync_sc_cfb.h:55
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
Hierarchical container class for gr::block's and gr::hier_block2's.
Definition: hier_block2.h:33