A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms.
Project description
pyFFTW is an attempt to produce a pythonic wrapper around FFTW. The ultimate aim is to present a unified interface for all the possible transforms that FFTW can perform.
Currently, only the complex DFT is supported, though on arbitrary axes of abitrary shaped and strided arrays, which makes it almost feature equivalent to standard FFT functions of numpy.fft (indeed, it supports the clongdouble dtype which numpy.fft does not). It shouldn’t be too much work to extend it to other schemes such as the real DFT.
A comprehensive unittest suite is included with the source.
The documentation can be found here, and the source is on github.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyFFTW-0.5.1.tar.gz
.
File metadata
- Download URL: pyFFTW-0.5.1.tar.gz
- Upload date:
- Size: 164.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4524dc95c48a2dd374a1ff1fd47d66f807104b4f318e463316d5932a3f8db4a6 |
|
MD5 | 4fac5148affd92cc8355ec3230710562 |
|
BLAKE2b-256 | b7a01284b75bfa08c92e1c034206df68bc1c1ce7bebaa383473b7bcf2c49db7f |