view evaluation/notecsv2molina.awk @ 157:2e6911badde9

Remove fast-math for repeatability, and make (tiny) updates to expected regression output accordingly
author Chris Cannam
date Wed, 29 Jan 2020 11:45:38 +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;}}