forked from PAWPAW-Mirror/lib_xua
PID tuning (with gnuplot script to display fifo level printed)
This commit is contained in:
1
examples/xua_lite_example/plot_fill_level.sh
Normal file
1
examples/xua_lite_example/plot_fill_level.sh
Normal file
@@ -0,0 +1 @@
|
||||
grep f: dump.txt | grep -Eo "\-?\d+" > proc.txt&& gnuplot -p -e 'set term png; plot "proc.txt" with lines' > plot.png && open plot.png
|
||||
Reference in New Issue
Block a user