GNU Radio 3.6.5 C++ API

gr_moving_average_ss.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_ss
 output is the moving sum of the last N samples, scaled by the scale factor More...

Functions

GR_CORE_API
gr_moving_average_ss_sptr 
gr_make_moving_average_ss (int length, short scale, int max_iter=4096)

Function Documentation

GR_CORE_API gr_moving_average_ss_sptr gr_make_moving_average_ss ( int  length,
short  scale,
int  max_iter = 4096 
)