24 #ifndef INCLUDED_DIGITAL_CORRELATE_AND_SYNC_CC_H
25 #define INCLUDED_DIGITAL_CORRELATE_AND_SYNC_CC_H
76 static sptr make(
const std::vector<gr_complex> &symbols,
77 const std::vector<float> &filter,
78 unsigned int sps,
unsigned int nfilts=32);
80 virtual std::vector<gr_complex> symbols()
const = 0;
81 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:64
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
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:61