projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Replace Sys.time by Unix.time in main.ml.
[Faustine.git]
/
examples
/
fft
/
fft.dsp
diff --git
a/examples/fft/fft.dsp
b/examples/fft/fft.dsp
index
aec903f
..
76f7636
100644
(file)
--- a/
examples/fft/fft.dsp
+++ b/
examples/fft/fft.dsp
@@
-7,7
+7,7
@@
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);
//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) : 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);
//process = fft_test(128,128) : serialize;
//process = (0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7) <: shuffle(8);