GNU Radio 3.5.1 C++ API
|
gate or zero output when input power below threshold More...
#include <gr_pwr_squelch_ff.h>
Public Member Functions | |
std::vector< float > | squelch_range () const |
double | threshold () const |
void | set_threshold (double db) |
void | set_alpha (double alpha) |
Protected Member Functions | |
virtual void | update_state (const float &in) |
virtual bool | mute () const |
Friends | |
GR_CORE_API gr_pwr_squelch_ff_sptr | gr_make_pwr_squelch_ff (double db, double alpha, int ramp, bool gate) |
gate or zero output when input power below threshold
virtual bool gr_pwr_squelch_ff::mute | ( | ) | const [inline, protected, virtual] |
Reimplemented from gr_squelch_base_ff.
void gr_pwr_squelch_ff::set_alpha | ( | double | alpha | ) | [inline] |
void gr_pwr_squelch_ff::set_threshold | ( | double | db | ) | [inline] |
std::vector<float> gr_pwr_squelch_ff::squelch_range | ( | ) | const [virtual] |
Implements gr_squelch_base_ff.
double gr_pwr_squelch_ff::threshold | ( | ) | const [inline] |
virtual void gr_pwr_squelch_ff::update_state | ( | const float & | in | ) | [protected, virtual] |
Reimplemented from gr_squelch_base_ff.
GR_CORE_API gr_pwr_squelch_ff_sptr gr_make_pwr_squelch_ff | ( | double | db, |
double | alpha, | ||
int | ramp, | ||
bool | gate | ||
) | [friend] |