vector-fftw

A binding to the fftw library for one-dimensional vectors.

http://hackage.haskell.org/package/vector-fftw

Version on this page:0.1.3.7
LTS Haskell 11.22:0.1.3.8@rev:1
Stackage Nightly 2018-03-12:0.1.3.8
Latest on Hackage:0.1.4.0

See all snapshots vector-fftw appears in

BSD-3-Clause licensed by Judah Jacobson
Maintained by Ben Gamari
This version can be pinned in stack with:vector-fftw-0.1.3.7@sha256:67e41e40f47fce589896f9d94cdda9ad859ffb5d9ad8e22a91c1c08f5a11efb0,2044

Module documentation for 0.1.3.7

This package provides bindings to the fftw library for one-dimensional vectors. It provides both high-level functions and more low-level manipulation of fftw plans.

We provide three different modules which wrap fftw's operations:

  • Numeric.FFT.Vector.Unnormalized contains the raw transforms;

  • Numeric.FFT.Vector.Invertible scales the backwards transforms to be true inverses;

  • Numeric.FFT.Vector.Unitary additionally scales all transforms to preserve the L2 (sum-of-squares) norm of the input.