wisdom
thing?
wisdom
? I just wanted to save a plan.
For more details, see the paper "The Fastest Fourier Transform in the West", by M. Frigo and S. G. Johnson, available at the FFTW web page. See also "FFTW: An Adaptive Software Architecture for the FFT", in ICASSP '98.
wisdom
thing?
wisdom
is the name of the mechanism that FFTW uses to save
and restore plans. Rather than just saving plans, FFTW remembers what
it learns about your machine, and becomes wiser and wiser as time
passes by. You can save wisdom
for later use.
wisdom
? I just wanted to save a plan.
wisdom
could be implemented with less effort than a general
plan-saving mechanism would have required. In addition,
wisdom
provides additional benefits. For example, if you
are planning transforms of size 1024, and later you want a transform
of size 2048, most of the calculations of the 1024 case can be reused.
In short, wisdom
does more things with less effort, and seemed like The Right Thing to do.
Matteo Frigo and Steven G. Johnson / fftw@fftw.org - 24 March 2003