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,
 
  113                     tm_type threshold_method = THRESHOLD_ABSOLUTE);
 
  115    virtual std::vector<gr_complex> 
symbols() 
const = 0;
 
  116    virtual void set_symbols(
const std::vector<gr_complex>& symbols) = 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
 
synchronous 1:1 input to output with history
Definition sync_block.h:26
 
#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
 
GNU Radio logging wrapper.
Definition basic_block.h:29