eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
spectral_spread.hpp File Reference
#include <edsp/feature/spectral/spectral_centroid.hpp>
#include <cmath>

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::feature
 
 edsp::feature::spectral
 

Functions

template<typename ForwardIt >
constexpr auto edsp::feature::spectral::spectral_spread (ForwardIt first1, ForwardIt last1, ForwardIt first2)
 Computes the spectral spread of the of the magnitude spectrum represented by the elements in the range [first, last) More...