27 #ifndef EDSP_SPECTRAL_SKWNESS_HPP 28 #define EDSP_SPECTRAL_SKWNESS_HPP 32 namespace edsp {
namespace feature {
inline namespace spectral {
41 template <
typename ForwardIt>
48 #endif //EDSP_SPECTRAL_SKWNESS_HPP constexpr meta::value_type_t< ForwardIt > skewness(ForwardIt first, ForwardIt last)
Computes the skewness of the range [first, last)
Definition: skewness.hpp:47
constexpr auto spectral_skewness(ForwardIt first, ForwardIt last)
Computes the spectral skewness of the of the magnitude spectrum represented by the elements in the ra...
Definition: spectral_skewness.hpp:42
Definition: amplifier.hpp:29