Skip to content

Commit 9d0a5bb

Browse files
Update contents/cooley_tukey/code/clisp/fft.lisp
Co-authored-by: Trashtalk217 <trashtalk217@gmail.com>
1 parent 70822e9 commit 9d0a5bb

File tree

1 file changed

+1
-1
lines changed
  • contents/cooley_tukey/code/clisp

1 file changed

+1
-1
lines changed

contents/cooley_tukey/code/clisp/fft.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(* (coefficient time-index freq-index dft-len) (elt data time-index))))))
1313

1414
(defun merge-sub-ffts (evens odds)
15-
"Combines the FFTs of the even and odd indices"
15+
"Combines the FFTs of the even and odd indices."
1616
(let* ((fft-length (+ (length evens) (length odds)))
1717
;; Calculate coefficients for the odd indices.
1818
(twiddle-factors (loop for i from 0 below (length odds)

0 commit comments

Comments
 (0)