eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
amdf.hpp File Reference
#include <iterator>

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::feature
 
 edsp::feature::temporal
 

Functions

template<typename InputIt , typename OutputIt >
constexpr void edsp::feature::temporal::amdf (InputIt first, InputIt last, OutputIt d_first)
 Computes the AMDF (Average Magnitude Difference Function) of the contiguous elements in the range [first, last) and stores the result in another range, beginning at d_first. More...