#include <gr_sync_block.h>
Go to the source code of this file.
Classes | |
class | gr_moving_average_ff |
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_ff > | gr_moving_average_ff_sptr |
Functions | |
gr_moving_average_ff_sptr | gr_make_moving_average_ff (int length, float scale, int max_iter=4096) |
gr_moving_average_ff_sptr gr_make_moving_average_ff | ( | int | length, | |
float | scale, | |||
int | max_iter = 4096 | |||
) |