GNU Radio 3.6.5 C++ API
|
#include <pwr_squelch_cc_impl.h>
Public Member Functions | |
pwr_squelch_cc_impl (double db, double alpha=0.0001, int ramp=0, bool gate=false) | |
~pwr_squelch_cc_impl () | |
std::vector< float > | squelch_range () const |
double | threshold () const |
void | set_threshold (double db) |
void | set_alpha (double alpha) |
int | ramp () const |
void | set_ramp (int ramp) |
bool | gate () const |
void | set_gate (bool gate) |
bool | unmuted () const |
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
compute output items from input items | |
Protected Member Functions | |
virtual void | update_state (const gr_complex &in) |
virtual bool | mute () const |
gr::analog::pwr_squelch_cc_impl::pwr_squelch_cc_impl | ( | double | db, |
double | alpha = 0.0001 , |
||
int | ramp = 0 , |
||
bool | gate = false |
||
) |
gr::analog::pwr_squelch_cc_impl::~pwr_squelch_cc_impl | ( | ) |
bool gr::analog::pwr_squelch_cc_impl::gate | ( | ) | const [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
References gr::analog::squelch_base_cc_impl::set_gate().
int gr::analog::pwr_squelch_cc_impl::general_work | ( | int | noutput_items, |
gr_vector_int & | ninput_items, | ||
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [inline, virtual] |
compute output items from input items
noutput_items | number of output items to write on each output stream |
ninput_items | number of input items available on each input stream |
input_items | vector of pointers to the input items, one entry per input stream |
output_items | vector of pointers to the output items, one entry per output stream |
general_work must call consume or consume_each to indicate how many items were consumed on each input stream.
Reimplemented from gr::analog::squelch_base_cc_impl.
References gr::analog::squelch_base_cc_impl::general_work().
virtual bool gr::analog::pwr_squelch_cc_impl::mute | ( | ) | const [inline, protected, virtual] |
Implements gr::analog::pwr_squelch_cc.
int gr::analog::pwr_squelch_cc_impl::ramp | ( | ) | const [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
References gr::analog::squelch_base_cc_impl::set_ramp().
void gr::analog::pwr_squelch_cc_impl::set_alpha | ( | double | alpha | ) | [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
References gr::analog::squelch_base_cc_impl::ramp().
void gr::analog::pwr_squelch_cc_impl::set_gate | ( | bool | gate | ) | [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
References gr::analog::squelch_base_cc_impl::unmuted().
void gr::analog::pwr_squelch_cc_impl::set_ramp | ( | int | ramp | ) | [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
References gr::analog::squelch_base_cc_impl::gate().
void gr::analog::pwr_squelch_cc_impl::set_threshold | ( | double | db | ) | [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
std::vector<float> gr::analog::pwr_squelch_cc_impl::squelch_range | ( | ) | const [virtual] |
Implements gr::analog::pwr_squelch_cc.
double gr::analog::pwr_squelch_cc_impl::threshold | ( | ) | const [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
bool gr::analog::pwr_squelch_cc_impl::unmuted | ( | ) | const [inline, virtual] |
Implements gr::analog::pwr_squelch_cc.
virtual void gr::analog::pwr_squelch_cc_impl::update_state | ( | const gr_complex & | in | ) | [protected, virtual] |
Implements gr::analog::pwr_squelch_cc.