projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding new source file faustio.ml, including class waveio and class csvio.
[Faustine.git]
/
dsp_files
/
haar.dsp
1
decimate = vectorize(2):[1];
2
mean = _ <: _,mem : + : /(2);
3
left = _,!;
4
process = _ <: (mean:decimate),decimate <: left,-;