Audacity 3.2.0
Namespaces | Functions
MirUtils.h File Reference
#include <algorithm>
#include <vector>
Include dependency graph for MirUtils.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< int > MIR::GetPossibleBarDivisors (int lower, int upper)
 Function to generate numbers whose prime factorization contains only twos or threes. More...
 
std::vector< int > MIR::GetPeakIndices (const std::vector< float > &x)
 
std::vector< float > MIR::GetNormalizedHann (int size)
 
constexpr auto MIR::IsPowOfTwo (int x)