Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2
<html>
3
<head><title>
4
FFTW Frequently Asked Questions with Answers
5
</title>
6
<link rev="made" href="mailto:fftw@theory.lcs.mit.edu">
7
<link rel="Contents" href="index.html">
8
<link rel="Start" href="index.html">
9
<META name="description"
10
      content="Frequently asked questions and answers (FAQ) for FFTW.">
11
<link rel="Bookmark" title="FFTW FAQ" href="index.html">
12
<LINK rel="Bookmark" title="FFTW Home Page"
13
      href="http://theory.lcs.mit.edu/~fftw">
14
<LINK rel="Bookmark" title="FFTW Manual"
15
      href="http://theory.lcs.mit.edu/~fftw/doc/fftw_toc.html">
16
</head><body text="#000000" bgcolor="#FFFFFF"><h1>
17
FFTW Frequently Asked Questions with Answers
18
</h1>
19
This is the list of Frequently Asked Questions about FFTW, a
20
collection of fast C routines for computing the Discrete Fourier
21
Transform in one or more dimensions.  
22
<h1>
23
Index
24
</h1>
25
 
26
<ul>
27
<li><b><font size="+2"><a href="section1.html" rel=subdocument>Section 1.  Introduction and General Information</a></font></b>
28
<li><a href="section1.html#whatisfftw" rel=subdocument>Q1.1. What is FFTW?</a>
29
<li><a href="section1.html#whereisfftw" rel=subdocument>Q1.2. How do I obtain FFTW?</a>
30
<li><a href="section1.html#isfftwfree" rel=subdocument>Q1.3. Is FFTW free software?</a>
31
<li><a href="section1.html#nonfree" rel=subdocument>Q1.4. What is this about non-free licenses?</a>
32
<br><br><li><b><font size="+2"><a href="section2.html" rel=subdocument>Section 2.  Installing FFTW</a></font></b>
33
<li><a href="section2.html#systems" rel=subdocument>Q2.1. Which systems does FFTW run on?</a>
34
<li><a href="section2.html#runOnDOS" rel=subdocument>Q2.2. Does FFTW run on DOS/Windows?</a>
35
<li><a href="section2.html#compilerCrashes" rel=subdocument>Q2.3. My compiler crashes when compiling FFTW.</a>
36
<li><a href="section2.html#solarisSucks" rel=subdocument>Q2.4. FFTW does not compile on Solaris, complaining about
37
<code>const</code>.</a>
38
<li><a href="section2.html#languages" rel=subdocument>Q2.5. Which language is FFTW written in?</a>
39
<li><a href="section2.html#fortran" rel=subdocument>Q2.6. Can I call FFTW from FORTRAN?</a>
40
<li><a href="section2.html#cplusplus" rel=subdocument>Q2.7. Can I call FFTW from C++?</a>
41
<li><a href="section2.html#whynotfortran" rel=subdocument>Q2.8. Why isn't FFTW written in FORTRAN/C++?</a>
42
<li><a href="section2.html#singleprec" rel=subdocument>Q2.9. How do I compile FFTW to run in single precision?</a>
43
<br><br><li><b><font size="+2"><a href="section3.html" rel=subdocument>Section 3.  Using FFTW</a></font></b>
44
<li><a href="section3.html#slow" rel=subdocument>Q3.1. FFTW seems really slow.</a>
45
<li><a href="section3.html#conventions" rel=subdocument>Q3.2. FFTW gives results different from my old
46
FFT.</a>
47
<li><a href="section3.html#savePlans" rel=subdocument>Q3.3. Can I save FFTW's plans?</a>
48
<li><a href="section3.html#whyscaled" rel=subdocument>Q3.4. Why does your inverse transform return a scaled
49
result?</a>
50
<li><a href="section3.html#centerorigin" rel=subdocument>Q3.5. How can I make FFTW put the origin (zero frequency) at the center of
51
its output?</a>
52
<li><a href="section3.html#imageaudio" rel=subdocument>Q3.6. How do I FFT an image/audio file in <i>foobar</i> format?</a>
53
<li><a href="section3.html#linkfails" rel=subdocument>Q3.7. My program does not link (on Unix).</a>
54
<br><br><li><b><font size="+2"><a href="section4.html" rel=subdocument>Section 4.  Internals of FFTW</a></font></b>
55
<li><a href="section4.html#howworks" rel=subdocument>Q4.1. How does FFTW work?</a>
56
<li><a href="section4.html#whyfast" rel=subdocument>Q4.2. Why is FFTW so fast?</a>
57
<li><a href="section4.html#wisdom" rel=subdocument>Q4.3. What is this <code>wisdom</code> thing?</a>
58
<li><a href="section4.html#whywisdom" rel=subdocument>Q4.4. Why do you use <code>wisdom</code>? I just wanted to save a plan.</a>
59
<br><br><li><b><font size="+2"><a href="section5.html" rel=subdocument>Section 5.  Known bugs</a></font></b>
60
<li><a href="section5.html#rfftwndbug" rel=subdocument>Q5.1. FFTW 1.1 crashes in rfftwnd on Linux.</a>
61
<li><a href="section5.html#fftwmpibug" rel=subdocument>Q5.2. The MPI transforms in FFTW 1.2 give incorrect results/leak
62
memory.</a>
63
<li><a href="section5.html#testsingbug" rel=subdocument>Q5.3. The test programs in FFTW 1.2.1 fail when I change FFTW to use single
64
precision.</a>
65
<li><a href="section5.html#teststoobig" rel=subdocument>Q5.4. The test program in FFTW 1.2.1 fails for n &gt;
66
46340.</a>
67
<li><a href="section5.html#linuxthreads" rel=subdocument>Q5.5. The threaded code fails on Linux Redhat 5.0</a>
68
<li><a href="section5.html#bigrfftwnd" rel=subdocument>Q5.6. FFTW 2.0's rfftwnd fails for rank &gt; 1 transforms with a final
69
dimension &gt;= 65536.</a>
70
<li><a href="section5.html#primebug" rel=subdocument>Q5.7. FFTW 2.0's complex transforms give the wrong results with prime
71
factors 17 to 97.</a>
72
<li><a href="section5.html#mpichbug" rel=subdocument>Q5.8. FFTW 2.1.1's MPI test programs crash with
73
MPICH.</a>
74
</ul><hr>
75
<address>
76
<A href="http://theory.lcs.mit.edu/~fftw/">Matteo Frigo and Steven G. Johnson</A> / <A href="mailto:fftw@theory.lcs.mit.edu">fftw@theory.lcs.mit.edu</A>
77
- 18 May 1999
78
</address><br>
79
Extracted from FFTW Frequently Asked Questions with Answers,
80
Copyright &copy; 1999 Massachusetts Institute of Technology.
81
</body></html>