source: ETALON/2017_M2_report/Khodnevych_Vitalii/CLIOacc/Amplit.eps @ 740

Last change on this file since 740 was 740, checked in by hodnevuc, 7 years ago
File size: 9.6 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: E:\CLIO\NEW\AC\A.eps
4%%CreationDate: 03/02/2016  16:56:07
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 2997 3819 0 0 -2997 741 3327 4 MP
199PP
200-3819 0 0 2997 3819 0 0 -2997 741 3327 5 MP stroke
2014 w
202DO
2030 sg
204 741 3327 mt  741  330 L
205 741  330 mt  741  330 L
2061801 3327 mt 1801  330 L
2071801  330 mt 1801  330 L
2082862 3327 mt 2862  330 L
2092862  330 mt 2862  330 L
2103923 3327 mt 3923  330 L
2113923  330 mt 3923  330 L
212 741 3327 mt 4560 3327 L
2134560 3327 mt 4560 3327 L
214 741 2727 mt 4560 2727 L
2154560 2727 mt 4560 2727 L
216 741 2128 mt 4560 2128 L
2174560 2128 mt 4560 2128 L
218 741 1528 mt 4560 1528 L
2194560 1528 mt 4560 1528 L
220 741  929 mt 4560  929 L
2214560  929 mt 4560  929 L
222 741  330 mt 4560  330 L
2234560  330 mt 4560  330 L
224SO
2256 w
226 741 3327 mt 4560 3327 L
227 741 3327 mt  741  330 L
228 741 3327 mt  741 3288 L
229%%IncludeResource: font Helvetica
230/Helvetica /WindowsLatin1Encoding 192 FMSR
231
232 688 3539 mt 
233(0) s
2341801 3327 mt 1801 3288 L
2351641 3539 mt 
236(100) s
2372862 3327 mt 2862 3288 L
2382702 3539 mt 
239(200) s
2403923 3327 mt 3923 3288 L
2413763 3539 mt 
242(300) s
243 741 3327 mt  779 3327 L
244 600 3398 mt 
245(0) s
246 741 2727 mt  779 2727 L
247 386 2798 mt 
248(500) s
249 741 2128 mt  779 2128 L
250 279 2199 mt 
251(1000) s
252 741 1528 mt  779 1528 L
253 279 1599 mt 
254(1500) s
255 741  929 mt  779  929 L
256 279 1000 mt 
257(2000) s
258 741  330 mt  779  330 L
259 279  401 mt 
260(2500) s
261gs 741 330 3820 2998 rc
26224 w
263106 28 106 43 106 68 106 66 106 76 106 45 106 34 106 -148 
264106 -247 106 -63 106 -38 107 -49 106 -49 106 -41 106 -35 106 -122 
265106 -135 106 -505 106 -778 106 -85 106 -7 212 484 107 -312 106 109 
266106 619 106 795 106 111 106 32 106 16 106 14 106 11 106 13 
267106 15 106 12 741 822 35 MP stroke
268gr
269
27024 w
271  36   36  741  822 FO
272  36   36  847  834 FO
273  36   36  953  849 FO
274  36   36 1059  862 FO
275  36   36 1165  873 FO
276  36   36 1271  887 FO
277  36   36 1377  903 FO
278  36   36 1483  935 FO
279  36   36 1589 1046 FO
280  36   36 1695 1841 FO
281  36   36 1801 2460 FO
282  36   36 1907 2569 FO
283  36   36 2014 2257 FO
284  36   36 2226 2741 FO
285  36   36 2332 2734 FO
286  36   36 2438 2649 FO
287  36   36 2544 1871 FO
288  36   36 2650 1366 FO
289  36   36 2756 1231 FO
290  36   36 2862 1109 FO
291  36   36 2968 1074 FO
292  36   36 3074 1033 FO
293  36   36 3180  984 FO
294  36   36 3287  935 FO
295  36   36 3393  897 FO
296  36   36 3499  834 FO
297  36   36 3605  587 FO
298  36   36 3711  439 FO
299  36   36 3817  473 FO
300  36   36 3923  518 FO
301  36   36 4029  594 FO
302  36   36 4135  660 FO
303  36   36 4241  728 FO
304  36   36 4347  771 FO
305  36   36 4453  799 FO
306gs 741 330 3820 2998 rc
307gr
308
3092376 3735 mt 
310(phi, [\260]) s
311 181 2521 mt  -90 rotate
312(Amplitude, [a.u.]) s
31390 rotate
314 843  178 mt 
315(Maximum of convolution with 15ps window) s
3166 w
317
318end %%Color Dict
319
320eplot
321%%EndObject
322
323epage
324end
325
326showpage
327
328%%Trailer
329%%EOF
Note: See TracBrowser for help on using the repository browser.