Skip to content

Commit 09d703a

Browse files
authored
correct formula (closes #100)
1 parent a25656d commit 09d703a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ To define a new FFT implementation in your own module, you should
3636

3737
* You can also define similar methods of `plan_rfft` and `plan_brfft` for real-input FFTs.
3838

39-
The normalization convention for your FFT should be that it computes $y_k = \sum_j \exp\(-2 \pi i \cdot \frac{j k}{n}\)$
39+
The normalization convention for your FFT should be that it computes $y_k = \sum_j \exp\(-2 \pi i \cdot \frac{j k}{n}\) x_j$
4040
for a transform of length $n$, and the "backwards" (unnormalized inverse) transform computes the same thing but with
4141
$\exp\(+2 \pi i \cdot \frac{j k}{n}\)$.

0 commit comments

Comments
 (0)