Mercurial > hg > silvet
diff testdata/TRIOS-mirex2012-matlab/calculate.sh @ 60:5472c6bbd936
Timings
author | Chris Cannam |
---|---|
date | Mon, 28 Apr 2014 12:32:36 +0100 |
parents | d5f5c91f4afe |
children | 5f8b4d609b03 |
line wrap: on
line diff
--- a/testdata/TRIOS-mirex2012-matlab/calculate.sh Mon Apr 28 11:05:32 2014 +0100 +++ b/testdata/TRIOS-mirex2012-matlab/calculate.sh Mon Apr 28 12:32:36 2014 +0100 @@ -39,7 +39,7 @@ wbase=`basename "$w" .wav` out="$outdir/$wbase.lab" echo "Processing wav file $w, writing to lab file $out" - ( cd "$matlab_path" ; echo "doMultiF0('$w','$out')" | matlab -nojvm ) + time ( cd "$matlab_path" ; echo "doMultiF0('$w','$out')" | matlab -nojvm ) echo "Done" done fi