File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,13 @@ bibliography: paper.bib
2323
2424# Summary
2525
26- The fast Fourier transform (FFT) is an algorithm that efficiently computes the
27- discrete Fourier transform. The FFT is one of the most important algorithms
28- utilized throughout science and society and it has been named * the most
29- important numerical algorith of our time* by Prof Gilbert Strang [ @strang94 ] .
26+ The fast Fourier transform (FFT) is an algorithm that efficiently
27+ computes the discrete Fourier transform. The FFT is an ubiquitous
28+ algorithm utilized throughout science and engineering. Since the dawn
29+ of our digital society, the FFT permeated to the heart of everyday
30+ life applications involving audio, image, and video processing. The
31+ FFT has been named * the most important numerical algorithm of our
32+ time* by Prof Gilbert Strang [ @strang94 ] .
3033
3134`` mpi4py-fft `` (https://bitbucket.org/mpi4py/mpi4py-fft ) is an open-source
3235Python package for computing (in parallel) FFTs of possibly very large and
You can’t perform that action at this time.
0 commit comments