diff options
Diffstat (limited to 'fft.txi')
-rw-r--r-- | fft.txi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,11 +10,13 @@ returns an array of complex numbers comprising the @cindex Discrete Fourier Transform @end defun + @defun fft-1 array @code{fft-1} returns an array of complex numbers comprising the inverse Discrete Fourier Transform of @var{array}. @end defun + @noindent @code{(fft-1 (fft @var{array}))} will return an array of values close to @var{array}. |