wok-6.x diff fftw/description.txt @ rev 24568
sokojs: add shrink.sh (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 16:37:15 2022 +0000 (2022-02-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fftw/description.txt Sat Feb 26 16:37:15 2022 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +FFTW is a C subroutine library for computing the discrete 1.5 +Fourier transform (DFT) in one or more dimensions, 1.6 +of arbitrary input size, and of both real and complex data 1.7 +(as well as of even or odd data, i.e. the discrete cosine 1.8 +or sine transforms or DCT/DST). 1.9 +We believe that FFTW, which is free software, should become 1.10 +the FFT library of choice for most applications.