Tweak math/geg version 1.0.2_7
[dports.git] / math / p5-Math-FFT / pkg-descr
1 The Math::FFT module provides an interface to various Fast Fourier
2 Transform (FFT) routines of the C routine of fft4g.c; The one-dimensional
3 data sets, of size 2^n, are assumed to be sampled at a constant
4 rate.
5
6 The FFT methods available are
7 - cdft: Complex Discrete Fourier Transform
8 - rdft: Real Discrete Fourier Transform
9 - ddct: Discrete Cosine Transform
10 - ddst: Discrete Sine Transform
11 - dfct:  Cosine Transform of RDFT (Real Symmetric DFT)
12 - dfst:  Sine Transform of RDFT (Real Symmetric DFT)
13 as well as their inverses.
14
15 The C code for the FFT routines of fft4g.c is copyrighted 1996-99
16 by Takuya OOURA. The file arrays.c included here to handle passing
17 arrays to and from C comes from the PGPLOT module of Karl Glazebrook
18 <kgb@aaoepp.aao.gov.au>. The perl interface of the Math::FTT module
19 is Copyright 2000 by Randy Kobes <randy@theoryx5.uwinnipeg.ca>,
20 and may be distributed under the same terms as Perl itself.
21
22 WWW: http://search.cpan.org/dist/Math-FFT/