25 #ifndef INCLUDED_BLOCKS_MOVING_AVERAGE_SS_H
26 #define INCLUDED_BLOCKS_MOVING_AVERAGE_SS_H
58 virtual int length()
const = 0;
63 virtual short scale()
const = 0;
68 virtual void set_length_and_scale(
int length,
short scale) = 0;
73 virtual void set_length(
int length) = 0;
78 virtual void set_scale(
short scale) = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#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
output is the moving sum of the last N samples, scaled by the scale factor
Definition: moving_average_ss.h:38
PMT_API size_t length(const pmt_t &v)
Return the number of elements in v.
boost::shared_ptr< moving_average_ss > sptr
Definition: moving_average_ss.h:42