Fast Fourier Transform with four samples.
void FFT4(
XMVECTOR __restrict *pReal,
XMVECTOR __restrict *pImaginary,
const size_t uCount = 1
)
pReal
Type: XMVECTOR __restrict *
[in, out] Real components of the FFT. Must have as least uCount elements.
pImaginary
Type: XMVECTOR __restrict *
[in, out] Imaginary components of the FFT. Must have at least uCount elements.
uCount
Type: size_t
[in] Number of FFT iterations.
Type: void
All buffer parameters must be 16-byte aligned. Audio data must be FLOAT32 mono.
Header: Declared in XDSP.h.
Namespace: Use XDSP.