23 #ifndef INCLUDED_DIGITAL_CORR_EST_CC_CC_H
24 #define INCLUDED_DIGITAL_CORR_EST_CC_CC_H
27 #include <gnuradio/sync_block.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;
#define AIS_API
Definition: api.h:30
Correlate stream with a pre-defined sequence and estimate peak.
Definition: corr_est_cc.h:85
boost::shared_ptr< corr_est_cc > sptr
Definition: corr_est_cc.h:88