Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2010-05-28 19:29
1.2.9

Diese Pressemitteilung ist auf Thread-Sicherheit konzentriert. Interne statischen Strukturen aus dem Kern FFT-Routinen entfernt worden. Dies ermöglicht eine bessere Thread-Sicherheit mit dem internen OpenMP Threading-Modell und Benutzer-Threading verhängt.
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.

2004-04-05 02:42
1.2.1

Diese Veröffentlichung konzentriert sich auf Embedded-Fragen.
Tags: Minor feature enhancements
This release focuses on embedded issues.

2004-02-24 04:29
1.2.0

Eine geringfügige Änderung vorgenommen wurde, Schnittstelle: cfg ein Objekt ist jetzt ein Forward-Deklaration einer Struktur statt eines void *. Kleine Verbesserungen in der Geschwindigkeit gemacht wurden. Psdpng.c wurde hinzugefügt, um zu schaffen PNG-Spektrum "Wasserfall" aus einer Eingabedatei.
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.

2003-12-16 05:29
1.0.1

Ein Problem, bei dem nfft == 1 unter bestimmten Bedingungen nicht festgesetzt worden war.
Tags: Minor bugfixes
A problem in which nfft==1 failed under certain
conditions was fixed.

2003-12-15 05:15
1.0.0

Es gibt kleine Änderungen an der API. Die alloc-Funktion lässt sich nun eine vom Benutzer bereitgestellte Puffer. Komplexe 2D FFT und eine Echtzeit-FFT 1d optimiert wurden hinzugefügt. Diese Version kompiliert unter 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.

Project Resources