23 #ifndef INCLUDED_DIGITAL_CORR_EST_CC_CC_H 24 #define INCLUDED_DIGITAL_CORR_EST_CC_CC_H 88 typedef boost::shared_ptr<corr_est_cc>
sptr;
102 static sptr make(
const std::vector<gr_complex> &symbols,
103 float sps,
unsigned int mark_delay,
float threshold=0.9);
105 virtual std::vector<gr_complex> symbols()
const = 0;
106 virtual void set_symbols(
const std::vector<gr_complex> &symbols) = 0;
108 virtual unsigned int mark_delay()
const = 0;
109 virtual void set_mark_delay(
unsigned int mark_delay) = 0;
111 virtual float threshold()
const = 0;
112 virtual void set_threshold(
float threshold) = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
boost::shared_ptr< corr_est_cc > sptr
Definition: corr_est_cc.h:88
Include this header to use the message passing features.
Definition: logger.h:695
Correlate stream with a pre-defined sequence and estimate peak.
Definition: corr_est_cc.h:85
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37