Skip to content

Commit 8452646

Browse files
tylercd100leios
authored andcommitted
Fix broken link on convolutions chapter (#127)
1 parent c7bed7d commit 8452646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/convolutions/convolutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now, let me tell you about a bit of black computational magic:
6161

6262
That is crazy!
6363
It's also incredibly hard to explain, so let me do my best.
64-
As described in the chapter on [Fourier Transforms](chapters/computational_mathematics/FFT/cooley_tukey.md), Fourier Tranforms allow programmers to move from real space to frequency space.
64+
As described in the chapter on [Fourier Transforms](chapters/FFT/cooley_tukey.md), Fourier Tranforms allow programmers to move from real space to frequency space.
6565
When we transform a wave into frequency space, we see a single peak in frequency space related to the frequency of that wave.
6666
No matter what function we send into a Fourier Transform, the frequency-space image can be interpreted as a seires of different waves with a specified frequency.
6767

0 commit comments

Comments
 (0)