24 #ifndef INCLUDED_DIGITAL_CORRELATE_AND_SYNC_CC_H
25 #define INCLUDED_DIGITAL_CORRELATE_AND_SYNC_CC_H
67 typedef boost::shared_ptr<correlate_and_sync_cc>
sptr;
79 static sptr make(
const std::vector<gr_complex>& symbols,
80 const std::vector<float>& filter,
82 unsigned int nfilts = 32);
84 virtual std::vector<gr_complex> symbols()
const = 0;
85 virtual void set_symbols(
const std::vector<gr_complex>& symbols) = 0;
boost::shared_ptr< correlate_and_sync_cc > sptr
Definition: correlate_and_sync_cc.h:67
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
Correlate to a preamble and send time/phase sync info.
Definition: correlate_and_sync_cc.h:64