diff --git a/include/dsp/fft.hpp b/include/dsp/fft.hpp index 6c88132c..8672724b 100644 --- a/include/dsp/fft.hpp +++ b/include/dsp/fft.hpp @@ -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.