23 #ifndef INCLUDED_ANALOG_FMDET_CF_H
24 #define INCLUDED_ANALOG_FMDET_CF_H
56 static sptr make(
float samplerate,
float freq_low,
57 float freq_high,
float scl);
59 virtual void set_scale(
float scl) = 0;
60 virtual void set_freq_range(
float freq_low,
float freq_high) = 0;
62 virtual float freq()
const = 0;
63 virtual float freq_high()
const = 0;
64 virtual float freq_low()
const = 0;
65 virtual float scale()
const = 0;
66 virtual float bias()
const = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::shared_ptr< fmdet_cf > sptr
Definition: fmdet_cf.h:46
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
Implements an IQ slope detector.
Definition: fmdet_cf.h:42
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30