Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
f2cl
f2cl
Commits
fd5147d7
Commit
fd5147d7
authored
Sep 17, 2020
by
Raymond Toy
Browse files
Fix typo in FFT sum definition
parent
a817587b
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/fftpack5/fftpack5.lisp
View file @
fd5147d7
...
...
@@ -82,7 +82,7 @@
Let N be the length of X. The FFT is:
Y[n] = 1/N*sum(x[k] * exp(2*%i*%pi*k*n/N),
n
, 0, N-1)
Y[n] = 1/N*sum(x[k] * exp(2*%i*%pi*k*n/N),
k
, 0, N-1)
for n = 0, 1,...,floor(N/2)+1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment