logo
首页技术栈工具库讨论
EWMA

EWMA

Exponentially Weighted Moving Average filter used for smoothing data series readings. Unlike the method with a history buffer that calculates an average of the last N readings, this filter consumes significantly less memory and works faster. Provides an additional EwmaT template that allows restriction to a specific data type, such as uint32_t, to avoiding floating point arithmetics and significantly decrease code footprint.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconjonnieZG/EWMA21
PLATFORMIO
EWMA
标签
根据用户添加的标签生成
暂无标签