Mercurial > hg > pyin
view evaluation/notecsv2molina.awk @ 117:1b75e5fd4b99 tony
sorted out precise timing, chose parameters
author | matthiasm |
---|---|
date | Mon, 23 Mar 2015 17:28:34 +0000 |
parents | b22527106f71 |
children |
line wrap: on
line source
BEGIN {FS=","}; {if ($2 > 0.09) {$2=$1+$2; $3 = 69+(log($3/440)/log(2)*12); print $1,$2, $3;}}