|
HART
0.2.0
High level Audio Regression and Testing
|
#include "hart_accurate_sum.hpp"#include "hart_exceptions.hpp"#include "metrics/hart_metric_query.hpp"#include "metrics/hart_metrics_common.hpp"#include "hart_slice.hpp"#include "hart_spectrum.hpp"#include "hart_units.hpp"#include "hart_utils.hpp"Go to the source code of this file.
Namespaces | |
| namespace | hart |
| namespace | hart::SpectralCentroid |
Enumerations | |
| enum class | Weighting { magnitude , power } |
Functions | |
| MetricQuery< double > | spectralCentroid (const Spectrum &spectrum, SpectralCentroid::Weighting weighting=SpectralCentroid::Weighting::magnitude) |
| Calculates spectral centroid. | |