Skip to content

Commit c8e6717

Browse files
committed
fixing small typo in FFT chapter.
1 parent e0ece15 commit c8e6717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/FFT/cooley_tukey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $$F(\xi) = \int_{-\infty} ^\infty f(x) (\cos(-2 \pi x \xi) + i \sin(-2 \pi x \xi
4646

4747
and our function in real space into:
4848

49-
$$f(x) = \int_{-\infty} ^\infty F(\xi) (\cos(2 \pi \xi x) + i \sin(2 \pi \xi x))e^{2 \pi i \xi x} d\xi$$
49+
$$f(x) = \int_{-\infty} ^\infty F(\xi) (\cos(2 \pi \xi x) + i \sin(2 \pi \xi x)) d\xi$$
5050

5151
Here, the $$\sin$$ and $$\cos$$ functions are clearly written in the formulas, so it looks much friendlier, right?
5252
This means that a point in real space is defined by the integral over all space of it's corresponding frequency function multiplied by sinusoidal oscillations.

0 commit comments

Comments
 (0)