23 #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_F_H 24 #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_F_H 48 typedef boost::shared_ptr<probe_avg_mag_sqrd_f>
sptr;
56 static sptr make(
double threshold_db,
double alpha = 0.0001);
58 virtual bool unmuted()
const = 0;
59 virtual double level()
const = 0;
61 virtual double threshold()
const = 0;
63 virtual void set_alpha (
double alpha) = 0;
64 virtual void set_threshold (
double decibels) = 0;
65 virtual void reset() = 0;
compute avg magnitude squared.
Definition: probe_avg_mag_sqrd_f.h:44
Include this header to use the message passing features.
Definition: logger.h:695
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< probe_avg_mag_sqrd_f > sptr
Definition: probe_avg_mag_sqrd_f.h:48
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30