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 8426216 commit e92bcb7Copy full SHA for e92bcb7
contents/cooley_tukey/code/clisp/fft.lisp
@@ -37,7 +37,7 @@
37
collect (elt data i) into odds
38
finally
39
;; Calculate the Fourier Transform for the two smaller lists and
40
- ;; combine them into the Fourier Transform for the full input.
+ ;; combine them into the Fourier Transform of the full input.
41
(return (merge-sub-ffts (cooley-tukey-rec evens)
42
(cooley-tukey-rec odds))))))
43
0 commit comments