mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-21 20:00:12 +00:00
Updated FFTUnswizzle (markdown)
parent
9a653b7f28
commit
2f6a4b6cc4
@ -13,7 +13,7 @@ Arranges Fast Fourier Transform function output by order of increasing frequency
|
||||
[in] The log base 2 of the FFT length in samples. uLog2Length must be greater than or equal to 2.
|
||||
|
||||
# Remarks
|
||||
The FFT functions generate output in bit-reversed order. Use FFTUnswizzle to rearrange FFT function output into order of increasing frequency.
|
||||
The FFT functions generate output in bit-reversed order (we use a split-radix FFT radix 4 and 2). Use FFTUnswizzle to rearrange FFT function output into order of increasing frequency.
|
||||
|
||||
All buffer parameters must be 16-byte aligned. Audio data must be 32-bit float mono.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user