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.

20 lines
625 B

  1. # DFT [![Version][version-img]][version-url] [![Status][status-img]][status-url]
  2. The package provides an algorithm to compute the [discrete Fourier
  3. transform][1].
  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/Discrete_Fourier_transform
  10. [version-img]: http://stainless-steel.github.io/images/crates.svg
  11. [version-url]: https://crates.io/crates/dft
  12. [status-img]: https://travis-ci.org/stainless-steel/dft.svg?branch=master
  13. [status-url]: https://travis-ci.org/stainless-steel/dft
  14. [doc]: https://stainless-steel.github.io/dft