-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTestResults_2.m
91 lines (74 loc) · 1.12 KB
/
TestResults_2.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
%% myscan image 218 scan 215 10 steps with initial velocity
norm1 = [ 0.1005
0.0938
0.0292
0.0625
0.0358
0.2939
0.1601
0.1087
0.0255
0.1033
0.0542]
%% myscan image 218 scan 215 10 steps without velocity
norm2 = [0.0890
0.2674
0.0270
0.0959
0.0323
0.1192
0.1567
0.0879
0.0524
0.0386
0.0718]
%% myCONFIG.STEP.START = 315; with ground truth velocity
norm1 =[ 0.0198
0.0346
0.0188
0.0237
0.0115
0.0206
0.0230
0.0146
0.0265
0.0119
0.0115]
%% myCONFIG.STEP.START = 315; without ground truth velocity
norm2=[0.0136
0.0252
0.0273
0.0401
0.0207
0.0395
0.0236
0.0092
0.0368
0.0092
0.0126]
%% Two step
%% step 215 initial velocity
norm1 = [0.0634
0.0999
0.1113
0.0412
0.1181
0.1644
0.2988
0.0432
0.0412
0.0519
0.2115]
%% step 215 without initial velocity
norm2 = [0.1670
0.2392
0.0748
0.1100
0.1853
0.0881
0.0436
0.1235
0.1043
0.1258
0.1769]
%% step 315 without initial velocity