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