22 #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_H 23 #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_H 47 typedef boost::shared_ptr<probe_avg_mag_sqrd_c>
sptr;
55 static sptr make(
double threshold_db,
double alpha = 0.0001);
57 virtual bool unmuted()
const = 0;
58 virtual double level()
const = 0;
59 virtual double threshold()
const = 0;
61 virtual void set_alpha(
double alpha) = 0;
62 virtual void set_threshold(
double decibels) = 0;
63 virtual void reset() = 0;
compute avg magnitude squared.
Definition: probe_avg_mag_sqrd_c.h:43
boost::shared_ptr< probe_avg_mag_sqrd_c > sptr
Definition: probe_avg_mag_sqrd_c.h:47
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30