#include <ngcb.h>
Public Attributes | |
| double * | v |
| double | m |
| int | size |
| int | idx |
| int | n |
Moving average filter structure
| int ngcb_ma_t::idx |
Buffer index
| double ngcb_ma_t::m |
Last mean-value
| int ngcb_ma_t::n |
Number of elements in filter
| int ngcb_ma_t::size |
Filter size
| double* ngcb_ma_t::v |
Filter values