About Anaconda Help Download Anaconda

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

Installers

  • osx-arm64 v0.13.1
  • linux-aarch64 v0.13.1
  • linux-64 v0.13.1
  • osx-64 v0.13.1
  • win-64 v0.13.1

conda install

To install this package run one of the following:
conda install sfe1ed40::pyfftw

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).


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy