Go to the documentation of this file.
25 #ifndef INCLUDED_GR_MOVING_AVERAGE_SS_H
26 #define INCLUDED_GR_MOVING_AVERAGE_SS_H
62 int work (
int noutput_items,
66 int length()
const {
return d_new_length; }
67 short scale()
const {
return d_new_scale; }
69 void set_length_and_scale(
int length,
short scale);