11 #ifndef INCLUDED_ANALOG_DPLL_BB_H
12 #define INCLUDED_ANALOG_DPLL_BB_H
32 typedef std::shared_ptr<dpll_bb>
sptr;
34 static sptr make(
float period,
float gain);
36 virtual void set_gain(
float gain) = 0;
37 virtual void set_decision_threshold(
float thresh) = 0;
39 virtual float gain()
const = 0;
40 virtual float freq()
const = 0;
41 virtual float phase()
const = 0;
42 virtual float decision_threshold()
const = 0;
std::shared_ptr< dpll_bb > sptr
Definition: dpll_bb.h:32
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
Detect the peak of a signal.
Definition: dpll_bb.h:28
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18