Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_FMDET_CF_H
24 #define INCLUDED_ANALOG_FMDET_CF_H
54 static sptr make(
float samplerate,
float freq_low,
55 float freq_high,
float scl);
57 virtual void set_scale(
float scl) = 0;
58 virtual void set_freq_range(
float freq_low,
float freq_high) = 0;
60 virtual float freq()
const = 0;
61 virtual float freq_high()
const = 0;
62 virtual float freq_low()
const = 0;
63 virtual float scale()
const = 0;
64 virtual float bias()
const = 0;