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