GNU Radio 3.6.5 C++ API
|
#include <gr_core_api.h>
#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 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 |
||
) |