 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
virtual float threshold() const =0
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
virtual void set_threshold(float threshold)=0
Schmidl & Cox synchronisation for OFDM.
Definition: ofdm_sync_sc_cfb.h:53
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:34
static sptr make(int fft_len, int cp_len, bool use_even_carriers=false, float threshold=0.9)