Audacity 3.2.0
Namespaces | Functions
MirDsp.h File Reference
#include <algorithm>
#include <functional>
#include <vector>
Include dependency graph for MirDsp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MIR
 

Functions

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)