Changes between Version 30 and Version 31 of Examples/Fft2dHighpass
- Timestamp:
- Mar 30, 2011, 3:26:43 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/Fft2dHighpass
v30 v31 13 13 The main algorithm is at [http://code.ouroborus.net/repa/repa-head/repa-algorithms/Data/Array/Repa/Algorithms/FFT.hs FFT.hs] 14 14 15 The wrapper is at [http://code.ouroborus.net/repa/repa-head/repa-examples/ FFT/HighPass2d/src/Main.hs Main.hs]15 The wrapper is at [http://code.ouroborus.net/repa/repa-head/repa-examples/examples/FFT/HighPass2d/src-repa/Main.hs Main.hs] 16 16 17 17 == Test Data ==