Skip to content

Commit

Permalink
Update nx/guides/advanced/complex_fft.livemd
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Valente <[email protected]>
  • Loading branch information
ndrean and polvalente authored Nov 21, 2024
1 parent 118cf27 commit 8ccb935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/guides/advanced/complex_fft.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8ccb935

Please sign in to comment.