We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0a5bb commit 2793edfCopy full SHA for 2793edf
contents/cooley_tukey/code/clisp/fft.lisp
@@ -17,7 +17,7 @@
17
;; Calculate coefficients for the odd indices.
18
(twiddle-factors (loop for i from 0 below (length odds)
19
collect (coefficient 1.0 i fft-length)))
20
- ;; Multiply values with coefficients
+ ;; Multiply values with coefficients.
21
(odd-terms (mapcar #'* odds twiddle-factors)))
22
;; Combine the two FFTs
23
(concatenate 'list
0 commit comments