CMD + K

pyfftw

Community

A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms.

Installation

To install this package, run one of the following:

Conda
$conda install sfe1ed40::pyfftw

Usage Tracking

0.13.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

pyFFTW is a pythonic wrapper around FFTW, the speedy FFT library. 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 on 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).

About

Summary

A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms.

Last Updated

Mar 25, 2024 at 20:42

License

BSD-3-Clause and BSD-2-Clause and GPL-2.0

Total Downloads

10.4K

Supported Platforms

macOS-arm64
linux-aarch64
linux-64
macOS-64
win-64