GNU Radio 3.6.5 C++ API
|
#include <fmdet_cf_impl.h>
Public Member Functions | |
fmdet_cf_impl (float samplerate, float freq_low, float freq_high, float scl) | |
~fmdet_cf_impl () | |
void | set_scale (float scl) |
void | set_freq_range (float freq_low, float freq_high) |
float | freq () const |
float | freq_high () const |
float | freq_low () const |
float | scale () const |
float | bias () const |
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 |
gr::analog::fmdet_cf_impl::fmdet_cf_impl | ( | float | samplerate, |
float | freq_low, | ||
float | freq_high, | ||
float | scl | ||
) |
gr::analog::fmdet_cf_impl::~fmdet_cf_impl | ( | ) |
float gr::analog::fmdet_cf_impl::bias | ( | ) | const [inline, virtual] |
Implements gr::analog::fmdet_cf.
float gr::analog::fmdet_cf_impl::freq | ( | ) | const [inline, virtual] |
Implements gr::analog::fmdet_cf.
float gr::analog::fmdet_cf_impl::freq_high | ( | ) | const [inline, virtual] |
Implements gr::analog::fmdet_cf.
float gr::analog::fmdet_cf_impl::freq_low | ( | ) | const [inline, virtual] |
Implements gr::analog::fmdet_cf.
float gr::analog::fmdet_cf_impl::scale | ( | ) | const [inline, virtual] |
Implements gr::analog::fmdet_cf.
void gr::analog::fmdet_cf_impl::set_freq_range | ( | float | freq_low, |
float | freq_high | ||
) | [virtual] |
Implements gr::analog::fmdet_cf.
void gr::analog::fmdet_cf_impl::set_scale | ( | float | scl | ) | [virtual] |
Implements gr::analog::fmdet_cf.
int gr::analog::fmdet_cf_impl::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.