|
| Numeric.Transform.Fourier.DFT | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
| Description |
| Not so naive implementation of a Discrete Fourier Transform.
|
|
|
|
| dft |
| :: (Ix a, Integral a, RealFloat b) | | | => Array a (Complex b) | x[n] | | -> Array a (Complex b) | X[k] |
|
|
| Produced by Haddock version 0.4 |