23 #ifndef INCLUDED_DIGITAL_CORR_EST_CC_CC_H 24 #define INCLUDED_DIGITAL_CORR_EST_CC_CC_H 93 typedef boost::shared_ptr<corr_est_cc>
sptr;
109 static sptr make(
const std::vector<gr_complex>& symbols,
111 unsigned int mark_delay,
112 float threshold = 0.9,
115 virtual std::vector<gr_complex> symbols()
const = 0;
116 virtual void set_symbols(
const std::vector<gr_complex>& symbols) = 0;
118 virtual unsigned int mark_delay()
const = 0;
119 virtual void set_mark_delay(
unsigned int mark_delay) = 0;
121 virtual float threshold()
const = 0;
122 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:93
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Definition: corr_est_cc.h:86
Definition: corr_est_cc.h:90
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
Definition: corr_est_cc.h:87
tm_type
Correlate stream with a pre-defined sequence and estimate peak.
Definition: corr_est_cc.h:85