X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=c%2Fgoertzel%2Fsleepplot.sh;h=a47f7e2f92be1efe07f7d135bf38656b29933782;hb=86166123aef3c81e6e05cd6dcdc73ea93b5775a1;hp=ea0bac2ac296b138c7aedc24b22e46826723b3d4;hpb=3afb9fca6a37d4deea62d7b894fb953e8b538614;p=mirrors%2FPrograms.git diff --git a/c/goertzel/sleepplot.sh b/c/goertzel/sleepplot.sh index ea0bac2..a47f7e2 100755 --- a/c/goertzel/sleepplot.sh +++ b/c/goertzel/sleepplot.sh @@ -38,11 +38,15 @@ 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\ +"$in.stats" using 1:((\$3*3+\$4*6+\$5*6+\$6+\$7)/5) title "Avg." smooth bezier\ +#"" using 2:((\$6*3+\$7*6+\$8*6+\$9+\$10)/5) title "Avg." with lines,\ +#"$in.stats" using 1:((\$3*3+\$4*6+\$5*6+\$6+\$7)/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