X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e5b0e8bee502e61dfaaf2a5bc4b4d9d4938a9a2a..91130bc31ab7163870b104407781db50a6f84980:/examples/fft/fft.dsp diff --git a/examples/fft/fft.dsp b/examples/fft/fft.dsp index 90f97a1..aec903f 100644 --- a/examples/fft/fft.dsp +++ b/examples/fft/fft.dsp @@ -7,8 +7,8 @@ import ("complex.lib"); //fft_test(n,m) = _ : overlap(n,m) : fft(n) : stops(n/2), pcplx_moduls(n/2) : nconcat(n/2); fft_test(n,m) = vectorize(n) : fft(n) : pcplx_moduls(n) : nconcat(n); -//process = +, _ : + : fft_test(128,128); -process = fft_test(128,128) : serialize; +process = +, + : + : fft_test(128,128) : serialize; +//process = fft_test(128,128) : serialize; //process = (0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7) <: shuffle(8);