9#ifndef INCLUDED_GR_PROBE_DENSITY_B_H 
   10#define INCLUDED_GR_PROBE_DENSITY_B_H 
   32    typedef std::shared_ptr<probe_density_b> 
sptr;
 
 
Definition probe_density_b.h:29
 
static sptr make(double alpha)
 
virtual void set_alpha(double alpha)=0
Set the average filter constant.
 
std::shared_ptr< probe_density_b > sptr
Definition probe_density_b.h:32
 
virtual double density() const =0
Returns the current density value.
 
synchronous 1:1 input to output with history
Definition sync_block.h:26
 
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
 
GNU Radio logging wrapper.
Definition basic_block.h:29