Changes between Version 25 and Version 26 of Examples/Fft2dHighpass
- Timestamp:
- May 17, 2010, 8:41:01 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/Fft2dHighpass
v25 v26 52 52 FFTW contains deep magic, and is comparable with vendor optimised versions. "Estimate" mode is not the most magical. The "Measure" mode of FFTW performs runtime profiling to determine the best way to do an FFT on your hardware. However, this process can require several seconds of startup time, which is why I haven't enabled it. 53 53 54 The FFTW version also uses a precomputed wavetable of sin and cos values, but the othersdo not.54 The FFTW version uses a precomputed wavetable of sin and cos values, but the others (including Jones's) do not. 55 55 56 56