Root/atusb/fw/an/plot

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

Archive Download this file



interactive