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;
66 static sptr make(
unsigned int vlen,