Jump to content

FFTW: Difference between revisions

From EDM2
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''' ..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 19: Line 19:
* [[Mentore Siesto]] (OS/2 port)
* [[Mentore Siesto]] (OS/2 port)


[[Category:Tools]]
[[Category:Multimedia]][[Category:Audio]][[Category:C Libraries]]
[[Category:Multimedia]]
[[Category:Audio]]
[[Category:C]]
[[Category:Generic Unix Tools]]

Revision as of 16:47, 20 October 2016

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

Prerequisites
  • Latest GCC library files (for the fftw-wisdom app)

Links

Authors