| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT).
It's let the complexity of computing of the Diecrete Fourier Transform (DFT) form O(n^{2}) to O(nlogn).
Relate knowledge of Fast Fourier Transform
Compile
$ makeRun
# DFT
$ ./dft
# FFT
$ ./fft| Back | FazBrowse Home | New Git URL |