X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/8c48d01c4b78dba6159c13438b06cb7e07a1f338..fc2ec49c325b99370170789886b4be4f43e16d68:/dsp_files/fft2d.dsp diff --git a/dsp_files/fft2d.dsp b/dsp_files/fft2d.dsp index 870c1e2..2f12748 100644 --- a/dsp_files/fft2d.dsp +++ b/dsp_files/fft2d.dsp @@ -44,7 +44,8 @@ new_fft2d(x, y) = normalize(y, GREY_MAX) : vectorize(x) : lines_fft(x, y) : matr //safer with x=y because tests and zero padding are still to implement //process = fft2d(32,32); -process = new_fft2d(32,32); + +//process = new_fft2d(32,32);