 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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;
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;
Definition: corr_est_cc.h:78
@ THRESHOLD_DYNAMIC
Definition: corr_est_cc.h:74
synchronous 1:1 input to output with history
Definition: sync_block.h:25
#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
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
std::shared_ptr< corr_est_cc > sptr
Definition: corr_est_cc.h:81