Skip to content

Commit 0920ce6

Browse files
committed
added note on normalization
1 parent 75ade45 commit 0920ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Executes a fast Fourier transform on the complex valued array x/y.
3636

3737
**Note** This code is fastest when the components of the shapes arrays are all powers of two. For non-power of two shapes, Bluestein's fft is used which is somewhat slower.
3838

39+
**Note2** The inverse FFT is scaled by 1/N, forward FFT is unnormalized.
40+
3941
# Credits
4042
(c) 2013 Mikola Lysenko. MIT License.
4143

0 commit comments

Comments
 (0)