annotate notecsv2molina.awk @ 85:bf6b9338233d

added script
author Matthias Mauch <matthias.mauch@eecs.qmul.ac.uk>
date Thu, 04 Dec 2014 16:37:58 +0000
parents e640768a007f
children
rev   line source
matthias@84 1 BEGIN {FS=","}; {if ($2 > 0.09) {$2=$1+$2; $3 = 69+(log($3/440)/log(2)*12); print $1,$2, $3;}}