Browse Source

Add note about overlapping arrays in FFT wrapper.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
d2dc475749
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      include/dsp/fft.hpp

+ 1
- 0
include/dsp/fft.hpp View File

@@ -28,6 +28,7 @@ struct RealFFT {

/** Performs the real FFT.
Input and output must be aligned using the above align*() functions.
Input and output arrays may overlap.
Input is `length` elements. Output is `2*length` elements.
Output is arbitrarily ordered for performance reasons.
However, this ordering is consistent, so element-wise multiplication with line up with other results, and the inverse FFT will return a correctly ordered result.


Loading…
Cancel
Save