资 源 简 介
This project is now unmaintained
ANFFT was launched to provide a NumPy-like interface to the FFTW library, which at the time was unavailable. The PyFFTW library now supports such a capability:
http://hgomersall.github.io/pyFFTW/
We recommend switching to PyFFTW. If you are interested in taking over maintenance of the ANFFT codebase, contact the original author at andrew dot collette at gmail dot com.
News
ANFFT 0.2 was released on April 8, 2012. Windows (32-bit) is now supported. This version also features improved single-precision real-to-complex transforms (thanks to Jeffrey Whitaker and G. Holzmann).
What is ANFFT?
ANFFT is an FFT package for Python, based on FFTW. It provides a means to
perform multi-threaded, self-tuning FFTs via the following high-level
functions, similar to those found in NumPy and SciPy:
fft, ifft, fftn, ifftn (rea