GNU Radio 3.6.5 C++ API
|
#include <simple_squelch_cc_impl.h>
Public Member Functions | |
simple_squelch_cc_impl (double threshold_db, double alpha) | |
~simple_squelch_cc_impl () | |
bool | unmuted () const |
void | set_alpha (double alpha) |
void | set_threshold (double decibels) |
double | threshold () const |
std::vector< float > | squelch_range () 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::simple_squelch_cc_impl::simple_squelch_cc_impl | ( | double | threshold_db, |
double | alpha | ||
) |
gr::analog::simple_squelch_cc_impl::~simple_squelch_cc_impl | ( | ) |
void gr::analog::simple_squelch_cc_impl::set_alpha | ( | double | alpha | ) | [virtual] |
Implements gr::analog::simple_squelch_cc.
void gr::analog::simple_squelch_cc_impl::set_threshold | ( | double | decibels | ) | [virtual] |
Implements gr::analog::simple_squelch_cc.
std::vector<float> gr::analog::simple_squelch_cc_impl::squelch_range | ( | ) | const [virtual] |
Implements gr::analog::simple_squelch_cc.
double gr::analog::simple_squelch_cc_impl::threshold | ( | ) | const [virtual] |
Implements gr::analog::simple_squelch_cc.
bool gr::analog::simple_squelch_cc_impl::unmuted | ( | ) | const [inline, virtual] |
Implements gr::analog::simple_squelch_cc.
int gr::analog::simple_squelch_cc_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.