Go to the source code of this file.
Classes | |
class | gr::blocks::moving_average< T > |
output is the moving sum of the last N samples, scaled by the scale factor More... | |
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
gr::blocks | |
Typedefs | |
typedef moving_average< std::int16_t > | gr::blocks::moving_average_ss |
typedef moving_average< std::int32_t > | gr::blocks::moving_average_ii |
typedef moving_average< float > | gr::blocks::moving_average_ff |
typedef moving_average< gr_complex > | gr::blocks::moving_average_cc |