GNU Radio 3.5.3.2 C++ API
|
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_CORE_API gr_moving_average_cc_sptr | gr_make_moving_average_cc (int length, gr_complex scale, int max_iter=4096) |
GR_CORE_API gr_moving_average_cc_sptr gr_make_moving_average_cc | ( | int | length, |
gr_complex | scale, | ||
int | max_iter = 4096 |
||
) |