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

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::feature
 
 edsp::feature::perceptual
 

Functions

template<typename ForwardIt >
constexpr auto edsp::feature::perceptual::loudness (ForwardIt first, ForwardIt last)
 Computes the loudness of the elements in the range [first, last) More...