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,
81 unsigned int sps,
unsigned int nfilts=32);
83 virtual std::vector<gr_complex> symbols()
const = 0;
84 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
Include this header to use the message passing features.
Definition: logger.h:695
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