#include <gr_sync_block.h>
Go to the source code of this file.
Classes | |
class | gr_moving_average_cc |
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_cc > | gr_moving_average_cc_sptr |
Functions | |
gr_moving_average_cc_sptr | gr_make_moving_average_cc (int length, gr_complex scale, int max_iter=4096) |
gr_moving_average_cc_sptr gr_make_moving_average_cc | ( | int | length, | |
gr_complex | scale, | |||
int | max_iter = 4096 | |||
) |