From 42643d9f77b84cdd0b1395da5de16595c16cc331 Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Fri, 3 Aug 2012 05:06:21 +0200 Subject: [PATCH] Tuned coefs... --- c/goertzel/sleepplot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/goertzel/sleepplot.sh b/c/goertzel/sleepplot.sh index 6d682a8..6622035 100755 --- a/c/goertzel/sleepplot.sh +++ b/c/goertzel/sleepplot.sh @@ -34,9 +34,9 @@ set grid #set pointsize 0.5 plot\ "$in" using 2:5 title "Sensor state" with steps,\ -"" using 2:(\$6*3) title "Avg. 10s" with lines,\ +"" using 2:(\$6*2) title "Avg. 10s" with lines,\ "" using 2:(\$7*3) title "Avg. 30s" with lines,\ -"" using 2:(\$8*3) title "Avg. 120s" smooth bezier\ +"" using 2:(\$8*4) title "Avg. 120s" smooth bezier\ EOF -- 2.30.2