23 #ifndef INCLUDED_ANALOG_DPLL_BB_H 24 #define INCLUDED_ANALOG_DPLL_BB_H 44 typedef boost::shared_ptr<dpll_bb>
sptr;
46 static sptr make(
float period,
float gain);
48 virtual void set_gain(
float gain) = 0;
49 virtual void set_decision_threshold(
float thresh) = 0;
51 virtual float gain()
const = 0;
52 virtual float freq()
const = 0;
53 virtual float phase()
const = 0;
54 virtual float decision_threshold()
const = 0;
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< dpll_bb > sptr
Definition: dpll_bb.h:44
Detect the peak of a signal.
Definition: dpll_bb.h:40
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30