23 #ifndef INCLUDED_GR_BIN_STATISTICS_F_H 24 #define INCLUDED_GR_BIN_STATISTICS_F_H 43 virtual size_t vlen()
const = 0;
44 virtual double center_freq()
const = 0;
47 virtual void reset_stats() = 0;
48 virtual void accrue_stats(
const float* input) = 0;
49 virtual void send_stats() = 0;
53 typedef boost::shared_ptr<bin_statistics_f>
sptr;
66 static sptr make(
unsigned int vlen,
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
control scanning and record frequency domain statistics
Definition: bin_statistics_f.h:38
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
std::vector< float > d_max
Definition: bin_statistics_f.h:41
base class for evaluating a function: double -> doubleThis class is designed to be subclassed in Pyth...
Definition: feval.h:46
boost::shared_ptr< bin_statistics_f > sptr
Definition: bin_statistics_f.h:53