mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
USB analysis tools
This commit is contained in:
12
m1/usb/plot
Executable file
12
m1/usb/plot
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Plot output of "dec"
|
||||
#
|
||||
gnuplot -persist <<EOF
|
||||
set style data lines
|
||||
plot "_wv" using 1:(\$3-4), \
|
||||
"_dig" using 1:(\$2*3.3-4) lw 2, \
|
||||
"_wv" using 1:2, \
|
||||
"_dig" using 1:(\$3*3.3) lw 2, \
|
||||
"_clk" using 1:(\$2+1) lt 7
|
||||
EOF
|
||||
Reference in New Issue
Block a user