forked from Oli97/jjko-flight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabellen.tex
160 lines (158 loc) · 6.76 KB
/
tabellen.tex
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{color}
\usepackage[a4paper,lmargin={2cm},rmargin={2cm},
tmargin={2.5cm},bmargin = {2.5cm}]{geometry}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{listingsutf8}
\begin{document}
\begin{table}
\centering
\caption{V,G,H,R Eigencode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 3.5393 & -0.1794 & 1.9966 & 0.0184 \\
2 & 3.5393 & -0.1794 & 1.9933 & 0.0368 \\
3 & 3.5393 & -0.1794 & 1.9899 & 0.0552 \\
4 & 3.5393 & -0.1794 & 1.9866 & 0.0737 \\
5 & 3.5393 & -0.1794 & 1.9832 & 0.0921 \\
6 & 3.5393 & -0.1794 & 1.9799 & 0.1105 \\
7 & 3.5393 & -0.1794 & 1.9765 & 0.1290 \\
8 & 3.5393 & -0.1794 & 1.9732 & 0.1474 \\
9 & 3.5393 & -0.1794 & 1.9699 & 0.1658
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{V,G,H,R Originalcode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 3.5493 & -0.1794 & 1.9968 & 0.0174 \\
2 & 3.5493 & -0.1794 & 1.9936 & 0.0349 \\
3 & 3.5493 & -0.1794 & 1.9905 & 0.0523 \\
4 & 3.5493 & -0.1794 & 1.9873 & 0.0698 \\
5 & 3.5493 & -0.1794 & 1.9841 & 0.0873 \\
6 & 3.5493 & -0.1794 & 1.9810 & 0.1047 \\
7 & 3.5493 & -0.1794 & 1.9778 & 0.1222 \\
8 & 3.5493 & -0.1794 & 1.9746 & 0.1397 \\
9 & 3.5493 & -0.1794 & 1.9714 & 0.1571
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{V,0,H,R Eigencode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 3.5401 & -0.0002 & 1.9999 & 0.0187 \\
2 & 3.5310 & -0.0006 & 1.9999 & 0.0373 \\
3 & 3.5219 & -0.0010 & 1.9999 & 0.0559 \\
4 & 3.5129 & -0.0015 & 1.9999 & 0.0745 \\
5 & 3.5040 & -0.0020 & 1.9999 & 0.0930 \\
6 & 3.4951 & -0.0027 & 1.9998 & 0.1115 \\
7 & 3.4864 & -0.0034 & 1.9998 & 0.1299 \\
8 & 3.4777 & -0.0042 & 1.9997 & 0.1483 \\
9 & 3.4691 & -0.0050 & 1.9996 & 0.1666
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{V,0,H,R Originalcode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 3.5406 & -0.0002 & 2.0000 & 0.0177 \\
2 & 3.5319 & -0.0005 & 1.9999 & 0.0354 \\
3 & 3.5233 & -0.0009 & 1.9999 & 0.0530 \\
4 & 3.5148 & -0.0014 & 1.9999 & 0.0706 \\
5 & 3.5063 & -0.0019 & 1.9999 & 0.0881 \\
6 & 3.4979 & -0.0025 & 1.9998 & 0.1057 \\
7 & 3.4896 & -0.0031 & 1.9998 & 0.1231 \\
8 & 3.4813 & -0.0039 & 1.9997 & 0.1406 \\
9 & 3.4732 & -0.0046 & 1.9997 & 0.1579
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{1.5*V,0,H,R Eigencode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 5.3030 & 0.0117 & 2.0001 & 0.0280 \\
2 & 5.2816 & 0.0233 & 2.0006 & 0.5597 \\
3 & 5.2597 & 0.0348 & 2.0014 & 0.08377 \\
4 & 5.2374 & 0.0461 & 2.0025 & 0.1114 \\
5 & 5.2147 & 0.0574 & 2.0040 & 0.1390 \\
6 & 5.1916 & 0.0685 & 2.0057 & 0.1664 \\
7 & 5.1681 & 0.0795 & 2.0077 & 0.1936 \\
8 & 5.1443 & 0.0903 & 2.0100 & 0.2207 \\
9 & 5.1200 & 0.1010 & 2.0126 & 0.2477
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{1.5*V,0,H,R Originalcode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 5.3041 & 0.0111 & 2.0001 & 0.0265 \\
2 & 5.2839 & 0.0221 & 2.0005 & 0.0530 \\
3 & 5.2632 & 0.0330 & 2.0013 & 0.0793 \\
4 & 5.2422 & 0.0438 & 2.0023 & 0.1056 \\
5 & 5.2208 & 0.0544 & 2.0036 & 0.1317 \\
6 & 5.1990 & 0.0650 & 2.0051 & 0.1577 \\
7 & 5.1769 & 0.0754 & 2.0069 & 0.1836 \\
8 & 5.1544 & 0.0857 & 2.0090 & 0.2093 \\
9 & 5.1316 & 0.0959 & 2.0114 & 0.2350
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{3*V,0,H,R Eigencode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 10.5646 & 0.0379 & 2.0010 & 0.0559 \\
2 & 10.4805 & 0.0756 & 2.0042 & 0.1114 \\
3 & 10.3958 & 0.1128 & 2.0093 & 0.1662 \\
4 & 10.3104 & 0.1497 & 2.0165 & 0.2204 \\
5 & 10.2245 & 0.1862 & 2.0256 & 0.2738 \\
6 & 10.1380 & 0.2224 & 2.0365 & 0.3264 \\
7 & 10.0510 & 0.2582 & 2.0492 & 0.3782 \\
8 & 9.9635 & 0.2937 & 2.0635 & 0.4290 \\
9 & 9.8755 & 0.3288 & 2.0796 & 0.4788
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{3*V,0,H,R Originalcode}
\begin{tabular}{lllll}
Durchläufe & Geschw. & Steigungsw. & Höhe & Weite \\
1 & 10.5691 & 0.0359 & 2.0009 & 0.0530 \\
2 & 10.4895 & 0.0716 & 2.0037 & 0.1056 \\
3 & 10.4093 & 0.1069 & 2.0084 & 0.1576 \\
4 & 10.3286 & 0.1419 & 2.0148 & 0.2090 \\
5 & 10.2473 & 0.1766 & 2.0230 & 0.2598 \\
6 & 10.1656 & 0.2109 & 2.0328 & 0.3099 \\
7 & 10.0833 & 0.2450 & 2.0443 & 0.3592 \\
8 & 10.0007 & 0.2787 & 2.0573 & 0.4077 \\
9 & 9.9175 & 0.3121 & 2.0718 & 0.4553
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{Kurvenflug}
\begin{tabular}{lllllll}
Durchläufe & x-Geschw. & z-Geschw. & y-Geschw. & Rollwinkel & Steigungsw. & Gierwinkel \\
1 & 84.0979 & 30.1265 & 3.2128 & -0.0543 & -0.0326 & -0.3484 \\
2 & 75.0155 & 40.7627 & 10.5361 & -0.6684 & -0.2488 & -0.5803 \\
3 & 80.4611 & 24.3552 & -1.7105 & -1.4873 & -0.4077 & -0.2236 \\
4 & 82.8233 & 18.0573 & -1.5254 & -1.9282 & -0.4339 & -0.1027 \\
5 & 81.7825 & 27.8673 & 1.9416 & -2.3095 & -0.6482 & 0.0008 \\
6 & 81.6360 & 33.8844 & 3.0865 & -2.9630 & -0.7160 & 0.2154 \\
7 & 86.8729 & 29.7514 & 0.1934 & -3.5393 & -0.6131 & 0.2021 \\
8 & 92.3379 & 27.8664 & 0.1502 & -3.9942 & -0.5808 & 0.1271 \\
9 & 95.7539 & 32.8952 & 2.1490 & -4.4660 & -0.5373 & 0.0956
\end{tabular}
\end{table}
\end{document}.