@hackage vector-fftw0.1.4.1
A binding to the fftw library for one-dimensional vectors.
Categories
License
BSD-3-Clause
Maintainer
Ben Gamari <ben@smart-cactus.org>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.3 && <4.22
- primitive >=0.6 && <0.10
- vector >=0.9 && <0.14
- storable-complex >=0.2 && <0.3 Show all…
Dependents (6)
@hackage/vocoder-dunai, @hackage/acme-everything, @hackage/hemokit, @hackage/vocoder, @hackage/vocoder-conduit, @hackage/vocoder-audio
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.
In addition, we provide .Multi
modules for each of these providing multi-dimensional
transforms.