create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / experimental / cp-vs-mach.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.28-11-server #37-Ubuntu SMP Mon Mar 23 17:33:24 UTC 2009 x86_64.
3 %%Title: /m/fs/user3/a/38/spniskan/cp-vs-mach.eps
4 %%CreationDate: 05/07/2009  18:56:03
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    40   211   571   580
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    40   211   571   580
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0480 6960 csm
174
175     0     0  6374  4417 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 6375 4418 rf
189 6 w
190 0 3600 4939 0 0 -3600 829 3931 4 MP
191 PP
192 -4939 0 0 3600 4939 0 0 -3600 829 3931 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  829 3931 mt 5768 3931 L
199  829  331 mt 5768  331 L
200  829 3931 mt  829  331 L
201 5768 3931 mt 5768  331 L
202  829 3931 mt 5768 3931 L
203  829 3931 mt  829  331 L
204  829 3931 mt  829 3881 L
205  829  331 mt  829  380 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 120 FMSR
208
209  796 4076 mt 
210 (0) s
211 1816 3931 mt 1816 3881 L
212 1816  331 mt 1816  380 L
213 1733 4076 mt 
214 (0.5) s
215 2804 3931 mt 2804 3881 L
216 2804  331 mt 2804  380 L
217 2771 4076 mt 
218 (1) s
219 3792 3931 mt 3792 3881 L
220 3792  331 mt 3792  380 L
221 3709 4076 mt 
222 (1.5) s
223 4780 3931 mt 4780 3881 L
224 4780  331 mt 4780  380 L
225 4747 4076 mt 
226 (2) s
227 5768 3931 mt 5768 3881 L
228 5768  331 mt 5768  380 L
229 5685 4076 mt 
230 (2.5) s
231  829 3931 mt  878 3931 L
232 5768 3931 mt 5718 3931 L
233  661 3975 mt 
234 (50) s
235  829 3416 mt  878 3416 L
236 5768 3416 mt 5718 3416 L
237  661 3460 mt 
238 (55) s
239  829 2902 mt  878 2902 L
240 5768 2902 mt 5718 2902 L
241  661 2946 mt 
242 (60) s
243  829 2388 mt  878 2388 L
244 5768 2388 mt 5718 2388 L
245  661 2432 mt 
246 (65) s
247  829 1873 mt  878 1873 L
248 5768 1873 mt 5718 1873 L
249  661 1917 mt 
250 (70) s
251  829 1359 mt  878 1359 L
252 5768 1359 mt 5718 1359 L
253  661 1403 mt 
254 (75) s
255  829  845 mt  878  845 L
256 5768  845 mt 5718  845 L
257  661  889 mt 
258 (80) s
259  829  331 mt  878  331 L
260 5768  331 mt 5718  331 L
261  661  375 mt 
262 (85) s
263  829 3931 mt 5768 3931 L
264  829  331 mt 5768  331 L
265  829 3931 mt  829  331 L
266 5768 3931 mt 5768  331 L
267 gs 829 331 4940 3601 rc
268 21 17 40 35 39 35 40 34 39 33 40 35 39 36 40 36 
269 39 34 40 35 39 36 40 37 39 37 40 36 39 35 40 37 
270 39 39 40 38 39 37 40 36 39 39 40 40 40 39 39 39 
271 40 37 39 40 40 42 39 41 40 40 39 39 40 42 39 44 
272 40 42 39 42 40 41 39 44 40 46 39 45 40 44 39 42 
273 40 46 39 50 40 47 39 46 40 45 39 49 40 53 39 51 
274 40 49 39 47 40 49 39 50 40 48 39 46 40 43 39 39 
275 40 37 39 33 40 29 39 27 40 23 39 20 40 17 40 14 
276 39 11 40 8 39 6 40 3 39 2 40 -2 39 -3 40 -4 
277 39 -7 40 -8 39 -9 40 -11 39 -11 40 -12 39 -12 40 -12 
278 39 -12 40 -12 39 -12 40 -11 39 -11 40 -11 39 -10 40 -10 
279 39 -10 40 -9 39 -9 40 -9 39 -8 40 -8 39 -7 40 -7 
280 39 -6 40 -6 39 -5 40 -5 39 -5 40 -4 39 -4 40 -3 
281 40 -4 39 -3 40 -4 39 -3 40 -2 39 -3 40 -3 39 -2 
282 40 -2 39 -2 40 -2 39 -2 40 -1 39 -1 40 -1 39 -1 
283 40 -1 39 -1 40 0 39 -1 40 0 848 1586 126 MP stroke
284 DA
285 397 156 987 412 593 205 593 268 395 20 99 -390 98 -186 198 -20 
286 395 0 2014 1359 10 MP stroke
287 gr
288
289 DA
290 gs 1941 690 3902 1208 rc
291 SO
292 0 j
293 0 -58 -58 0 0 58 58 0 1985 1330 5 MP
294 DP
295 0 -58 -58 0 0 58 58 0 2380 1330 5 MP
296 DP
297 0 -58 -58 0 0 58 58 0 2578 1310 5 MP
298 DP
299 0 -58 -58 0 0 58 58 0 2676 1124 5 MP
300 DP
301 0 -58 -58 0 0 58 58 0 2775 734 5 MP
302 DP
303 0 -58 -58 0 0 58 58 0 3170 754 5 MP
304 DP
305 0 -58 -58 0 0 58 58 0 3763 1022 5 MP
306 DP
307 0 -58 -58 0 0 58 58 0 4356 1227 5 MP
308 DP
309 0 -58 -58 0 0 58 58 0 5343 1639 5 MP
310 DP
311 DA
312 gr
313
314 gs 829 331 4940 3601 rc
315 SO
316 0 463 2014 1128 2 MP stroke
317 24 0 2002 1128 2 MP stroke
318 24 0 2002 1591 2 MP stroke
319 0 463 2409 1128 2 MP stroke
320 24 0 2397 1128 2 MP stroke
321 24 0 2397 1591 2 MP stroke
322 0 465 2607 1106 2 MP stroke
323 23 0 2595 1106 2 MP stroke
324 23 0 2595 1571 2 MP stroke
325 0 475 2705 916 2 MP stroke
326 24 0 2693 916 2 MP stroke
327 24 0 2693 1391 2 MP stroke
328 0 499 2804 513 2 MP stroke
329 24 0 2792 513 2 MP stroke
330 24 0 2792 1012 2 MP stroke
331 0 498 3199 534 2 MP stroke
332 24 0 3187 534 2 MP stroke
333 24 0 3187 1032 2 MP stroke
334 gr
335
336 SO
337 2931 4219 mt 
338 (Mach number) s
339  579 2646 mt  -90 rotate
340 (CP / % body length) s
341 90 rotate
342  812 3974 mt 
343 ( ) s
344 5752  373 mt 
345 ( ) s
346 1 sg
347 0 334 1208 0 0 -334 4500 725 4 MP
348 PP
349 -1208 0 0 334 1208 0 0 -334 4500 725 5 MP stroke
350 4 w
351 DO
352 SO
353 6 w
354 0 sg
355 4500  725 mt 5708  725 L
356 4500  391 mt 5708  391 L
357 4500  725 mt 4500  391 L
358 5708  725 mt 5708  391 L
359 4500  725 mt 5708  725 L
360 4500  725 mt 4500  391 L
361 4500  725 mt 5708  725 L
362 4500  391 mt 5708  391 L
363 4500  725 mt 4500  391 L
364 5708  725 mt 5708  391 L
365 4970  526 mt 
366 (Simulated) s
367 gs 4500 391 1209 335 rc
368 361 0 4572 483 2 MP stroke
369 gr
370
371 4970  675 mt 
372 (Experimental) s
373 gs 4500 391 1209 335 rc
374 DA
375 361 0 4572 632 2 MP stroke
376 SO
377 gs 4679 559 147 147 rc
378 0 j
379 0 -58 -58 0 0 58 58 0 4723 603 5 MP
380 DP
381 gr
382
383 gr
384
385
386 end %%Color Dict
387
388 eplot
389 %%EndObject
390
391 epage
392 end
393
394 showpage
395
396 %%Trailer
397 %%EOF