You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++library that computes a moving average over a fixed size window of sample data. Designed for use with 'noisy' sensors. Optionally, can reject outliers using statistical analysis.
C++library that computes a moving average over a fixed size window of sample data.
Designed for use with 'noisy' sensors and inputs.
Optionally, can reject outliers using statistical analysis.
Dependencies
C++ Standard Template Library
About
C++library that computes a moving average over a fixed size window of sample data. Designed for use with 'noisy' sensors. Optionally, can reject outliers using statistical analysis.