Télécharger la liste

Description du projet

jfftw3 provides JNI access to FFTW, an open source
C library for the computation of discrete Fourier
transforms. jfftw3 consists of a thin native
wrapper for the FFTW 3.2 library. The wrapping
covers FFTW's memory allocation, basic planner
interface, and wisdom handling. The native wrapper
is designed to support automatic JNI generation by
gluegen into a useful Java API providing the
original procedural FFTW interface.

Système requise

System requirement is not defined
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.

2008-12-25 20:43
0.1

L'interface permet une utilisation de procédure de FFTW (presque) dans la manière documentée pour la bibliothèque C FFTW. Une interface plus OO est souhaitable pour Java, cependant. Cette partie de jfftw3 n'est pas encore implémentée. Certaines parties de FFTW telles que l'Advanced et le planificateur de gourou de l'API ne sont pas encore couvertes, mais l'emballage est déjà utile pour les applications Java qui ont besoin d'une bibliothèque FFT rapide et fiable.
Tags: Initial freshmeat announcement
The procedural interface enables usage of FFTW (almost) in the way documented for the FFTW C library. A more OO interface is desirable for Java, however. This part of jfftw3 is not implemented yet. Some parts of FFTW including the advanced and guru planner API are not yet covered, but the wrapper is already useful for Java applications that need a fast and reliable FFT library.

Project Resources