 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_H
11 #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_H
35 typedef std::shared_ptr<probe_avg_mag_sqrd_c>
sptr;
43 static sptr make(
double threshold_db,
double alpha = 0.0001);
46 virtual double level()
const = 0;
std::shared_ptr< probe_avg_mag_sqrd_c > sptr
Definition: probe_avg_mag_sqrd_c.h:35
virtual void set_threshold(double decibels)=0
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
virtual double level() const =0
synchronous 1:1 input to output with history
Definition: sync_block.h:26
static sptr make(double threshold_db, double alpha=0.0001)
Make a complex sink that computes avg magnitude squared.
compute avg magnitude squared.
Definition: probe_avg_mag_sqrd_c.h:32
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual bool unmuted() const =0
virtual double threshold() const =0
virtual void set_alpha(double alpha)=0