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.

21 lines
693 B

10 years ago
10 years ago
10 years ago
  1. # FFT [![Version][version-img]][version-url] [![Status][status-img]][status-url]
  2. The package provides an [algorithm][1] to compute the [discrete Fourier
  3. transform][2] and its inverse.
  4. ## [Documentation][doc]
  5. ## Contributing
  6. 1. Fork the project.
  7. 2. Implement your idea.
  8. 3. Open a pull request.
  9. [1]: https://en.wikipedia.org/wiki/Fast_Fourier_transform
  10. [2]: https://en.wikipedia.org/wiki/Discrete_Fourier_transform
  11. [version-img]: https://img.shields.io/crates/v/fft.svg
  12. [version-url]: https://crates.io/crates/fft
  13. [status-img]: https://travis-ci.org/stainless-steel/fft.svg?branch=master
  14. [status-url]: https://travis-ci.org/stainless-steel/fft
  15. [doc]: https://stainless-steel.github.io/fft