|
eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <iterator>#include <numeric>Go to the source code of this file.
Namespaces | |
| edsp | |
| edsp::feature | |
| edsp::feature::temporal | |
Functions | |
| template<typename ForwardIt > | |
| constexpr auto | edsp::feature::temporal::energy (ForwardIt first, ForwardIt last) |
| Computes the energy of the elements in the range [first, last) More... | |
1.8.13