Root/m1/usb/plot

Source at commit ebb0d2708b542ee20929375d9a22d37d86b100a5 created 10 years 1 month ago.
By Werner Almesberger, ircstat/README: change date format from MMYY to YYMM
1#!/bin/sh
2#
3# Plot output of "dec"
4#
5gnuplot -persist <<EOF
6set style data lines
7plot "_wv" using 1:(\$3-4), \
8  "_dig" using 1:(\$2*3.3-4) lw 2, \
9  "_wv" using 1:2, \
10  "_dig" using 1:(\$3*3.3) lw 2, \
11  "_clk" using 1:(\$2+1) lt 7
12EOF
13

Archive Download this file

Branches:
master



interactive