 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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,
control scanning and record frequency domain statistics
Definition: bin_statistics_f.h:38
std::vector< float > d_max
Definition: bin_statistics_f.h:41
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:37
boost::shared_ptr< bin_statistics_f > sptr
Definition: bin_statistics_f.h:53
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
base class for evaluating a function: double -> double
Definition: feval.h:46