24 #ifndef MOVING_AVERAGE_H 25 #define MOVING_AVERAGE_H 43 typedef boost::shared_ptr<moving_average<T>>
sptr;
54 static sptr make(
int length, T scale,
int max_iter = 4096,
unsigned int vlen = 1);
59 virtual int length()
const = 0;
64 virtual T scale()
const = 0;
69 virtual void set_length_and_scale(
int length, T scale) = 0;
74 virtual void set_length(
int length) = 0;
79 virtual void set_scale(T scale) = 0;
moving_average< float > moving_average_ff
Definition: moving_average.h:84
output is the moving sum of the last N samples, scaled by the scale factor
Definition: moving_average.h:39
boost::shared_ptr< moving_average< T > > sptr
Definition: moving_average.h:43
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
PMT_API size_t length(const pmt_t &v)
Return the number of elements in v.
moving_average< std::int32_t > moving_average_ii
Definition: moving_average.h:83
moving_average< gr_complex > moving_average_cc
Definition: moving_average.h:85
moving_average< std::int16_t > moving_average_ss
Definition: moving_average.h:82