FFTW: Difference between revisions
Appearance
Created page with "250px|right An open source C library for doing Fast Fourier Transforms (FFT) with and also comes with a small utility called '''fftw-wisdom''' ..." |
m →Version |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
==Version== | ==Version== | ||
* [ | * [fftw-334.zip] v3.3.4 (2016-03-05) | ||
;Prerequisites | ;Prerequisites | ||
* Latest [[GCC]] library files (for the fftw-wisdom app) | * Latest [[GCC]] library files (for the fftw-wisdom app) | ||
Line 12: | Line 12: | ||
* [http://www.fftw.org FFTW homepage] | * [http://www.fftw.org FFTW homepage] | ||
* [https://github.com/FFTW/fftw3 FFWT on GitHub] | * [https://github.com/FFTW/fftw3 FFWT on GitHub] | ||
* [https://github.com/FFTW/fftw3/tree/experimental-simd FFWT experimental branch] - Uses | * [https://github.com/FFTW/fftw3/tree/experimental-simd FFWT experimental branch] - Uses SIMD instructions | ||
==Authors== | ==Authors== | ||
Line 19: | Line 19: | ||
* [[Mentore Siesto]] (OS/2 port) | * [[Mentore Siesto]] (OS/2 port) | ||
[[Category:Multimedia]][[Category:Audio]][[Category:C Libraries]] | |||
[[Category:Multimedia]] | |||
[[Category:Audio]] | |||
[[Category:C | |||
Latest revision as of 19:10, 3 July 2022

An open source C library for doing Fast Fourier Transforms (FFT) with and also comes with a small utility called fftw-wisdom that generates "wisdom" files that contain saved information about how to optimally compute Fourier transforms that are used by the library.
FFT's are mathematical operations that are especially useful in any sort of signal analysis and are used heavily in audio analysis applications and at any time you need to quickly convert complex waveform information into something else, like for instance converting them into a graphical representation.
Version
- [fftw-334.zip] v3.3.4 (2016-03-05)
- Prerequisites
- Latest GCC library files (for the fftw-wisdom app)
Links
- FFTW homepage
- FFWT on GitHub
- FFWT experimental branch - Uses SIMD instructions
Authors
- Steven G. Johnson
- Matteo Frigo
- Mentore Siesto (OS/2 port)