source: ETALON/reconstruction/THPME088f9.eps @ 138

Last change on this file since 138 was 138, checked in by hodnevuc, 9 years ago

qwerty

File size: 13.7 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\Graphs\chilorh.eps
4%%CreationDate: 05/06/2014  16:04: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 3081 3905 0 0 -3081 655 3364 4 MP
199PP
200-3905 0 0 3081 3905 0 0 -3081 655 3364 5 MP stroke
2014 w
202DO
2030 sg
204 655 3364 mt  655  283 L
205 655  283 mt  655  283 L
2061143 3364 mt 1143  283 L
2071143  283 mt 1143  283 L
2081631 3364 mt 1631  283 L
2091631  283 mt 1631  283 L
2102119 3364 mt 2119  283 L
2112119  283 mt 2119  283 L
2122607 3364 mt 2607  283 L
2132607  283 mt 2607  283 L
2143095 3364 mt 3095  283 L
2153095  283 mt 3095  283 L
2163583 3364 mt 3583  283 L
2173583  283 mt 3583  283 L
2184071 3364 mt 4071  283 L
2194071  283 mt 4071  283 L
2204560 3364 mt 4560  283 L
2214560  283 mt 4560  283 L
222 655 3364 mt 4560 3364 L
2234560 3364 mt 4560 3364 L
224 655 2850 mt 4560 2850 L
2254560 2850 mt 4560 2850 L
226 655 2337 mt 4560 2337 L
2274560 2337 mt 4560 2337 L
228 655 1823 mt 4560 1823 L
2294560 1823 mt 4560 1823 L
230 655 1310 mt 4560 1310 L
2314560 1310 mt 4560 1310 L
232 655  796 mt 4560  796 L
2334560  796 mt 4560  796 L
234 655  283 mt 4560  283 L
2354560  283 mt 4560  283 L
236SO
2376 w
238 655  283 mt 4560  283 L
239 655 3364 mt 4560 3364 L
2404560 3364 mt 4560  283 L
241 655 3364 mt  655  283 L
242 655 3364 mt 4560 3364 L
243 655 3364 mt  655  283 L
244 655 3364 mt  655 3324 L
245 655  283 mt  655  322 L
246%%IncludeResource: font Helvetica
247/Helvetica /WindowsLatin1Encoding 120 FMSR
248
249 622 3509 mt 
250(1) s
2511143 3364 mt 1143 3324 L
2521143  283 mt 1143  322 L
2531060 3509 mt 
254(1.5) s
2551631 3364 mt 1631 3324 L
2561631  283 mt 1631  322 L
2571598 3509 mt 
258(2) s
2592119 3364 mt 2119 3324 L
2602119  283 mt 2119  322 L
2612036 3509 mt 
262(2.5) s
2632607 3364 mt 2607 3324 L
2642607  283 mt 2607  322 L
2652574 3509 mt 
266(3) s
2673095 3364 mt 3095 3324 L
2683095  283 mt 3095  322 L
2693012 3509 mt 
270(3.5) s
2713583 3364 mt 3583 3324 L
2723583  283 mt 3583  322 L
2733550 3509 mt 
274(4) s
2754071 3364 mt 4071 3324 L
2764071  283 mt 4071  322 L
2773988 3509 mt 
278(4.5) s
2794560 3364 mt 4560 3324 L
2804560  283 mt 4560  322 L
2814527 3509 mt 
282(5) s
2834243 3711 mt 
284(x 10) s
285%%IncludeResource: font Helvetica
286/Helvetica /WindowsLatin1Encoding 80 FMSR
287
2884469 3637 mt 
289(-6) s
290 655 3364 mt  694 3364 L
2914560 3364 mt 4520 3364 L
292%%IncludeResource: font Helvetica
293/Helvetica /WindowsLatin1Encoding 120 FMSR
294
295 554 3408 mt 
296(0) s
297 655 2850 mt  694 2850 L
2984560 2850 mt 4520 2850 L
299 487 2894 mt 
300(20) s
301 655 2337 mt  694 2337 L
3024560 2337 mt 4520 2337 L
303 487 2381 mt 
304(40) s
305 655 1823 mt  694 1823 L
3064560 1823 mt 4520 1823 L
307 487 1867 mt 
308(60) s
309 655 1310 mt  694 1310 L
3104560 1310 mt 4520 1310 L
311 487 1354 mt 
312(80) s
313 655  796 mt  694  796 L
3144560  796 mt 4520  796 L
315 420  840 mt 
316(100) s
317 655  283 mt  694  283 L
3184560  283 mt 4520  283 L
319 420  327 mt 
320(120) s
321 655  283 mt 4560  283 L
322 655 3364 mt 4560 3364 L
3234560 3364 mt 4560  283 L
324 655 3364 mt  655  283 L
325gs 655 283 3906 3082 rc
326/c8 { 0.000000 0.000000 0.562500 sr} bdef
327c8
3280 103 83 0 0 -103 860 3364 4 MP
329PP
3300 sg
331-83 0 0 103 83 0 0 -103 860 3364 5 MP stroke
332c8
3330 180 83 0 0 -180 943 3364 4 MP
334PP
3350 sg
336-83 0 0 180 83 0 0 -180 943 3364 5 MP stroke
337c8
3380 360 84 0 0 -360 1026 3364 4 MP
339PP
3400 sg
341-84 0 0 360 84 0 0 -360 1026 3364 5 MP stroke
342c8
3430 719 83 0 0 -719 1110 3364 4 MP
344PP
3450 sg
346-83 0 0 719 83 0 0 -719 1110 3364 5 MP stroke
347c8
3480 1259 83 0 0 -1259 1193 3364 4 MP
349PP
3500 sg
351-83 0 0 1259 83 0 0 -1259 1193 3364 5 MP stroke
352c8
3530 1721 83 0 0 -1721 1276 3364 4 MP
354PP
3550 sg
356-83 0 0 1721 83 0 0 -1721 1276 3364 5 MP stroke
357c8
3580 2003 83 0 0 -2003 1359 3364 4 MP
359PP
3600 sg
361-83 0 0 2003 83 0 0 -2003 1359 3364 5 MP stroke
362c8
3630 2465 84 0 0 -2465 1442 3364 4 MP
364PP
3650 sg
366-84 0 0 2465 84 0 0 -2465 1442 3364 5 MP stroke
367c8
3680 2850 83 0 0 -2850 1526 3364 4 MP
369PP
3700 sg
371-83 0 0 2850 83 0 0 -2850 1526 3364 5 MP stroke
372c8
3730 2645 83 0 0 -2645 1609 3364 4 MP
374PP
3750 sg
376-83 0 0 2645 83 0 0 -2645 1609 3364 5 MP stroke
377c8
3780 2671 83 0 0 -2671 1692 3364 4 MP
379PP
3800 sg
381-83 0 0 2671 83 0 0 -2671 1692 3364 5 MP stroke
382c8
3830 1849 83 0 0 -1849 1775 3364 4 MP
384PP
3850 sg
386-83 0 0 1849 83 0 0 -1849 1775 3364 5 MP stroke
387c8
3880 1798 84 0 0 -1798 1858 3364 4 MP
389PP
3900 sg
391-84 0 0 1798 84 0 0 -1798 1858 3364 5 MP stroke
392c8
3930 1053 83 0 0 -1053 1942 3364 4 MP
394PP
3950 sg
396-83 0 0 1053 83 0 0 -1053 1942 3364 5 MP stroke
397c8
3980 1002 83 0 0 -1002 2025 3364 4 MP
399PP
4000 sg
401-83 0 0 1002 83 0 0 -1002 2025 3364 5 MP stroke
402c8
4030 950 83 0 0 -950 2108 3364 4 MP
404PP
4050 sg
406-83 0 0 950 83 0 0 -950 2108 3364 5 MP stroke
407c8
4080 540 84 0 0 -540 2191 3364 4 MP
409PP
4100 sg
411-84 0 0 540 84 0 0 -540 2191 3364 5 MP stroke
412c8
4130 514 83 0 0 -514 2275 3364 4 MP
414PP
4150 sg
416-83 0 0 514 83 0 0 -514 2275 3364 5 MP stroke
417c8
4180 232 83 0 0 -232 2358 3364 4 MP
419PP
4200 sg
421-83 0 0 232 83 0 0 -232 2358 3364 5 MP stroke
422c8
4230 309 83 0 0 -309 2441 3364 4 MP
424PP
4250 sg
426-83 0 0 309 83 0 0 -309 2441 3364 5 MP stroke
427c8
4280 180 83 0 0 -180 2524 3364 4 MP
429PP
4300 sg
431-83 0 0 180 83 0 0 -180 2524 3364 5 MP stroke
432c8
4330 0 84 0 0 0 2607 3364 4 MP
434PP
4350 sg
436-84 0 0 0 84 0 0 0 2607 3364 5 MP stroke
437c8
4380 52 83 0 0 -52 2691 3364 4 MP
439PP
4400 sg
441-83 0 0 52 83 0 0 -52 2691 3364 5 MP stroke
442c8
4430 26 83 0 0 -26 2774 3364 4 MP
444PP
4450 sg
446-83 0 0 26 83 0 0 -26 2774 3364 5 MP stroke
447c8
4480 26 83 0 0 -26 2857 3364 4 MP
449PP
4500 sg
451-83 0 0 26 83 0 0 -26 2857 3364 5 MP stroke
452c8
4530 26 84 0 0 -26 2940 3364 4 MP
454PP
4550 sg
456-84 0 0 26 84 0 0 -26 2940 3364 5 MP stroke
457c8
4580 52 83 0 0 -52 3024 3364 4 MP
459PP
4600 sg
461-83 0 0 52 83 0 0 -52 3024 3364 5 MP stroke
462c8
4630 52 83 0 0 -52 3107 3364 4 MP
464PP
4650 sg
466-83 0 0 52 83 0 0 -52 3107 3364 5 MP stroke
467c8
4680 26 83 0 0 -26 3190 3364 4 MP
469PP
4700 sg
471-83 0 0 26 83 0 0 -26 3190 3364 5 MP stroke
472c8
4730 0 83 0 0 0 3273 3364 4 MP
474PP
4750 sg
476-83 0 0 0 83 0 0 0 3273 3364 5 MP stroke
477c8
4780 0 84 0 0 0 3356 3364 4 MP
479PP
4800 sg
481-84 0 0 0 84 0 0 0 3356 3364 5 MP stroke
482c8
4830 0 83 0 0 0 3440 3364 4 MP
484PP
4850 sg
486-83 0 0 0 83 0 0 0 3440 3364 5 MP stroke
487c8
4880 0 83 0 0 0 3523 3364 4 MP
489PP
4900 sg
491-83 0 0 0 83 0 0 0 3523 3364 5 MP stroke
492c8
4930 0 83 0 0 0 3606 3364 4 MP
494PP
4950 sg
496-83 0 0 0 83 0 0 0 3606 3364 5 MP stroke
497c8
4980 0 83 0 0 0 3689 3364 4 MP
499PP
5000 sg
501-83 0 0 0 83 0 0 0 3689 3364 5 MP stroke
502c8
5030 0 84 0 0 0 3772 3364 4 MP
504PP
5050 sg
506-84 0 0 0 84 0 0 0 3772 3364 5 MP stroke
507c8
5080 0 83 0 0 0 3856 3364 4 MP
509PP
5100 sg
511-83 0 0 0 83 0 0 0 3856 3364 5 MP stroke
512c8
5130 0 83 0 0 0 3939 3364 4 MP
514PP
5150 sg
516-83 0 0 0 83 0 0 0 3939 3364 5 MP stroke
517c8
5180 0 83 0 0 0 4022 3364 4 MP
519PP
5200 sg
521-83 0 0 0 83 0 0 0 4022 3364 5 MP stroke
522c8
5230 26 84 0 0 -26 4105 3364 4 MP
524PP
5250 sg
526-84 0 0 26 84 0 0 -26 4105 3364 5 MP stroke
527gr
528
529%%IncludeResource: font Symbol
530/Symbol /WindowsLatin1Encoding 120 FMSR
531
5321520  180 mt 
533(c) s
534%%IncludeResource: font Helvetica
535/Helvetica /WindowsLatin1Encoding 96 FMSR
536
5371585  120 mt 
538(2) s
539%%IncludeResource: font Helvetica
540/Helvetica /WindowsLatin1Encoding 120 FMSR
541
5421638  180 mt 
543( distribution for Hilbert, Linear sampling) s
544
545end %%Color Dict
546
547eplot
548%%EndObject
549
550epage
551end
552
553showpage
554
555%%Trailer
556%%EOF
Note: See TracBrowser for help on using the repository browser.