This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Fast Fourier Transform with sixteen samples.
void FFT16(XMVECTOR* pReal, XMVECTOR* pImaginary, const size_t uCount=1);
[in, out] Real components of the FFT. Must have as least uCount × 4 elements.
[in, out] Imaginary components of the FFT. Must have at least uCount × 4 elements.
[in] Number of FFT iterations.
All buffer parameters must be 16-byte aligned. Audio data must be 32-bit float mono.
This performs a split-radix FFT, radix 4 and 2.
DirectX Tool Kit for DirectX 11
DirectX Tool Kit for DirectX 12
DirectXMesh
DirectXTex
Test Suite
DirectX Landing Page
Deleting the wiki page "FFT16" cannot be undone. Continue?