Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_DPLL_BB_H
24 #define INCLUDED_ANALOG_DPLL_BB_H
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;