30 return x > 0 && (x & (x - 1)) == 0;
std::vector< int > GetPossibleBarDivisors(int lower, int upper)
Function to generate numbers whose prime factorization contains only twos or threes.
std::vector< float > GetNormalizedHann(int size)
std::vector< int > GetPeakIndices(const std::vector< float > &x)
constexpr auto IsPowOfTwo(int x)