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:
7
tornado/fw/sim/p
Executable file
7
tornado/fw/sim/p
Executable 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
|
||||
Reference in New Issue
Block a user