GNU Radio 3.6.5 C++ API

gr_moving_average_ff.h File Reference

#include <gr_core_api.h>
#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 More...

Functions

GR_CORE_API
gr_moving_average_ff_sptr 
gr_make_moving_average_ff (int length, float scale, int max_iter=4096)

Function Documentation

GR_CORE_API gr_moving_average_ff_sptr gr_make_moving_average_ff ( int  length,
float  scale,
int  max_iter = 4096 
)