11 #ifndef INCLUDED_ANALOG_FMDET_CF_H
12 #define INCLUDED_ANALOG_FMDET_CF_H
34 typedef std::shared_ptr<fmdet_cf>
sptr;
44 static sptr make(
float samplerate,
float freq_low,
float freq_high,
float scl);
46 virtual void set_scale(
float scl) = 0;
47 virtual void set_freq_range(
float freq_low,
float freq_high) = 0;
49 virtual float freq()
const = 0;
50 virtual float freq_high()
const = 0;
51 virtual float freq_low()
const = 0;
52 virtual float scale()
const = 0;
53 virtual float bias()
const = 0;
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
std::shared_ptr< fmdet_cf > sptr
Definition: fmdet_cf.h:34
Implements an IQ slope detector.
Definition: fmdet_cf.h:30
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18