Jump to content

FFTW: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


==Version==
==Version==
* [http://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=fftw&stype=all&sort=type_name&dir=%2F FFTW v3.3.4] (2016-03-05)
* [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 [[SIMD]] instructions
* [https://github.com/FFTW/fftw3/tree/experimental-simd FFWT experimental branch] - Uses SIMD instructions


==Authors==
==Authors==

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

Authors