 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_FMDET_CF_H
24 #define INCLUDED_ANALOG_FMDET_CF_H
46 typedef boost::shared_ptr<fmdet_cf>
sptr;
56 static sptr make(
float samplerate,
float freq_low,
float freq_high,
float scl);
61 virtual float freq()
const = 0;
64 virtual float scale()
const = 0;
65 virtual float bias()
const = 0;
virtual float freq_low() const =0
virtual void set_freq_range(float freq_low, float freq_high)=0
Implements an IQ slope detector.
Definition: fmdet_cf.h:43
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
virtual float bias() const =0
virtual float freq() const =0
synchronous 1:1 input to output with history
Definition: sync_block.h:38
static sptr make(float samplerate, float freq_low, float freq_high, float scl)
Make FM detector block.
virtual void set_scale(float scl)=0
virtual float scale() const =0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< fmdet_cf > sptr
Definition: fmdet_cf.h:46
virtual float freq_high() const =0