#include <gr_sync_block.h>

Go to the source code of this file.
Classes | |
| class | gr_moving_average_ss |
| output is the moving sum of the last N samples, scaled by the scale factor This is necessary to avoid numerical instability for float and complex. More... | |
Typedefs | |
| typedef boost::shared_ptr < gr_moving_average_ss > | gr_moving_average_ss_sptr |
Functions | |
| gr_moving_average_ss_sptr | gr_make_moving_average_ss (int length, short scale, int max_iter=4096) |
| gr_moving_average_ss_sptr gr_make_moving_average_ss | ( | int | length, | |
| short | scale, | |||
| int | max_iter = 4096 | |||
| ) |
1.5.8