GNU Radio 3.4.2 C++ API
gr_moving_average_cc.h File Reference
#include <gr_sync_block.h>
Include dependency graph for gr_moving_average_cc.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 factormax_iter limits how long we go without flushing the accumulator This is necessary to avoid numerical instability for float and complex. More...

Functions

gr_moving_average_cc_sptr gr_make_moving_average_cc (int length, gr_complex scale, int max_iter=4096)

Function Documentation

gr_moving_average_cc_sptr gr_make_moving_average_cc ( int  length,
gr_complex  scale,
int  max_iter = 4096 
)