source: ETALON/reconstruction/long_paper3/rev1/mmd10.eps @ 208

Last change on this file since 208 was 208, checked in by hodnevuc, 9 years ago
File size: 12.0 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%Creator: MATLAB, The MathWorks, Inc. Version 8.2.0.701 (R2013b). Operating System: Microsoft Windows 7.
3%%Title: C:\Users\³òàë³ê\Desktop\rev1\mmd10.eps
4%%CreationDate: 03/17/2015  11:20:12
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%LanguageLevel: 2
8%%Pages: 1
9%%BoundingBox:    96   238   515   553
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/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
56ISOLatin1Encoding WindowsLatin1Encoding copy pop
57/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
58/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
59/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
60/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
61/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
62{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
63/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
64  exch dup 3 1 roll findfont dup length dict begin
65  { 1 index /FID ne {def}{pop pop} ifelse } forall
66  /Encoding exch def currentdict end definefont pop} bdef
67/isroman {findfont /CharStrings get /Agrave known} bdef
68/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
69  exch FMS} bdef
70/csm {1 dpi2point div -1 dpi2point div scale neg translate
71 dup landscapeMode eq {pop -90 rotate}
72  {rotateMode eq {90 rotate} if} ifelse} bdef
73% line types: solid, dotted, dashed, dotdash
74/SO { [] 0 setdash } bdef
75/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
76/DA { [6 dpi2point mul] 0 setdash } bdef
77/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
78  dpi2point mul] 0 setdash } bdef
79% macros for lines and objects
80/L {lineto stroke} bdef
81/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
82/AP {{rlineto} repeat} bdef
83/PDlw -1 def
84/W {/PDlw currentlinewidth def setlinewidth} def
85/PP {closepath eofill} bdef
86/DP {closepath stroke} bdef
87/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
88  neg 0 exch rlineto closepath} bdef
89/FR {MR stroke} bdef
90/PR {MR fill} bdef
91/L1i {{currentfile picstr readhexstring pop} image} bdef
92/tMatrix matrix def
93/MakeOval {newpath tMatrix currentmatrix pop translate scale
940 0 1 0 360 arc tMatrix setmatrix} bdef
95/FO {MakeOval stroke} bdef
96/PO {MakeOval fill} bdef
97/PD {currentlinewidth 2 div 0 360 arc fill
98   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
99/FA {newpath tMatrix currentmatrix pop translate scale
100  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
101/PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
102  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
103/FAn {newpath tMatrix currentmatrix pop translate scale
104  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
105/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
106  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
107/vradius 0 def /hradius 0 def /lry 0 def
108/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
109/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
110  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
111  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
112  tMatrix setmatrix lrx hradius sub uly vradius add translate
113  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
114  lrx hradius sub lry vradius sub translate hradius vradius scale
115  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
116  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
117  closepath} bdef
118/FRR {MRR stroke } bdef
119/PRR {MRR fill } bdef
120/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
121  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
123  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
124  closepath} bdef
125/FlrRR {MlrRR stroke } bdef
126/PlrRR {MlrRR fill } bdef
127/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
128  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
129  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
130  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
131  closepath} bdef
132/FtbRR {MtbRR stroke } bdef
133/PtbRR {MtbRR fill } bdef
134/stri 6 array def /dtri 6 array def
135/smat 6 array def /dmat 6 array def
136/tmat1 6 array def /tmat2 6 array def /dif 3 array def
137/asub {/ind2 exch def /ind1 exch def dup dup
138  ind1 get exch ind2 get sub exch } bdef
139/tri_to_matrix {
140  2 0 asub 3 1 asub 4 0 asub 5 1 asub
141  dup 0 get exch 1 get 7 -1 roll astore } bdef
142/compute_transform {
143  dmat dtri tri_to_matrix tmat1 invertmatrix 
144  smat stri tri_to_matrix tmat2 concatmatrix } bdef
145/ds {stri astore pop} bdef
146/dt {dtri astore pop} bdef
147/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
148  currentfile 
149  3 index 0 eq {/ASCIIHexDecode filter}
150  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
151  ifelse exch readstring pop
152  dup 0 3 index getinterval /rbmap xdef
153  dup 2 index dup getinterval /gbmap xdef
154  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
155/it {gs np dtri aload pop moveto lineto lineto cp c
156  cols rows 8 compute_transform 
157  rbmap gbmap bbmap true 3 colorimage gr}bdef
158/il {newpath moveto lineto stroke}bdef
159currentdict end def
160%%EndProlog
161
162%%BeginSetup
163MathWorks begin
164
1650 cap
166
167end
168%%EndSetup
169
170%%Page: 1 1
171%%BeginPageSetup
172%%PageBoundingBox:    96   238   515   553
173MathWorks begin
174bpage
175%%EndPageSetup
176
177%%BeginObject: obj1
178bplot
179
180/dpi2point 12 def
181portraitMode 1152 6636 csm
182
183    0     0  5039  3780 rc
18486 dict begin %Colortable dictionary
185/c0 { 0.000000 0.000000 0.000000 sr} bdef
186/c1 { 1.000000 1.000000 1.000000 sr} bdef
187/c2 { 0.900000 0.000000 0.000000 sr} bdef
188/c3 { 0.000000 0.820000 0.000000 sr} bdef
189/c4 { 0.000000 0.000000 0.800000 sr} bdef
190/c5 { 0.910000 0.820000 0.320000 sr} bdef
191/c6 { 1.000000 0.260000 0.820000 sr} bdef
192/c7 { 0.000000 0.820000 0.820000 sr} bdef
193c0
1941 j
1951 sg
196   0    0 5040 3781 rf
1976 w
1980 3026 3836 0 0 -3026 689 3364 4 MP
199PP
200-3836 0 0 3026 3836 0 0 -3026 689 3364 5 MP stroke
2014 w
202DO
203SO
2046 w
2050 sg
206 689 3364 mt 4525 3364 L
207 689 3364 mt  689  338 L
208gs 689 338 3837 3027 rc
20924 w
210gr
211
21224 w
213/c8 { 0.000000 1.000000 0.000000 sr} bdef
214c8
215  36   36 4152 2067 PO
216  36   36 3903 1819 PO
217  36   36 3615 1617 PO
218  36   36 3297 1468 PO
219  36   36 2957 1377 PO
220  36   36 2607 1347 PO
221  36   36 2257 1377 PO
222  36   36 1917 1468 PO
223  36   36 1599 1617 PO
224  36   36 1311 1819 PO
225  36   36 1062 2067 PO
226  36   36 4152 2067 FO
227  36   36 3903 1819 FO
228  36   36 3615 1617 FO
229  36   36 3297 1468 FO
230  36   36 2957 1377 FO
231  36   36 2607 1347 FO
232  36   36 2257 1377 FO
233  36   36 1917 1468 FO
234  36   36 1599 1617 FO
235  36   36 1311 1819 FO
236  36   36 1062 2067 FO
237gs 689 338 3837 3027 rc
238gr
239
240/c9 { 1.000000 0.000000 0.000000 sr} bdef
241c9
242  36   36 1062 2067 FO
243  36   36 2331 1366 FO
244  36   36 2933 1373 FO
245  36   36 3285 1464 FO
246gs 689 338 3837 3027 rc
247gr
248
249/c10 { 0.000000 0.000000 1.000000 sr} bdef
250c10
251  36   36 1311 1819 FO
252  36   36 1599 1617 FO
253  36   36 1917 1468 FO
254  36   36 3615 1617 FO
255  36   36 3903 1819 FO
256  36   36 4152 2067 FO
257gs 689 338 3837 3027 rc
258DD
2596 w
2600 sg
261-5 16 -6 19 -7 19 -7 19 -7 19 -7 19 -7 19 -8 18 
262-8 19 -8 18 -8 19 -8 18 -9 18 -8 19 -9 18 -9 18 
263-10 18 -9 17 -10 18 -10 18 -9 17 -11 18 -10 17 -10 17 
264-11 17 -11 17 -11 17 -11 17 -11 17 -12 16 -12 17 -11 16 
265-12 16 -13 17 -12 15 -12 16 -13 16 -13 16 -13 15 -13 15 
266-13 16 -13 15 -14 15 -14 14 -13 15 -14 15 -15 14 -14 14 
267-14 14 -15 14 -15 14 -14 14 -15 13 -15 14 -16 13 -15 13 
268-16 13 -15 13 -16 12 -16 13 -16 12 -16 12 -16 12 -17 12 
269-16 11 -17 12 -16 11 -17 11 -17 11 -17 11 -17 11 -18 10 
270-17 10 -17 10 -18 10 -18 10 -17 10 -18 9 -18 9 -18 9 
271-18 9 -18 9 -19 8 -18 9 -19 8 -18 8 -19 7 -18 8 
272-19 7 -19 7 -19 7 -19 7 -19 7 -19 6 -19 7 -20 6 
273-19 5 -19 6 -20 6 -19 5 -20 5 -19 5 -20 4 -19 5 
274-20 4 -20 4 -20 4 -20 4 -19 3 -20 4 -20 3 -20 3 
275-20 2 -20 3 -20 2 -20 2 -20 2 -20 2 -21 1 -20 2 
276-20 1 -20 1 -20 0 -20 1 -20 0 -21 0 -20 0 -20 0 
277-20 -1 -20 -1 -20 0 -21 -2 -20 -1 -20 -1 -20 -2 -20 -2 
278-20 -2 -20 -3 -20 -2 -20 -3 -20 -3 -20 -3 -20 -3 -20 -4 
279-19 -3 -20 -4 -20 -4 -20 -5 -19 -4 -20 -5 -19 -5 -20 -5 
280-19 -5 -20 -6 -19 -6 -19 -5 -20 -6 -19 -7 -19 -6 -19 -7 
281-19 -7 -19 -7 -19 -7 -19 -7 -18 -8 -19 -8 -18 -8 -19 -8 
282-18 -8 -18 -9 -19 -8 -18 -9 -18 -9 -18 -9 -18 -10 -17 -9 
283-18 -10 -17 -10 -18 -10 -17 -11 -17 -10 -18 -11 -17 -11 -17 -11 
284-16 -11 -17 -11 -17 -11 -16 -12 -16 -12 -17 -12 -16 -12 -16 -12 
285-16 -13 -15 -12 -16 -13 -15 -13 -16 -13 -15 -13 -15 -14 -15 -13 
286-15 -14 -14 -14 -15 -14 -14 -14 -15 -14 -14 -15 -14 -14 -14 -15 
287-13 -15 -14 -15 -13 -15 -13 -15 -13 -15 -13 -16 -13 -15 -13 -16 
288-12 -16 -12 -16 -13 -16 -12 -16 -11 -17 -12 -16 -11 -17 -12 -17 
289-11 -16 -11 -17 -11 -17 -10 -17 -11 -18 -10 -17 -10 -17 -10 -18 
290-10 -18 -9 -17 -10 -18 -9 -18 -9 -18 -9 -18 -9 -19 -8 -18 
291-8 -18 -9 -19 -7 -18 -8 -19 -8 -18 -7 -19 -7 -19 -7 -19 
292-7 -19 -7 -19 -6 -19 -5 -13 4526 2742 253 MP stroke
293SO
294gr
295
2966 w
2970 sg
2980 j
299-41 71 -41 -71 82 0 2163 3388 4 MP
300gs
301PP
302gr
303DP
304-41 71 -41 -71 82 0 2243 3388 4 MP
305gs
306PP
307gr
308DP
309-41 71 -41 -71 82 0 2324 3388 4 MP
310gs
311PP
312gr
313DP
314-41 71 -41 -71 82 0 2405 3388 4 MP
315gs
316PP
317gr
318DP
319-41 71 -41 -71 82 0 2485 3388 4 MP
320gs
321PP
322gr
323DP
324-41 71 -41 -71 82 0 2566 3388 4 MP
325gs
326PP
327gr
328DP
329-41 71 -41 -71 82 0 2647 3388 4 MP
330gs
331PP
332gr
333DP
334-41 71 -41 -71 82 0 2727 3388 4 MP
335gs
336PP
337gr
338DP
339-41 71 -41 -71 82 0 2808 3388 4 MP
340gs
341PP
342gr
343DP
344-41 71 -41 -71 82 0 2889 3388 4 MP
345gs
346PP
347gr
348DP
349-41 71 -41 -71 82 0 2969 3388 4 MP
350gs
351PP
352gr
353DP
354gs 689 338 3837 3027 rc
355DO
356c9
357-1652 -1157 -1652 1157 4259 2207 3 MP stroke
358gr
359
360c9
361DO
3620 sg
363%%IncludeResource: font Helvetica
364/Helvetica /WindowsLatin1Encoding 168 FMSR
365
3662237  206 mt 
367(MDD=10) s
368%%IncludeResource: font Helvetica
369/Helvetica /WindowsLatin1Encoding 132 FMSR
370
3712904  122 mt 
372(o) s
373%%IncludeResource: font Helvetica
374/Helvetica /WindowsLatin1Encoding 120 FMSR
375
376 672 3407 mt 
377( ) s
3784509  380 mt 
379( ) s
380SO
3811 sg
3820 645 1803 0 0 -645 2663 1043 4 MP
383PP
384-1803 0 0 645 1803 0 0 -645 2663 1043 5 MP stroke
3854 w
386DO
387SO
3886 w
3890 sg
3902663  398 mt 4466  398 L
3912663 1043 mt 4466 1043 L
3924466 1043 mt 4466  398 L
3932663 1043 mt 2663  398 L
3942663 1043 mt 4466 1043 L
3952663 1043 mt 2663  398 L
3962663  398 mt 4466  398 L
3972663 1043 mt 4466 1043 L
3984466 1043 mt 4466  398 L
3992663 1043 mt 2663  398 L
400%%IncludeResource: font Helvetica
401/Helvetica /WindowsLatin1Encoding 168 FMSR
402
4033127  578 mt 
404(Triple sine \(Ts\)) s
405gs 2663 398 1804 646 rc
40624 w
407gs 2814 420 197 197 rc
408c8
409  36   36 2912  518 PO
410  36   36 2912  518 FO
411gr
412
413c8
414gr
415
41624 w
417c8
4180 sg
4193127  781 mt 
420(Linear \(Ls\)) s
421gs 2663 398 1804 646 rc
422gs 2814 622 197 197 rc
423c9
424  36   36 2912  720 FO
425gr
426
427c9
428gr
429
430c9
4310 sg
4323127  984 mt 
433(MaxLinear\(Lsmx\)) s
434gs 2663 398 1804 646 rc
435gs 2814 824 197 197 rc
436c10
437  36   36 2912  922 FO
438gr
439
440c10
4416 w
442gr
443
4446 w
445c10
446
447end %%Color Dict
448
449eplot
450%%EndObject
451
452epage
453end
454
455showpage
456
457%%Trailer
458%%EOF
Note: See TracBrowser for help on using the repository browser.