Download List

Descripción del Proyecto

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.

System Requirements

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

La interfaz de procedimiento permite el uso de FFTW (casi) en la manera documentada para la biblioteca C de FFTW. Una interfaz más OO es deseable para Java, sin embargo. Esta parte de jfftw3 no está implementado. Algunas partes de FFTW incluido el avanzado y Planificación del gurú de la API no están aún cubiertos, pero la envoltura es ya útil para las aplicaciones Java que necesitan una biblioteca FFT rápido y 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