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;
Correlate to a preamble and send time/phase sync info.
Definition: correlate_and_sync_cc.h:65
virtual void set_symbols(const std::vector< gr_complex > &symbols)=0
virtual std::vector< gr_complex > symbols() const =0
static sptr make(const std::vector< gr_complex > &symbols, const std::vector< float > &filter, unsigned int sps, unsigned int nfilts=32)
boost::shared_ptr< correlate_and_sync_cc > sptr
Definition: correlate_and_sync_cc.h:67
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45