You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
318 B

  1. # FFT
  2. The package provides an [algorithm][1] to compute the [discrete Fourier
  3. transform][2] and its inverse.
  4. ## Contributing
  5. 1. Fork the project.
  6. 2. Implement your idea.
  7. 3. Open a pull request.
  8. [1]: https://en.wikipedia.org/wiki/Fast_Fourier_transform
  9. [2]: https://en.wikipedia.org/wiki/Discrete_Fourier_transform