aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-FFT/pkg-descr
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-03-13 00:04:10 +0800
committerlioux <lioux@FreeBSD.org>2001-03-13 00:04:10 +0800
commitd59143058e96026d050096bc96070b5ff3032e52 (patch)
tree658536a157a7bf29d2e441df0d00a1e0508d56e5 /math/p5-Math-FFT/pkg-descr
parent67cc408320faa966d5d625d816ed6bbf78c1dce6 (diff)
downloadfreebsd-ports-gnome-d59143058e96026d050096bc96070b5ff3032e52.tar.gz
freebsd-ports-gnome-d59143058e96026d050096bc96070b5ff3032e52.tar.zst
freebsd-ports-gnome-d59143058e96026d050096bc96070b5ff3032e52.zip
New port:
Perl module providing an interface to Fast Fourier Transform routines Initial import module version 0.25
Diffstat (limited to 'math/p5-Math-FFT/pkg-descr')
-rw-r--r--math/p5-Math-FFT/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/p5-Math-FFT/pkg-descr b/math/p5-Math-FFT/pkg-descr
new file mode 100644
index 000000000000..89af48b762d2
--- /dev/null
+++ b/math/p5-Math-FFT/pkg-descr
@@ -0,0 +1,22 @@
+The Math::FFT module provides an interface to various Fast Fourier
+Transform (FFT) routines of the C routine of fft4g.c; The one-dimensional
+data sets, of size 2^n, are assumed to be sampled at a constant
+rate.
+
+The FFT methods available are
+- cdft: Complex Discrete Fourier Transform
+- rdft: Real Discrete Fourier Transform
+- ddct: Discrete Cosine Transform
+- ddst: Discrete Sine Transform
+- dfct: Cosine Transform of RDFT (Real Symmetric DFT)
+- dfst: Sine Transform of RDFT (Real Symmetric DFT)
+as well as their inverses.
+
+The C code for the FFT routines of fft4g.c is copyrighted 1996-99
+by Takuya OOURA. The file arrays.c included here to handle passing
+arrays to and from C comes from the PGPLOT module of Karl Glazebrook
+<kgb@aaoepp.aao.gov.au>. The perl interface of the Math::FTT module
+is Copyright 2000 by Randy Kobes <randy@theoryx5.uwinnipeg.ca>,
+and may be distributed under the same terms as Perl itself.
+
+WWW: http://momonga.t.u-tokyo.ac.jp/~ooura/fft.html.