23 #ifndef INCLUDED_GR_FMDET_CF_H
24 #define INCLUDED_GR_FMDET_CF_H
50 float freq_high,
float scl);
53 float d_freq,d_freqlo,d_freqhi,d_scl,d_bias;
55 gr_fmdet_cf (
float samplerate,
float freq_low,
float freq_high,
float scl);
57 int work (
int noutput_items,
58 gr_vector_const_void_star &input_items,
59 gr_vector_void_star &output_items);
Definition: gr_sync_block.h:27
Implements an IQ slope detector.
Definition: gr_fmdet_cf.h:47
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
std::complex< float > gr_complex
Definition: gr_complex.h:26
GR_CORE_API gr_fmdet_cf_sptr gr_make_fmdet_cf(float samplerate, float freq_low, float freq_high, float scl)
Abstract class for FIR with gr_complex input, gr_complex output and float tapsThis is the abstract cl...
Definition: gr_fir_ccf.h:48
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...