FFTInitializeUnityTable
Initializes a unity roots lookup table used by Fast Fourier Transform functions.Syntax
Parameters
pUnityTable _Out_writes_(uLength)Type: XMVECTOR* __restrict Caller-provided array of XMVECTOR elements that will be populated with the unity table values. The array passed to pUnityTable must be at least uLength elements long. uLength _In_
Type: size_t FFT length in frames (sample count / channel count). uLength must be a power of two and greater than 16.
