Merge branch 'OOP' of https://scm.cri.ensmp.fr/git/Faustine into OOP
[Faustine.git] / dsp_files / haar.dsp
1 decimate = vectorize(2):[1];
2 mean = _ <: _,mem : + : /(2);
3 left = _,!;
4 process = _ <: (mean:decimate),decimate <: left,-;