1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

tornado/fw/sim/: crude simulation of sensor behaviour and signal processing

This commit is contained in:
Werner Almesberger
2012-12-03 21:23:46 -03:00
parent 8c868198ed
commit bc00a4d979
3 changed files with 82 additions and 0 deletions

7
tornado/fw/sim/p Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
./alg >_out
gnuplot -persist <<EOF
set style data lines
plot "_out" using 1, "_out" using 2, "_out" using 3, "_out" using 4, \
"_out" using (100*\$5)
EOF