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 70822e9 commit 9d0a5bbCopy full SHA for 9d0a5bb
contents/cooley_tukey/code/clisp/fft.lisp
@@ -12,7 +12,7 @@
12
(* (coefficient time-index freq-index dft-len) (elt data time-index))))))
13
14
(defun merge-sub-ffts (evens odds)
15
- "Combines the FFTs of the even and odd indices"
+ "Combines the FFTs of the even and odd indices."
16
(let* ((fft-length (+ (length evens) (length odds)))
17
;; Calculate coefficients for the odd indices.
18
(twiddle-factors (loop for i from 0 below (length odds)
0 commit comments