Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_DPLL_BB_H
24 #define INCLUDED_ANALOG_DPLL_BB_H
45 static sptr make(
float period,
float gain);
47 virtual void set_gain(
float gain) = 0;
48 virtual void set_decision_threshold(
float thresh) = 0;
50 virtual float gain()
const = 0;
51 virtual float freq()
const = 0;
52 virtual float phase()
const = 0;
53 virtual float decision_threshold()
const = 0;