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

Last change on this file since 208 was 208, checked in by hodnevuc, 9 years ago
File size: 14.9 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\541.eps
4%%CreationDate: 03/16/2015  15:29:34
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
18485 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 3076 3905 0 0 -3076 655 3364 4 MP
199PP
200-3905 0 0 3076 3905 0 0 -3076 655 3364 5 MP stroke
2014 w
202DO
2030 sg
2041109 3364 mt 1109  288 L
2051109  288 mt 1109  288 L
2062002 3364 mt 2002  288 L
2072002  288 mt 2002  288 L
2082895 3364 mt 2895  288 L
2092895  288 mt 2895  288 L
2103788 3364 mt 3788  288 L
2113788  288 mt 3788  288 L
212 655 3055 mt 4560 3055 L
2134560 3055 mt 4560 3055 L
214 655 2738 mt 4560 2738 L
2154560 2738 mt 4560 2738 L
216 655 2421 mt 4560 2421 L
2174560 2421 mt 4560 2421 L
218 655 2103 mt 4560 2103 L
2194560 2103 mt 4560 2103 L
220 655 1786 mt 4560 1786 L
2214560 1786 mt 4560 1786 L
222 655 1469 mt 4560 1469 L
2234560 1469 mt 4560 1469 L
224 655 1152 mt 4560 1152 L
2254560 1152 mt 4560 1152 L
226 655  834 mt 4560  834 L
2274560  834 mt 4560  834 L
228 655  517 mt 4560  517 L
2294560  517 mt 4560  517 L
230SO
2316 w
232 655 3364 mt 4560 3364 L
233 655 3364 mt  655  288 L
2341109 3364 mt 1109 3324 L
235%%IncludeResource: font Helvetica
236/Helvetica /WindowsLatin1Encoding 168 FMSR
237
238 946 3554 mt 
239(40.7) s
2402002 3364 mt 2002 3324 L
2411839 3554 mt 
242(40.8) s
2432895 3364 mt 2895 3324 L
2442732 3554 mt 
245(40.9) s
2463788 3364 mt 3788 3324 L
2473695 3554 mt 
248(41) s
249 655 3055 mt  694 3055 L
250 527 3117 mt 
251(1) s
252 655 2738 mt  694 2738 L
253 527 2800 mt 
254(2) s
255 655 2421 mt  694 2421 L
256 527 2483 mt 
257(3) s
258 655 2103 mt  694 2103 L
259 527 2165 mt 
260(4) s
261 655 1786 mt  694 1786 L
262 527 1848 mt 
263(5) s
264 655 1469 mt  694 1469 L
265 527 1531 mt 
266(6) s
267 655 1152 mt  694 1152 L
268 527 1214 mt 
269(7) s
270 655  834 mt  694  834 L
271 527  896 mt 
272(8) s
273 655  517 mt  694  517 L
274 527  579 mt 
275(9) s
276 655  234 mt 
277(x 10) s
278%%IncludeResource: font Helvetica
279/Helvetica /WindowsLatin1Encoding 112 FMSR
280
281 972  130 mt 
282(-3) s
283gs 655 288 3906 3077 rc
28424 w
285/c8 { 0.000000 0.000000 1.000000 sr} bdef
286c8
28710 2 11 2 11 2 11 2 12 3 11 3 11 4 11 4 
28811 5 11 6 11 7 12 8 11 9 11 10 11 11 11 13 
28911 14 12 16 11 18 11 20 11 22 11 25 11 27 12 30 
29011 32 11 35 11 39 11 41 11 44 11 48 12 51 11 54 
29111 58 11 61 11 64 11 66 12 70 11 72 11 75 11 77 
29211 79 11 81 11 82 12 83 11 84 11 84 11 84 11 84 
29311 82 12 81 11 80 11 78 11 75 11 73 11 70 12 67 
29411 63 11 60 11 56 11 52 11 48 11 45 12 40 11 37 
29511 33 11 29 11 25 11 22 12 19 11 16 11 12 11 11 
29611 7 11 6 12 3 11 2 11 1 11 -1 11 -2 11 -4 
29711 -3 12 -5 11 -5 11 -5 11 -5 11 -6 11 -6 12 -5 
29811 -6 11 -6 11 -6 11 -5 11 -6 12 -6 11 -6 11 -6 
29911 -6 11 -7 11 -6 11 -8 12 -8 11 -8 11 -9 11 -10 
30011 -11 11 -11 12 -13 11 -14 11 -15 11 -16 11 -17 11 -18 
30111 -20 12 -21 11 -22 11 -24 11 -25 11 -26 11 -27 12 -29 
30211 -30 11 -31 11 -33 11 -33 11 -34 12 -36 11 -36 11 -37 
30311 -38 11 -38 11 -39 11 -40 12 -40 11 -41 11 -41 11 -41 
30411 -42 11 -41 12 -42 11 -42 11 -41 11 -42 11 -42 11 -41 
30512 -41 11 -41 11 -41 11 -40 11 -40 11 -40 11 -39 12 -39 
30611 -38 11 -38 11 -38 11 -37 11 -36 12 -36 11 -35 11 -35 
30711 -34 11 -34 11 -33 12 -32 11 -32 11 -31 11 -31 11 -29 
30811 -30 11 -28 12 -28 11 -28 11 -26 11 -26 11 -25 11 -25 
30912 -24 11 -23 11 -23 11 -22 11 -21 11 -21 11 -19 12 -20 
31011 -18 11 -18 11 -17 11 -17 11 -16 12 -15 11 -15 11 -14 
31111 -13 11 -13 11 -13 12 -12 11 -11 11 -10 11 -11 11 -9 
31211 -10 11 -8 12 -9 11 -7 11 -8 11 -7 11 -6 11 -7 
31312 -6 11 -5 11 -5 11 -5 11 -5 11 -4 12 -4 11 -4 
31411 -3 11 -3 11 -3 11 -3 11 -3 12 -2 11 -3 11 -2 
31511 -2 11 -1 11 -2 12 -1 11 -2 11 -1 11 -1 11 -1 
31611 -1 12 -1 11 -1 3 -1 1764 3365 237 MP stroke
317DD
318/c9 { 1.000000 0.000000 0.000000 sr} bdef
319c9
3203 1 11 0 12 0 11 0 11 0 11 0 11 0 11 0 
32111 0 12 0 11 0 0 -1 1544 3365 13 MP stroke
3229 2 11 1 11 3 11 2 11 3 11 3 12 4 11 4 
32311 5 11 5 11 7 11 7 11 8 12 9 11 10 11 12 
32411 13 11 14 11 16 12 17 11 19 11 21 11 24 11 25 
32511 27 12 30 11 32 11 35 11 37 11 40 11 43 11 46 
32612 48 11 51 11 54 11 57 11 60 11 62 12 65 11 68 
32711 70 11 72 11 74 11 77 11 77 12 79 11 81 11 81 
32811 81 11 82 11 82 12 81 11 81 11 79 11 78 11 77 
32911 74 12 71 11 69 11 66 11 63 11 59 11 56 11 52 
33012 47 11 44 11 40 11 35 11 32 11 27 12 23 11 19 
33111 16 11 12 11 9 11 5 12 3 11 0 11 -2 11 -5 
33211 -6 11 -7 11 -9 12 -10 11 -10 11 -11 11 -11 11 -10 
33311 -11 12 -10 11 -10 11 -10 11 -9 11 -8 11 -8 12 -7 
33411 -7 11 -6 11 -6 11 -6 11 -6 11 -6 12 -6 11 -7 
33511 -8 11 -8 11 -9 11 -10 12 -12 11 -13 11 -14 11 -15 
33611 -18 11 -18 11 -21 12 -22 11 -23 11 -25 11 -27 11 -28 
33711 -29 12 -31 11 -31 11 -33 11 -34 11 -34 11 -36 12 -36 
33811 -36 11 -37 11 -38 11 -38 11 -38 11 -38 12 -39 11 -39 
33911 -39 11 -39 11 -39 11 -40 12 -40 11 -39 11 -40 11 -41 
34011 -40 11 -40 12 -41 11 -40 11 -41 11 -41 11 -41 11 -40 
34111 -41 12 -40 11 -40 11 -40 11 -39 11 -39 11 -39 12 -37 
34211 -37 11 -36 11 -36 11 -35 11 -33 12 -33 11 -32 11 -31 
34311 -29 11 -29 11 -28 11 -28 12 -26 11 -25 11 -25 11 -24 
34411 -23 11 -22 12 -22 11 -22 11 -20 11 -21 11 -20 11 -19 
34511 -20 12 -18 11 -19 11 -18 11 -18 11 -17 11 -17 12 -17 
34611 -16 11 -16 11 -16 11 -14 11 -15 12 -13 11 -14 11 -12 
34711 -12 11 -12 11 -10 11 -10 12 -10 11 -9 11 -8 11 -8 
34811 -7 11 -6 12 -6 11 -6 11 -5 11 -4 11 -5 11 -3 
34912 -4 11 -3 11 -3 11 -3 11 -2 11 -2 11 -2 12 -2 
35011 -2 11 -1 11 -1 11 -1 11 -1 2 -1 1855 3365 231 MP stroke
351DA
3520 sg
3533 1 11 3 11 4 12 4 11 5 11 5 11 7 11 6 
35411 8 11 9 12 10 11 11 11 12 11 14 11 15 11 16 
35512 19 11 20 11 22 11 24 11 26 11 28 12 31 11 33 
35611 36 11 38 11 41 11 44 11 46 12 49 11 52 11 55 
35711 58 11 60 11 63 12 66 11 68 11 71 11 72 11 75 
35811 76 11 78 12 79 11 81 11 81 11 82 11 81 11 82 
35912 81 11 80 11 79 11 78 11 76 11 73 12 71 11 69 
36011 65 11 62 11 59 11 55 11 51 12 47 11 43 11 39 
36111 35 11 30 11 27 12 22 11 19 11 15 11 11 11 8 
36211 5 12 2 11 -1 11 -3 11 -5 11 -7 11 -8 11 -9 
36312 -11 11 -11 11 -11 11 -11 11 -12 11 -11 12 -11 11 -11 
36411 -9 11 -10 11 -9 11 -8 12 -7 11 -7 11 -7 11 -6 
36511 -7 11 -6 11 -6 12 -6 11 -7 11 -8 11 -8 11 -10 
36611 -10 12 -11 11 -13 11 -14 11 -16 11 -17 11 -19 11 -21 
36712 -22 11 -24 11 -25 11 -27 11 -28 11 -29 12 -31 11 -32 
36811 -33 11 -35 11 -34 11 -36 12 -36 11 -37 11 -38 11 -38 
36911 -38 11 -38 11 -39 12 -39 11 -39 11 -39 11 -39 11 -40 
37011 -39 12 -40 11 -39 11 -40 11 -40 11 -40 11 -40 12 -41 
37111 -40 11 -40 11 -41 11 -40 11 -40 11 -41 12 -40 11 -39 
37211 -40 11 -39 11 -38 11 -38 12 -38 11 -36 11 -36 11 -35 
37311 -35 11 -33 12 -33 11 -31 11 -31 11 -29 11 -29 11 -27 
37411 -27 12 -26 11 -25 11 -24 11 -24 11 -23 11 -22 12 -21 
37511 -21 11 -21 11 -20 11 -19 11 -19 11 -19 12 -19 11 -18 
37611 -17 11 -18 11 -17 11 -17 12 -16 11 -16 11 -15 11 -16 
37711 -14 11 -14 12 -14 11 -13 11 -12 11 -12 11 -11 11 -11 
37811 -10 12 -9 11 -9 11 -8 11 -7 11 -7 11 -6 12 -6 
37911 -5 11 -5 11 -5 11 -4 11 -3 12 -4 11 -3 11 -2 
38011 -3 11 -2 11 -2 11 -2 12 -1 11 -2 11 -1 11 -1 
38111 -1 11 -1 12 -1 11 -1 11 0 11 -1 11 0 11 0 
38212 0 11 0 11 0 11 0 11 0 11 1 11 0 12 0 
38311 0 11 1 11 0 11 0 11 1 12 0 11 0 11 0 
38411 0 11 0 11 0 11 0 12 -1 11 0 11 0 11 -1 
38511 0 11 0 12 -1 11 0 11 -1 11 0 11 0 11 -1 
38612 0 11 0 11 -1 11 0 11 0 11 0 11 0 12 -1 
38711 0 11 0 11 0 11 0 11 -1 12 0 11 0 11 0 
38811 -1 11 0 11 0 12 -1 11 0 2 -1 1196 3365 287 MP stroke
389gr
390
39124 w
392DA
393%%IncludeResource: font Helvetica
394/Helvetica /WindowsLatin1Encoding 168 FMSR
395
3962145  156 mt 
397(Profile N541) s
398 435 2762 mt  -90 rotate
399(Normalized intensity, a.u.) s
40090 rotate
4012238 3732 mt 
402(Time, [ps]) s
403%%IncludeResource: font Helvetica
404/Helvetica /WindowsLatin1Encoding 120 FMSR
405
406 638 3407 mt 
407( ) s
4084544  330 mt 
409( ) s
410SO
4116 w
4121 sg
4130 708 1722 0 0 -708 721 1065 4 MP
414PP
415-1722 0 0 708 1722 0 0 -708 721 1065 5 MP stroke
4164 w
417DO
418SO
4196 w
4200 sg
421 721  357 mt 2443  357 L
422 721 1065 mt 2443 1065 L
4232443 1065 mt 2443  357 L
424 721 1065 mt  721  357 L
425 721 1065 mt 2443 1065 L
426 721 1065 mt  721  357 L
427 721  357 mt 2443  357 L
428 721 1065 mt 2443 1065 L
4292443 1065 mt 2443  357 L
430 721 1065 mt  721  357 L
431%%IncludeResource: font Helvetica
432/Helvetica /WindowsLatin1Encoding 168 FMSR
433
4341190  549 mt 
435(Original) s
436gs 721 357 1723 709 rc
43724 w
438c8
439360 0 793 489 2 MP stroke
440gr
441
44224 w
443c8
4440 sg
4451190  772 mt 
446(Hilbert) s
447gs 721 357 1723 709 rc
448DD
449c9
450360 0 793 711 2 MP stroke
451SO
452gr
453
454c9
4550 sg
4561190  994 mt 
457(Kramers-Kronig) s
458gs 721 357 1723 709 rc
459DA
460360 0 793 933 2 MP stroke
461SO
4626 w
463gr
464
4656 w
466
467end %%Color Dict
468
469eplot
470%%EndObject
471
472epage
473end
474
475showpage
476
477%%Trailer
478%%EOF
Note: See TracBrowser for help on using the repository browser.