#include <AH/Containers/Array.hpp>
#include <AH/Math/Divide.hpp>
#include <AH/STL/algorithm>
#include <AH/STL/cstdint>
#include <AH/STL/type_traits>
Go to the source code of this file.
Classes | |
class | SMA< N, input_t, sum_t > |
Simple Moving Average filter. More... | |