#include <gr_sync_block.h>

Go to the source code of this file.
Classes | |
| class | gr_moving_average_ii |
| 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_ii > | gr_moving_average_ii_sptr |
Functions | |
| gr_moving_average_ii_sptr | gr_make_moving_average_ii (int length, int scale, int max_iter=4096) |
| gr_moving_average_ii_sptr gr_make_moving_average_ii | ( | int | length, | |
| int | scale, | |||
| int | max_iter = 4096 | |||
| ) |
1.5.8