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:86
boost::shared_ptr< corr_est_cc > sptr
Definition: corr_est_cc.h:88
static sptr make(const std::vector< gr_complex > &symbols, float sps, unsigned int mark_delay, float threshold=0.9)
virtual std::vector< gr_complex > symbols() const =0
virtual void set_symbols(const std::vector< gr_complex > &symbols)=0
Definition: corr_est_cc.h:29