Tuned coefs...
authorTomas Mudrunka <tomas@mudrunka.cz>
Fri, 3 Aug 2012 03:06:21 +0000 (05:06 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Fri, 3 Aug 2012 03:06:21 +0000 (05:06 +0200)
c/goertzel/sleepplot.sh

index 6d682a8337d7adbd4c6502098fa7a6eb0c781a67..6622035f740f5e4eefa7ddf94cae5c6e1ef0b9c1 100755 (executable)
@@ -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
 
This page took 0.110359 seconds and 4 git commands to generate.