| 
    eDSP
    0.0.1
    
   A cross-platform DSP library written in C++. 
   | 
 
#include <edsp/statistics/rolloff.hpp>Go to the source code of this file.
Namespaces | |
| edsp | |
| edsp::feature | |
| edsp::feature::spectral | |
Functions | |
| template<typename ForwardIt , typename Numeric > | |
| constexpr auto | edsp::feature::spectral::spectral_rolloff (ForwardIt first, ForwardIt last, Numeric percentage=0.95) | 
| Computes the spectral roll-off of the of the magnitude spectrum represented by the elements in the range [first, last)  More... | |
 1.8.13