]> AND Private Git Repository - these_qian.git/blob - images/correlation_c_sc.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
change .bib
[these_qian.git] / images / correlation_c_sc.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.9.0.529 (R2009b). Operating System: Linux 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 02:41:03 UTC 2010 x86_64.
3 %%Title: /home/qianxue/Documents/generator_journal/Images/correlation_c_sc.eps
4 %%CreationDate: 06/17/2010  15:44:44
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    81   227   529   564
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 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    81   227   529   564
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0972 6768 csm
174
175     0     0  5376  4033 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 5377 4034 rf
189 6 w
190 0 1361 4166 0 0 -1361 699 1678 4 MP
191 PP
192 -4166 0 0 1361 4166 0 0 -1361 699 1678 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  699 1678 mt 4865 1678 L
199  699 1678 mt  699  317 L
200  699 1678 mt  699 1636 L
201 %%IncludeResource: font Helvetica
202 /Helvetica /ISOLatin1Encoding 120 FMSR
203
204  666 1823 mt 
205 (0) s
206 1115 1678 mt 1115 1636 L
207 1082 1823 mt 
208 (2) s
209 1532 1678 mt 1532 1636 L
210 1499 1823 mt 
211 (4) s
212 1948 1678 mt 1948 1636 L
213 1915 1823 mt 
214 (6) s
215 2365 1678 mt 2365 1636 L
216 2332 1823 mt 
217 (8) s
218 2782 1678 mt 2782 1636 L
219 2716 1823 mt 
220 (10) s
221 3198 1678 mt 3198 1636 L
222 3132 1823 mt 
223 (12) s
224 3615 1678 mt 3615 1636 L
225 3549 1823 mt 
226 (14) s
227 4031 1678 mt 4031 1636 L
228 3965 1823 mt 
229 (16) s
230 4448 1678 mt 4448 1636 L
231 4382 1823 mt 
232 (18) s
233 4865 1678 mt 4865 1636 L
234 4799 1823 mt 
235 (20) s
236  699 1678 mt  740 1678 L
237  598 1722 mt 
238 (0) s
239  699 1252 mt  740 1252 L
240  598 1296 mt 
241 (5) s
242  699  827 mt  740  827 L
243  531  871 mt 
244 (10) s
245  699  402 mt  740  402 L
246  531  446 mt 
247 (15) s
248 gs 699 317 4167 1362 rc
249 /c8 { 0.000000 0.000000 1.000000 sr} bdef
250 c8
251 209 0 208 0 208 0 209 0 208 0 208 0 209 0 208 0 
252 208 0 208 0 209 0 208 0 208 -255 209 -425 208 -170 208 0 
253 209 -85 208 0 208 -85 907 1422 20 MP stroke
254 DA
255 /c9 { 1.000000 0.000000 0.000000 sr} bdef
256 c9
257 0 -1361 3198 1678 2 MP stroke
258 gr
259
260 c9
261 DA
262 0 sg
263 2751 1966 mt 
264 (k) s
265  449 1515 mt  -90 rotate
266 (Number of passses) s
267 90 rotate
268 2669  222 mt 
269 (N=4) s
270 gs 699 317 4167 1362 rc
271 SO
272 c8
273 209 0 208 0 208 0 209 0 208 0 208 0 209 0 208 0 
274 208 0 208 0 209 0 208 0 208 -255 209 -425 208 -170 208 0 
275 209 -85 208 0 208 -85 907 1422 20 MP stroke
276 DA
277 c9
278 0 -1361 3198 1678 2 MP stroke
279 SO
280 gr
281
282 c9
283 SO
284 1 sg
285 0 1361 4166 0 0 -1361 699 3589 4 MP
286 PP
287 -4166 0 0 1361 4166 0 0 -1361 699 3589 5 MP stroke
288 4 w
289 DO
290 SO
291 6 w
292 0 sg
293  699 3589 mt 4865 3589 L
294  699 3589 mt  699 2228 L
295  699 3589 mt  699 3547 L
296  666 3734 mt 
297 (0) s
298 1115 3589 mt 1115 3547 L
299 1049 3734 mt 
300 (10) s
301 1532 3589 mt 1532 3547 L
302 1466 3734 mt 
303 (20) s
304 1948 3589 mt 1948 3547 L
305 1882 3734 mt 
306 (30) s
307 2365 3589 mt 2365 3547 L
308 2299 3734 mt 
309 (40) s
310 2782 3589 mt 2782 3547 L
311 2716 3734 mt 
312 (50) s
313 3198 3589 mt 3198 3547 L
314 3132 3734 mt 
315 (60) s
316 3615 3589 mt 3615 3547 L
317 3549 3734 mt 
318 (70) s
319 4031 3589 mt 4031 3547 L
320 3965 3734 mt 
321 (80) s
322 4448 3589 mt 4448 3547 L
323 4382 3734 mt 
324 (90) s
325 4865 3589 mt 4865 3547 L
326 4765 3734 mt 
327 (100) s
328  699 3589 mt  740 3589 L
329  598 3633 mt 
330 (0) s
331  699 3163 mt  740 3163 L
332  598 3207 mt 
333 (5) s
334  699 2738 mt  740 2738 L
335  531 2782 mt 
336 (10) s
337  699 2313 mt  740 2313 L
338  531 2357 mt 
339 (15) s
340 gs 699 2228 4167 1362 rc
341 c8
342 42 0 42 0 41 0 42 0 42 0 41 0 42 0 42 0 
343 41 -85 42 85 42 -85 41 85 42 0 42 -85 41 85 42 0 
344 42 0 41 0 42 -170 42 85 41 -85 42 0 42 -85 41 0 
345 42 85 42 -85 41 -255 42 85 42 0 41 -255 42 85 42 -170 
346 41 170 42 0 42 -255 41 170 42 -85 42 -85 41 85 42 -85 
347 42 0 41 0 42 0 42 0 41 -85 42 85 42 0 41 -85 
348 42 0 41 0 42 0 42 0 41 0 42 -85 42 0 41 0 
349 42 0 42 -85 41 0 42 0 42 0 41 0 42 0 42 0 
350 41 0 42 0 42 0 41 0 42 0 42 0 41 0 42 0 
351 42 0 41 0 42 0 42 0 41 0 42 0 42 0 41 0 
352 42 0 42 0 41 0 42 0 42 0 41 0 42 0 42 0 
353 41 0 42 -85 42 0 41 0 42 0 42 0 41 0 42 0 
354 42 -86 41 0 42 0 740 3589 100 MP stroke
355 DA
356 c9
357 0 -1361 4698 3589 2 MP stroke
358 gr
359
360 c9
361 DA
362 0 sg
363 2751 3877 mt 
364 (k) s
365  449 3426 mt  -90 rotate
366 (Number of passses) s
367 90 rotate
368 2636 2133 mt 
369 (N=32) s
370 gs 699 2228 4167 1362 rc
371 SO
372 c8
373 42 0 42 0 41 0 42 0 42 0 41 0 42 0 42 0 
374 41 -85 42 85 42 -85 41 85 42 0 42 -85 41 85 42 0 
375 42 0 41 0 42 -170 42 85 41 -85 42 0 42 -85 41 0 
376 42 85 42 -85 41 -255 42 85 42 0 41 -255 42 85 42 -170 
377 41 170 42 0 42 -255 41 170 42 -85 42 -85 41 85 42 -85 
378 42 0 41 0 42 0 42 0 41 -85 42 85 42 0 41 -85 
379 42 0 41 0 42 0 42 0 41 0 42 -85 42 0 41 0 
380 42 0 42 -85 41 0 42 0 42 0 41 0 42 0 42 0 
381 41 0 42 0 42 0 41 0 42 0 42 0 41 0 42 0 
382 42 0 41 0 42 0 42 0 41 0 42 0 42 0 41 0 
383 42 0 42 0 41 0 42 0 42 0 41 0 42 0 42 0 
384 41 0 42 -85 42 0 41 0 42 0 42 0 41 0 42 0 
385 42 -86 41 0 42 0 740 3589 100 MP stroke
386 DA
387 c9
388 0 -1361 4698 3589 2 MP stroke
389 SO
390 gr
391
392 c9
393 SO
394
395 end %%Color Dict
396
397 eplot
398 %%EndObject
399
400 epage
401 end
402
403 showpage
404
405 %%Trailer
406 %%EOF