![]() |
Audacity 3.2.0
|
#include <algorithm>#include <vector>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) |