vector-fftw
Version 0.1.4.0 revision 1 uploaded by BenGamari.
Package meta
- Synopsis
- A binding to the fftw library for one-dimensional vectors.
- Description
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.- Author
- Judah Jacobson
- Bug reports
- n/a
- Category
- Math
- Copyright
- (c) Judah Jacobson, 2010
- Homepage
- http://hackage.haskell.org/package/vector-fftw
- Maintainer
- Ben Gamari <ben@smart-cactus.org>
- Package URL
- n/a
- Stability
- n/a