]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - dsp_files/fft.dsp
Csv IO class implemented.
[Faustine.git] / dsp_files / fft.dsp
index 8769e5aff943b8734323757314cf7338c09617de..34a795eb6d1ba7b225c8c8771ff30ef50d600c88 100644 (file)
@@ -8,7 +8,7 @@ import ( "mrfaustlib/complex.lib" ) ;
 fft_test(n,m) = vectorize(n) : fft(n) : pcplx_moduls(n) : nconcat(n);
 
 //process = +, _ : + : fft_test(128);
-process = fft_test(128,128) : serialize : vectorize(1);
+process = fft_test(128,128);
 //process = (0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7) <: shuffle(8);