From 8ccb935c831f30ca8899e9c7ba535cd6b1fe9c99 Mon Sep 17 00:00:00 2001 From: Neven DREAN Date: Thu, 21 Nov 2024 20:53:28 +0100 Subject: [PATCH] Update nx/guides/advanced/complex_fft.livemd Co-authored-by: Paulo Valente <16843419+polvalente@users.noreply.github.com> --- nx/guides/advanced/complex_fft.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/guides/advanced/complex_fft.livemd b/nx/guides/advanced/complex_fft.livemd index 572e50920b..84718e1a2f 100644 --- a/nx/guides/advanced/complex_fft.livemd +++ b/nx/guides/advanced/complex_fft.livemd @@ -209,7 +209,7 @@ end IO.puts("The top frequencies are: #{inspect(filtered_top_frequencies.(values, indices, 0.001 ))}") ``` -### Visualize the original signal and the IFFT reconstructed +### Visualizing the original signal and the Inverse Discrete Fourier Transform Let's visualize our incoming signal over 400ms. This correspond to 2 periods of our 5Hz component and 8 periods of our 20Hz component.