Go to the documentation of this file.
25 #ifndef INCLUDED_GR_GR_MOVING_AVERAGE_II_H
26 #define INCLUDED_GR_GR_MOVING_AVERAGE_II_H
61 int work (
int noutput_items,
65 int length()
const {
return d_new_length; }
66 int scale()
const {
return d_new_scale; }
68 void set_length_and_scale(
int length,
int scale);