1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-08-27 23:50:15 +03:00
ben-wpan/atusb/fw/an/plot

13 lines
238 B
Plaintext
Raw Normal View History

2011-02-14 04:00:35 +02:00
#!/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