|
|
@ -1,7 +1,6 @@ |
|
|
|
# FFT [![Version][version-img]][version-url] [![Status][status-img]][status-url] |
|
|
|
|
|
|
|
The package provides an [algorithm][1] to compute the [discrete Fourier |
|
|
|
transform][2] and its inverse. |
|
|
|
The package provides a [fast Fourier transform][1] algorithm. |
|
|
|
|
|
|
|
## [Documentation][doc] |
|
|
|
|
|
|
@ -12,7 +11,6 @@ transform][2] and its inverse. |
|
|
|
3. Open a pull request. |
|
|
|
|
|
|
|
[1]: https://en.wikipedia.org/wiki/Fast_Fourier_transform |
|
|
|
[2]: https://en.wikipedia.org/wiki/Discrete_Fourier_transform |
|
|
|
|
|
|
|
[version-img]: https://img.shields.io/crates/v/fft.svg |
|
|
|
[version-url]: https://crates.io/crates/fft |
|
|
|