Changes between Version 24 and Version 25 of Examples/Fft2dHighpass
- Timestamp:
- May 17, 2010, 8:39:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/Fft2dHighpass
v24 v25 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 others do not. 54 55 56