Audacity 3.2.0
|
Functions | |
float | GetNoveltyMeasure (const PffftFloatVector &prevPowSpec, const PffftFloatVector &powSpec) |
std::vector< float > | GetMovingAverage (const std::vector< float > &x, double hopRate) |
std::vector< float > MIR::anonymous_namespace{MirDsp.cpp}::GetMovingAverage | ( | const std::vector< float > & | x, |
double | hopRate | ||
) |
Definition at line 39 of file MirDsp.cpp.
References MIR::GetNormalizedHann(), and fast_float::round().
Referenced by MIR::GetOnsetDetectionFunction().
float MIR::anonymous_namespace{MirDsp.cpp}::GetNoveltyMeasure | ( | const PffftFloatVector & | prevPowSpec, |
const PffftFloatVector & | powSpec | ||
) |
Definition at line 28 of file MirDsp.cpp.
Referenced by MIR::GetOnsetDetectionFunction().