Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / experimental / cp-vs-mach.eps
diff --git a/core/doc/techdoc/figures/experimental/cp-vs-mach.eps b/core/doc/techdoc/figures/experimental/cp-vs-mach.eps
new file mode 100644 (file)
index 0000000..937da86
--- /dev/null
@@ -0,0 +1,397 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%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.
+%%Title: /m/fs/user3/a/38/spniskan/cp-vs-mach.eps
+%%CreationDate: 05/07/2009  18:56:03
+%%DocumentNeededFonts: Helvetica
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%LanguageLevel: 2
+%%Pages: 1
+%%BoundingBox:    40   211   571   580
+%%EndComments
+
+%%BeginProlog
+% MathWorks dictionary
+/MathWorks 160 dict begin
+% definition operators
+/bdef {bind def} bind def
+/ldef {load def} bind def
+/xdef {exch def} bdef
+/xstore {exch store} bdef
+% operator abbreviations
+/c  /clip ldef
+/cc /concat ldef
+/cp /closepath ldef
+/gr /grestore ldef
+/gs /gsave ldef
+/mt /moveto ldef
+/np /newpath ldef
+/cm /currentmatrix ldef
+/sm /setmatrix ldef
+/rm /rmoveto ldef
+/rl /rlineto ldef
+/s {show newpath} bdef
+/sc {setcmykcolor} bdef
+/sr /setrgbcolor ldef
+/sg /setgray ldef
+/w /setlinewidth ldef
+/j /setlinejoin ldef
+/cap /setlinecap ldef
+/rc {rectclip} bdef
+/rf {rectfill} bdef
+% page state control
+/pgsv () def
+/bpage {/pgsv save def} bdef
+/epage {pgsv restore} bdef
+/bplot /gsave ldef
+/eplot {stroke grestore} bdef
+% orientation switch
+/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
+% coordinate system mappings
+/dpi2point 0 def
+% font control
+/FontSize 0 def
+/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
+  makefont setfont} bdef
+/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
+  exch dup 3 1 roll findfont dup length dict begin
+  { 1 index /FID ne {def}{pop pop} ifelse } forall
+  /Encoding exch def currentdict end definefont pop} bdef
+/isroman {findfont /CharStrings get /Agrave known} bdef
+/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
+  exch FMS} bdef
+/csm {1 dpi2point div -1 dpi2point div scale neg translate
+ dup landscapeMode eq {pop -90 rotate}
+  {rotateMode eq {90 rotate} if} ifelse} bdef
+% line types: solid, dotted, dashed, dotdash
+/SO { [] 0 setdash } bdef
+/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
+/DA { [6 dpi2point mul] 0 setdash } bdef
+/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
+  dpi2point mul] 0 setdash } bdef
+% macros for lines and objects
+/L {lineto stroke} bdef
+/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
+/AP {{rlineto} repeat} bdef
+/PDlw -1 def
+/W {/PDlw currentlinewidth def setlinewidth} def
+/PP {closepath eofill} bdef
+/DP {closepath stroke} bdef
+/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
+  neg 0 exch rlineto closepath} bdef
+/FR {MR stroke} bdef
+/PR {MR fill} bdef
+/L1i {{currentfile picstr readhexstring pop} image} bdef
+/tMatrix matrix def
+/MakeOval {newpath tMatrix currentmatrix pop translate scale
+0 0 1 0 360 arc tMatrix setmatrix} bdef
+/FO {MakeOval stroke} bdef
+/PO {MakeOval fill} bdef
+/PD {currentlinewidth 2 div 0 360 arc fill
+   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
+/FA {newpath tMatrix currentmatrix pop translate scale
+  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
+/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
+  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
+/FAn {newpath tMatrix currentmatrix pop translate scale
+  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
+/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
+  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
+/vradius 0 def /hradius 0 def /lry 0 def
+/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
+/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
+  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
+  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
+  tMatrix setmatrix lrx hradius sub uly vradius add translate
+  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
+  lrx hradius sub lry vradius sub translate hradius vradius scale
+  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
+  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
+  closepath} bdef
+/FRR {MRR stroke } bdef
+/PRR {MRR fill } bdef
+/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
+  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
+  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
+  closepath} bdef
+/FlrRR {MlrRR stroke } bdef
+/PlrRR {MlrRR fill } bdef
+/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
+  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
+  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
+  closepath} bdef
+/FtbRR {MtbRR stroke } bdef
+/PtbRR {MtbRR fill } bdef
+/stri 6 array def /dtri 6 array def
+/smat 6 array def /dmat 6 array def
+/tmat1 6 array def /tmat2 6 array def /dif 3 array def
+/asub {/ind2 exch def /ind1 exch def dup dup
+  ind1 get exch ind2 get sub exch } bdef
+/tri_to_matrix {
+  2 0 asub 3 1 asub 4 0 asub 5 1 asub
+  dup 0 get exch 1 get 7 -1 roll astore } bdef
+/compute_transform {
+  dmat dtri tri_to_matrix tmat1 invertmatrix 
+  smat stri tri_to_matrix tmat2 concatmatrix } bdef
+/ds {stri astore pop} bdef
+/dt {dtri astore pop} bdef
+/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
+  currentfile 
+  3 index 0 eq {/ASCIIHexDecode filter}
+  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
+  ifelse exch readstring pop
+  dup 0 3 index getinterval /rbmap xdef
+  dup 2 index dup getinterval /gbmap xdef
+  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
+/it {gs np dtri aload pop moveto lineto lineto cp c
+  cols rows 8 compute_transform 
+  rbmap gbmap bbmap true 3 colorimage gr}bdef
+/il {newpath moveto lineto stroke}bdef
+currentdict end def
+%%EndProlog
+
+%%BeginSetup
+MathWorks begin
+
+0 cap
+
+end
+%%EndSetup
+
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox:    40   211   571   580
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode 0480 6960 csm
+
+    0     0  6374  4417 rc
+85 dict begin %Colortable dictionary
+/c0 { 0.000000 0.000000 0.000000 sr} bdef
+/c1 { 1.000000 1.000000 1.000000 sr} bdef
+/c2 { 0.900000 0.000000 0.000000 sr} bdef
+/c3 { 0.000000 0.820000 0.000000 sr} bdef
+/c4 { 0.000000 0.000000 0.800000 sr} bdef
+/c5 { 0.910000 0.820000 0.320000 sr} bdef
+/c6 { 1.000000 0.260000 0.820000 sr} bdef
+/c7 { 0.000000 0.820000 0.820000 sr} bdef
+c0
+1 j
+1 sg
+   0    0 6375 4418 rf
+6 w
+0 3600 4939 0 0 -3600 829 3931 4 MP
+PP
+-4939 0 0 3600 4939 0 0 -3600 829 3931 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 829 3931 mt 5768 3931 L
+ 829  331 mt 5768  331 L
+ 829 3931 mt  829  331 L
+5768 3931 mt 5768  331 L
+ 829 3931 mt 5768 3931 L
+ 829 3931 mt  829  331 L
+ 829 3931 mt  829 3881 L
+ 829  331 mt  829  380 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 796 4076 mt 
+(0) s
+1816 3931 mt 1816 3881 L
+1816  331 mt 1816  380 L
+1733 4076 mt 
+(0.5) s
+2804 3931 mt 2804 3881 L
+2804  331 mt 2804  380 L
+2771 4076 mt 
+(1) s
+3792 3931 mt 3792 3881 L
+3792  331 mt 3792  380 L
+3709 4076 mt 
+(1.5) s
+4780 3931 mt 4780 3881 L
+4780  331 mt 4780  380 L
+4747 4076 mt 
+(2) s
+5768 3931 mt 5768 3881 L
+5768  331 mt 5768  380 L
+5685 4076 mt 
+(2.5) s
+ 829 3931 mt  878 3931 L
+5768 3931 mt 5718 3931 L
+ 661 3975 mt 
+(50) s
+ 829 3416 mt  878 3416 L
+5768 3416 mt 5718 3416 L
+ 661 3460 mt 
+(55) s
+ 829 2902 mt  878 2902 L
+5768 2902 mt 5718 2902 L
+ 661 2946 mt 
+(60) s
+ 829 2388 mt  878 2388 L
+5768 2388 mt 5718 2388 L
+ 661 2432 mt 
+(65) s
+ 829 1873 mt  878 1873 L
+5768 1873 mt 5718 1873 L
+ 661 1917 mt 
+(70) s
+ 829 1359 mt  878 1359 L
+5768 1359 mt 5718 1359 L
+ 661 1403 mt 
+(75) s
+ 829  845 mt  878  845 L
+5768  845 mt 5718  845 L
+ 661  889 mt 
+(80) s
+ 829  331 mt  878  331 L
+5768  331 mt 5718  331 L
+ 661  375 mt 
+(85) s
+ 829 3931 mt 5768 3931 L
+ 829  331 mt 5768  331 L
+ 829 3931 mt  829  331 L
+5768 3931 mt 5768  331 L
+gs 829 331 4940 3601 rc
+21 17 40 35 39 35 40 34 39 33 40 35 39 36 40 36 
+39 34 40 35 39 36 40 37 39 37 40 36 39 35 40 37 
+39 39 40 38 39 37 40 36 39 39 40 40 40 39 39 39 
+40 37 39 40 40 42 39 41 40 40 39 39 40 42 39 44 
+40 42 39 42 40 41 39 44 40 46 39 45 40 44 39 42 
+40 46 39 50 40 47 39 46 40 45 39 49 40 53 39 51 
+40 49 39 47 40 49 39 50 40 48 39 46 40 43 39 39 
+40 37 39 33 40 29 39 27 40 23 39 20 40 17 40 14 
+39 11 40 8 39 6 40 3 39 2 40 -2 39 -3 40 -4 
+39 -7 40 -8 39 -9 40 -11 39 -11 40 -12 39 -12 40 -12 
+39 -12 40 -12 39 -12 40 -11 39 -11 40 -11 39 -10 40 -10 
+39 -10 40 -9 39 -9 40 -9 39 -8 40 -8 39 -7 40 -7 
+39 -6 40 -6 39 -5 40 -5 39 -5 40 -4 39 -4 40 -3 
+40 -4 39 -3 40 -4 39 -3 40 -2 39 -3 40 -3 39 -2 
+40 -2 39 -2 40 -2 39 -2 40 -1 39 -1 40 -1 39 -1 
+40 -1 39 -1 40 0 39 -1 40 0 848 1586 126 MP stroke
+DA
+397 156 987 412 593 205 593 268 395 20 99 -390 98 -186 198 -20 
+395 0 2014 1359 10 MP stroke
+gr
+
+DA
+gs 1941 690 3902 1208 rc
+SO
+0 j
+0 -58 -58 0 0 58 58 0 1985 1330 5 MP
+DP
+0 -58 -58 0 0 58 58 0 2380 1330 5 MP
+DP
+0 -58 -58 0 0 58 58 0 2578 1310 5 MP
+DP
+0 -58 -58 0 0 58 58 0 2676 1124 5 MP
+DP
+0 -58 -58 0 0 58 58 0 2775 734 5 MP
+DP
+0 -58 -58 0 0 58 58 0 3170 754 5 MP
+DP
+0 -58 -58 0 0 58 58 0 3763 1022 5 MP
+DP
+0 -58 -58 0 0 58 58 0 4356 1227 5 MP
+DP
+0 -58 -58 0 0 58 58 0 5343 1639 5 MP
+DP
+DA
+gr
+
+gs 829 331 4940 3601 rc
+SO
+0 463 2014 1128 2 MP stroke
+24 0 2002 1128 2 MP stroke
+24 0 2002 1591 2 MP stroke
+0 463 2409 1128 2 MP stroke
+24 0 2397 1128 2 MP stroke
+24 0 2397 1591 2 MP stroke
+0 465 2607 1106 2 MP stroke
+23 0 2595 1106 2 MP stroke
+23 0 2595 1571 2 MP stroke
+0 475 2705 916 2 MP stroke
+24 0 2693 916 2 MP stroke
+24 0 2693 1391 2 MP stroke
+0 499 2804 513 2 MP stroke
+24 0 2792 513 2 MP stroke
+24 0 2792 1012 2 MP stroke
+0 498 3199 534 2 MP stroke
+24 0 3187 534 2 MP stroke
+24 0 3187 1032 2 MP stroke
+gr
+
+SO
+2931 4219 mt 
+(Mach number) s
+ 579 2646 mt  -90 rotate
+(CP / % body length) s
+90 rotate
+ 812 3974 mt 
+( ) s
+5752  373 mt 
+( ) s
+1 sg
+0 334 1208 0 0 -334 4500 725 4 MP
+PP
+-1208 0 0 334 1208 0 0 -334 4500 725 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+4500  725 mt 5708  725 L
+4500  391 mt 5708  391 L
+4500  725 mt 4500  391 L
+5708  725 mt 5708  391 L
+4500  725 mt 5708  725 L
+4500  725 mt 4500  391 L
+4500  725 mt 5708  725 L
+4500  391 mt 5708  391 L
+4500  725 mt 4500  391 L
+5708  725 mt 5708  391 L
+4970  526 mt 
+(Simulated) s
+gs 4500 391 1209 335 rc
+361 0 4572 483 2 MP stroke
+gr
+
+4970  675 mt 
+(Experimental) s
+gs 4500 391 1209 335 rc
+DA
+361 0 4572 632 2 MP stroke
+SO
+gs 4679 559 147 147 rc
+0 j
+0 -58 -58 0 0 58 58 0 4723 603 5 MP
+DP
+gr
+
+gr
+
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%EOF