GNU Radio 3.5.1 C++ API
|
Implements an IQ slope detector. More...
#include <gr_fmdet_cf.h>
Friends | |
GR_CORE_API gr_fmdet_cf_sptr | gr_make_fmdet_cf (float samplerate, float freq_low, float freq_high, float scl) |
Implements an IQ slope detector.
input: stream of complex; output: stream of floats
This implements a limiting slope detector. The limiter is in the normalization by the magnitude of the sample
GR_CORE_API gr_fmdet_cf_sptr gr_make_fmdet_cf | ( | float | samplerate, |
float | freq_low, | ||
float | freq_high, | ||
float | scl | ||
) | [friend] |