27 #ifndef EDSP_SPECTRAL_FLATNESS_HPP    28 #define EDSP_SPECTRAL_FLATNESS_HPP    32 namespace edsp { 
namespace feature { 
inline namespace spectral {
    45     template <
typename ForwardIt>
    52 #endif //EDSP_SPECTRAL_FLATNESS_HPP constexpr auto spectral_flatness(ForwardIt first, ForwardIt last)
Computes the spectral flatness of the of the magnitude spectrum represented by the elements in the ra...
Definition: spectral_flatness.hpp:46
 
constexpr meta::value_type_t< ForwardIt > flatness(ForwardIt first, ForwardIt last)
Computes the flatness value of the range [first, last) 
Definition: flatness.hpp:44
 
Definition: amplifier.hpp:29