11#ifndef INCLUDED_DIGITAL_CORR_EST_CC_CC_H
12#define INCLUDED_DIGITAL_CORR_EST_CC_CC_H
81 typedef std::shared_ptr<corr_est_cc>
sptr;
115 virtual std::vector<gr_complex>
symbols()
const = 0;
Definition corr_est_cc.h:79
virtual unsigned int mark_delay() const =0
virtual void set_mark_delay(unsigned int mark_delay)=0
static sptr make(const std::vector< gr_complex > &symbols, float sps, unsigned int mark_delay, float threshold=0.9, tm_type threshold_method=THRESHOLD_ABSOLUTE)
virtual float threshold() const =0
std::shared_ptr< corr_est_cc > sptr
Definition corr_est_cc.h:81
virtual void set_symbols(const std::vector< gr_complex > &symbols)=0
virtual std::vector< gr_complex > symbols() const =0
virtual void set_threshold(float threshold)=0
sync_block(void)
Definition sync_block.h:28
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
tm_type
Correlate stream with a pre-defined sequence and estimate peak.
Definition corr_est_cc.h:73
@ THRESHOLD_ABSOLUTE
Definition corr_est_cc.h:75
@ THRESHOLD_DYNAMIC
Definition corr_est_cc.h:74
Definition adaptive_algorithm.h:22
GNU Radio logging wrapper.
Definition basic_block.h:29