1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-01 03:18:54 +03:00
ben-wpan/atusb/fw/an/plot
2011-02-22 00:24:07 -03:00

13 lines
238 B
Bash
Executable File

#!/bin/sh
#
# Plot output of "dec"
#
gnuplot -persist <<EOF
set style data lines
plot "_wv" using 1:(\$2-4), \
"_dig" using 1:(\$2*3.3-4) lw 2, \
"_wv" using 1:3, \
"_dig" using 1:(\$3*3.3) lw 2, \
"_clk" using 1:(\$2+1) lt 7
EOF