Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, is able to do fixed or floating point with just a recompile, and is efficient enough for all but the most demanding applications.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Cette version se concentre sur le fil de sécurité. Les structures internes statiques ont été retirés de la FFT routines de base. Cela permet une meilleure sécurité à l'intérieur du fil OpenMP modèle de threading et le filetage utilisateur imposée.
This release is focused on thread-safety. Internal static structures have been removed from the core FFT routines. This allows better thread safety with the internal OpenMP threading model and user-imposed threading.
Un changement d'interface légère a été faite: un objet cfg est maintenant une déclaration anticipée d'une struct au lieu d'un void *. Petites améliorations de la vitesse ont été faites. Psdpng.c a été ajouté à créer PNG spectre "cascades" à partir d'un fichier d'entrée.
Tags:
Minor feature enhancements
A slight interface change was made: a cfg object
is now a forward declaration of a struct instead
of a void*. Small speed improvements were made.
psdpng.c was added to create PNG spectrum
"waterfalls" from an input file.
Il ya de légers changements à l'API. La fonction alloc peuvent désormais utiliser une fournie par l'utilisateur tampon. FFT 2D Complex et un réel optimisé 1j FFT ont été ajoutées. Ce communiqué se compile sur Mac OS X.
Tags:
Minor feature enhancements
There are slight changes to the API. The alloc function can now use a user-supplied buffer. Complex 2d FFT and a real-optimized 1d FFT have been added. This release compiles on Mac OS X.