Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / motors / D12-thrustcurve.eps
diff --git a/core/doc/techdoc/figures/motors/D12-thrustcurve.eps b/core/doc/techdoc/figures/motors/D12-thrustcurve.eps
new file mode 100644 (file)
index 0000000..82802f9
--- /dev/null
@@ -0,0 +1,360 @@
+%!PS-Adobe-3.0 
+%%Creator: MATLAB, The Mathworks, Inc. Version 7.3.0.298 (R2006b). Operating System: Linux 2.6.20-16-generic #2 SMP Tue Feb 12 05:41:34 UTC 2008 i686.
+%%Title: ./D12.eps
+%%CreationDate: 06/02/2008  15:31:33
+%%DocumentNeededFonts: Helvetica
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%LanguageLevel: 2
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%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 string
+  currentfile 
+  3 index 0 eq {/ASCIIHexDecode filter}
+  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
+  ifelse exch readstring pop
+  /bmap xdef pop pop} bdef
+/it {gs np dtri aload pop moveto lineto lineto cp c
+  cols rows 8 compute_transform 
+  {bmap} image gr}bdef
+/il {newpath moveto lineto stroke}bdef
+currentdict end def
+%%EndProlog
+
+%%BeginSetup
+MathWorks begin
+
+0 cap
+
+end
+%%EndSetup
+
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox:    60   198   547   591
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode 0216 7344 csm
+
+  513   247  5835  4712 rc
+76 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 6916 5191 rf
+6 w
+0 4230 5359 0 0 -4230 899 4619 4 MP
+PP
+-5359 0 0 4230 5359 0 0 -4230 899 4619 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 899 4619 mt 6258 4619 L
+ 899  389 mt 6258  389 L
+ 899 4619 mt  899  389 L
+6258 4619 mt 6258  389 L
+ 899 4619 mt 6258 4619 L
+ 899 4619 mt  899  389 L
+ 899 4619 mt  899 4565 L
+ 899  389 mt  899  442 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 866 4764 mt 
+(0) s
+1529 4619 mt 1529 4565 L
+1529  389 mt 1529  442 L
+1446 4764 mt 
+(0.2) s
+2159 4619 mt 2159 4565 L
+2159  389 mt 2159  442 L
+2076 4764 mt 
+(0.4) s
+2790 4619 mt 2790 4565 L
+2790  389 mt 2790  442 L
+2707 4764 mt 
+(0.6) s
+3420 4619 mt 3420 4565 L
+3420  389 mt 3420  442 L
+3337 4764 mt 
+(0.8) s
+4051 4619 mt 4051 4565 L
+4051  389 mt 4051  442 L
+4018 4764 mt 
+(1) s
+4681 4619 mt 4681 4565 L
+4681  389 mt 4681  442 L
+4598 4764 mt 
+(1.2) s
+5312 4619 mt 5312 4565 L
+5312  389 mt 5312  442 L
+5229 4764 mt 
+(1.4) s
+5942 4619 mt 5942 4565 L
+5942  389 mt 5942  442 L
+5859 4764 mt 
+(1.6) s
+ 899 4619 mt  952 4619 L
+6258 4619 mt 6204 4619 L
+ 798 4663 mt 
+(0) s
+ 899 3914 mt  952 3914 L
+6258 3914 mt 6204 3914 L
+ 798 3958 mt 
+(5) s
+ 899 3209 mt  952 3209 L
+6258 3209 mt 6204 3209 L
+ 731 3253 mt 
+(10) s
+ 899 2504 mt  952 2504 L
+6258 2504 mt 6204 2504 L
+ 731 2548 mt 
+(15) s
+ 899 1799 mt  952 1799 L
+6258 1799 mt 6204 1799 L
+ 731 1843 mt 
+(20) s
+ 899 1094 mt  952 1094 L
+6258 1094 mt 6204 1094 L
+ 731 1138 mt 
+(25) s
+ 899  389 mt  952  389 L
+6258  389 mt 6204  389 L
+ 731  433 mt 
+(30) s
+ 899 4619 mt 6258 4619 L
+ 899  389 mt 6258  389 L
+ 899 4619 mt  899  389 L
+6258 4619 mt 6258  389 L
+gs 899 389 5360 4231 rc
+32 144 31 165 32 185 31 202 32 300 31 174 32 0 31 1 
+32 0 31 0 32 0 31 0 32 0 31 0 32 0 31 0 
+32 0 32 1 31 0 32 0 31 0 32 1 31 1 32 1 
+31 2 32 3 31 3 32 4 31 3 32 4 31 4 32 4 
+31 4 32 4 31 4 32 4 31 3 32 3 32 2 31 2 
+32 2 31 2 32 2 31 1 32 2 31 1 32 2 31 1 
+32 2 31 1 32 1 31 2 32 1 31 1 32 2 31 1 
+32 1 31 2 32 1 32 2 31 1 32 2 31 1 32 2 
+31 1 32 2 31 1 32 2 31 2 32 1 31 2 32 1 
+31 2 32 1 31 2 32 2 31 1 32 2 31 1 32 2 
+32 1 31 2 32 1 31 2 32 1 31 2 32 2 31 1 
+32 2 31 2 32 2 31 3 32 2 31 3 32 3 31 3 
+32 3 31 3 32 4 31 4 32 4 32 5 31 5 32 5 
+31 5 32 6 31 6 32 6 31 6 32 7 31 7 32 9 
+31 9 32 10 31 11 32 12 31 14 32 14 31 16 32 18 
+31 18 32 23 32 27 31 32 32 36 31 42 32 48 31 60 
+32 77 31 97 32 133 31 204 32 316 31 613 32 465 31 345 
+32 144 31 -91 32 -182 31 -223 32 -217 31 -183 32 -187 32 -190 
+31 -190 32 -184 31 -176 32 -172 31 -169 32 -166 31 -162 32 -159 
+31 -156 32 -154 31 -159 32 -159 31 -154 32 -145 31 -130 32 -110 
+31 -93 32 -86 31 -76 32 -65 31 -52 899 4619 166 MP stroke
+gr
+
+3364 4907 mt 
+(Time / s) s
+ 649 2769 mt  -90 rotate
+(Thrust / N) s
+90 rotate
+gs 899 389 5360 4231 rc
+DA
+0 1439 5201 0 899 3180 3 MP stroke
+gr
+
+DA
+ 882 4662 mt 
+( ) s
+6242  431 mt 
+( ) s
+SO
+1 sg
+0 334 1279 0 0 -334 4920 783 4 MP
+PP
+-1279 0 0 334 1279 0 0 -334 4920 783 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+4920  783 mt 6199  783 L
+4920  449 mt 6199  449 L
+4920  783 mt 4920  449 L
+6199  783 mt 6199  449 L
+4920  783 mt 6199  783 L
+4920  783 mt 4920  449 L
+4920  783 mt 6199  783 L
+4920  449 mt 6199  449 L
+4920  783 mt 4920  449 L
+6199  783 mt 6199  449 L
+5382  584 mt 
+(Estes D12) s
+gs 4920 449 1280 335 rc
+355 0 4991 542 2 MP stroke
+gr
+
+5382  733 mt 
+(Average thrust) s
+gs 4920 449 1280 335 rc
+DA
+355 0 4991 689 2 MP stroke
+SO
+gr
+
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%BoundingBox:    60   198   547   591
+%%Pages: 001
+%%EOF