1 #ifndef MHO_FastFourierTransformWorkspace_HH__
2 #define MHO_FastFourierTransformWorkspace_HH__
200 void Allocate(
unsigned int n)
213 fTwiddle =
new std::complex< XFloatType >[
fM];
215 fScale =
new std::complex< XFloatType >[
fN];
224 fTwiddle =
new std::complex< XFloatType >[
fN];
static void ComputeBitReversedIndicesBaseTwo(unsigned int N, unsigned int *index_arr)
Computes bit-reversed indices using Buneman algorithm for input N, must have N = 2^P,...
Definition: MHO_BitReversalPermutation.cc:119
static bool IsPowerOfTwo(unsigned int N)
Checks if an unsigned integer is a power of two.
Definition: MHO_BitReversalPermutation.cc:10
Definition: MHO_ChannelLabeler.hh:17