graph noise
This commit is contained in:
parent
cc4e64016c
commit
57740b2e92
BIN
.gitea/graph-16g.png
Normal file
BIN
.gitea/graph-16g.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
.gitea/graph-2g.png
Normal file
BIN
.gitea/graph-2g.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
.gitea/graph-4g.png
Normal file
BIN
.gitea/graph-4g.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
.gitea/graph-8g.png
Normal file
BIN
.gitea/graph-8g.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
3200
data/hr_16g_1.txt
Normal file
3200
data/hr_16g_1.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_16g_10.txt
Normal file
3200
data/hr_16g_10.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_16g_100.txt
Normal file
3200
data/hr_16g_100.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_16g_200.txt
Normal file
3200
data/hr_16g_200.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_16g_25.txt
Normal file
3200
data/hr_16g_25.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_16g_400.txt
Normal file
3200
data/hr_16g_400.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_16g_50.txt
Normal file
3200
data/hr_16g_50.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_2g_1.txt
Normal file
3200
data/hr_2g_1.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_2g_10.txt
Normal file
3200
data/hr_2g_10.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_2g_100.txt
Normal file
3200
data/hr_2g_100.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_2g_200.txt
Normal file
3200
data/hr_2g_200.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_2g_25.txt
Normal file
3200
data/hr_2g_25.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_2g_400.txt
Normal file
3200
data/hr_2g_400.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_2g_50.txt
Normal file
3200
data/hr_2g_50.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_4g_1.txt
Normal file
3200
data/hr_4g_1.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_4g_10.txt
Normal file
3200
data/hr_4g_10.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_4g_100.txt
Normal file
3200
data/hr_4g_100.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_4g_200.txt
Normal file
3200
data/hr_4g_200.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_4g_25.txt
Normal file
3200
data/hr_4g_25.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_4g_400.txt
Normal file
3200
data/hr_4g_400.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_4g_50.txt
Normal file
3200
data/hr_4g_50.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_8g_1.txt
Normal file
3200
data/hr_8g_1.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_8g_10.txt
Normal file
3200
data/hr_8g_10.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_8g_100.txt
Normal file
3200
data/hr_8g_100.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_8g_200.txt
Normal file
3200
data/hr_8g_200.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_8g_25.txt
Normal file
3200
data/hr_8g_25.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_8g_400.txt
Normal file
3200
data/hr_8g_400.txt
Normal file
File diff suppressed because it is too large
Load Diff
3200
data/hr_8g_50.txt
Normal file
3200
data/hr_8g_50.txt
Normal file
File diff suppressed because it is too large
Load Diff
27
plot.gp
Normal file
27
plot.gp
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# gnuplot
|
||||||
|
reset
|
||||||
|
|
||||||
|
set terminal pngcairo enhanced size 1920/2,1080/2
|
||||||
|
set grid
|
||||||
|
set key box opaque
|
||||||
|
|
||||||
|
set ylabel "|[x y z]| - 1g"
|
||||||
|
set xlabel "Samples over time"
|
||||||
|
set yrange [-0.2:0.2]
|
||||||
|
|
||||||
|
n(g) = g - 1.0
|
||||||
|
|
||||||
|
do for [g in "2g 4g 8g 16g"] {
|
||||||
|
name = sprintf("graph-%s", g)
|
||||||
|
out = sprintf("%s.png", name)
|
||||||
|
stub = sprintf("data/hr_%s_", g)
|
||||||
|
set title sprintf("[%s + HR] comparison of ODR setting effect on magnitude of [x y z] acc vector (- 1g)", g)
|
||||||
|
set output out
|
||||||
|
plot stub."1.txt" u n(4) w p ps 0.3 t "1 Hz", \
|
||||||
|
stub."10.txt" u n(4) w p ps 0.3 t "10 Hz", \
|
||||||
|
stub."25.txt" u n(4) w p ps 0.3 t "25 Hz", \
|
||||||
|
stub."50.txt" u n(4) w p ps 0.3 t "50 Hz", \
|
||||||
|
stub."100.txt" u n(4) w p ps 0.3 t "100 Hz", \
|
||||||
|
stub."200.txt" u n(4) w p ps 0.3 t "200 Hz", \
|
||||||
|
stub."400.txt" u n(4) w p ps 0.3 t "400 Hz", \
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user