 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_CF_H
24 #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_CF_H
49 typedef boost::shared_ptr<probe_avg_mag_sqrd_cf>
sptr;
57 static sptr make(
double threshold_db,
double alpha = 0.0001);
60 virtual double level()
const = 0;
virtual void set_threshold(double decibels)=0
static sptr make(double threshold_db, double alpha=0.0001)
Make a block that computes avg magnitude squared.
compute avg magnitude squared.
Definition: probe_avg_mag_sqrd_cf.h:46
virtual void set_alpha(double alpha)=0
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
virtual double threshold() const =0
synchronous 1:1 input to output with history
Definition: sync_block.h:38
virtual double level() const =0
virtual bool unmuted() const =0
boost::shared_ptr< probe_avg_mag_sqrd_cf > sptr
Definition: probe_avg_mag_sqrd_cf.h:49
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43