view notecsv2molina.awk @ 84:e640768a007f

added awk to transform to different output format
author Matthias Mauch <matthias.mauch@eecs.qmul.ac.uk>
date Thu, 04 Dec 2014 16:11:29 +0000
parents e5c62fdfae4e
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;}}