⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dime
💻
字号:
This is FFTW, a collection of fast C routines to compute the DiscreteFourier Transform in one or more dimensions.`OFFICIAL' CODE:The doc/ directory contains the manual in texinfo, postscript, info,and HTML formats.  Frequently asked questions and answers can be foundin the FAQ/ directory in a variety of formats (including HTML).The fftw/ directory contains the source code for the complex transforms,and the rfftw/ directory contains the source code for the real transforms.Large portions of the source are automatically generated by a programin the gensrc/ directory (written in Objective Caml).  You do not needthis program to use FFTW, since FFTW comes with a default set ofpregenerated codelets.  You are, however, welcome to look at and playwith the generator (see the FFTW manual for more information).The threads/ directory contains an parallel version of FFTW (forshared-memory machines) that uses threads.  See the "Multi-threadedFFTW" section of the manual for more information.The mpi/ directory contains a parallel version of FFTW for transformson machines with MPI.  (This code, unlike our other two paralleltransforms, supports distributed memory machines.)  See the "MPI FFTW"section of the manual for more information.fortran/ contains some constant definitions for using FFTW fromFortran (see the FFTW manual), and also a small example program.Installation instructions are provided in the manual (don't worry, itis straightforward).`UNOFFICIAL' CODE (for you to play with):matlab/ contains code that allows you to call FFTW from MATLAB.The cilk/ directory contains an parallel version of FFTW written inCilk.  Cilk is a cool C-like language in which you can write spawnfoo() : foo will be executed in parallel with the main thread and thecost of spawn is just a few cycles (compare this with all the mess youhave to do to create a posix thread and pay 3000 cycles for it).  Moreinfo on Cilk can be found at http://supertech.lcs.mit.edu/cilk/.CONTACTS--------FFTW was written by Matteo Frigo and Steven G. Johnson.  You cancontact them at fftw@fftw.org.  The latest version of FFTW,benchmarks, links, and other information can be found at the FFTW homepage (http://www.fftw.org).  You can also sign up to the fftw-announcemailing list to receive (infrequent) updates and information about newreleases; to do so, go to:	http://www.fftw.org/mailman/listinfo/fftw-announce

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -