Install, Readme and Changes files updated.
[Faustine.git] / dsp_files / fft2d.dsp
index 870c1e2..2f12748 100644 (file)
@@ -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);