#include <algorithm>
#include <functional>
#include <vector>
Go to the source code of this file.
|
std::vector< float > | MIR::GetNormalizedCircularAutocorr (const std::vector< float > &x) |
| Get the normalized, circular auto-correlation for a signal x whose length already is a power of two. Since the output is symmetric, only the left-hand side is returned, i.e., of size N/2 + 1 , where N is the power of two the input was upsampled to. More...
|
|
std::vector< float > | MIR::GetOnsetDetectionFunction (const MirAudioReader &audio, const std::function< void(double)> &progressCallback, QuantizationFitDebugOutput *debugOutput) |
|