Averaging multiple averages is supercool, but i've just realized drawback of my avera...
authorTomas Mudrunka <tomas@mudrunka.cz>
Fri, 3 Aug 2012 05:26:43 +0000 (07:26 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Fri, 3 Aug 2012 05:26:43 +0000 (07:26 +0200)
c/goertzel/sleepplot.sh

index ea0bac2ac296b138c7aedc24b22e46826723b3d4..ab6822610e2895e0141c16c13eb2e25f931273a3 100755 (executable)
@@ -38,11 +38,13 @@ set grid
 #set pointsize 0.5
 plot\
 "$in" using 2:5 title "Sensor state" with steps,\
-"" using 2:(\$6*2) title "Avg. 10s" with lines,\
-"" using 2:(\$7*3) title "Avg. 30s" with lines,\
-"" using 2:(\$8*3) title "Avg. 60s" with lines,\
-"" using 2:(\$9*3) title "Avg. 90s" with lines,\
-"" using 2:(\$10*4) title "Avg. 120s" smooth bezier\
+"" using 2:((\$6*3+\$7*6+\$8*6+\$9+\$10)/5) title "Avg." 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. 60s" with lines,\
+#"" using 2:(\$9*3) title "Avg. 90s" with lines,\
+#"" using 2:(\$10*4) title "Avg. 120s" smooth bezier\
+
 
 EOF
 
This page took 0.134234 seconds and 4 git commands to generate.