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.
Both the complex DFT and the real DFT are supported, as well as arbitrary axes of abitrary shaped and strided arrays, which makes it almost feature equivalent to standard and real FFT functions of numpy.fft (indeed, it supports the clongdouble dtype which numpy.fft does not).
A comprehensive unittest suite is included with the source.
To build from source, the FFTW library must be installed already.
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.6.0.tar.gz
.
File metadata
- Download URL: pyFFTW-0.6.0.tar.gz
- Upload date:
- Size: 174.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e2023465e8645128ae2b07480731e746dcd0171180c957d9352053fe9c74f26 |
|
MD5 | f1e228ad5666766f30de64d845031a8f |
|
BLAKE2b-256 | 6e29cf5165c7ae31bebbd1aa783d02323d549a645b3c5f450546ec6a517415e2 |