PID tuning (with gnuplot script to display fifo level printed)

This commit is contained in:
Ed Clarke
2018-11-30 11:43:55 +00:00
parent 45d84a2b84
commit abd3141b0d
2 changed files with 18 additions and 15 deletions

View 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