1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: F:\My_Work\Papers\GPU_11\figures\Johnson_With_Lags.fig
3 %%Creator: fig2dev.exe Version 3.2 Patchlevel 4
4 %%CreationDate: Wed Jun 22 13:05:57 2011
5 %%For: Bendjoudi@MOHANDOKACI (MOHANDOKACI)
6 %%BoundingBox: 0 0 549 243
7 %%Magnification: 1.0000
9 /MyAppDict 100 dict dup begin def
10 /$F2psDict 200 dict def
12 $F2psDict /mtrx matrix put
13 /col-1 {0 setgray} bind def
14 /col0 {0.000 0.000 0.000 srgb} bind def
15 /col1 {0.000 0.000 1.000 srgb} bind def
16 /col2 {0.000 1.000 0.000 srgb} bind def
17 /col3 {0.000 1.000 1.000 srgb} bind def
18 /col4 {1.000 0.000 0.000 srgb} bind def
19 /col5 {1.000 0.000 1.000 srgb} bind def
20 /col6 {1.000 1.000 0.000 srgb} bind def
21 /col7 {1.000 1.000 1.000 srgb} bind def
22 /col8 {0.000 0.000 0.560 srgb} bind def
23 /col9 {0.000 0.000 0.690 srgb} bind def
24 /col10 {0.000 0.000 0.820 srgb} bind def
25 /col11 {0.530 0.810 1.000 srgb} bind def
26 /col12 {0.000 0.560 0.000 srgb} bind def
27 /col13 {0.000 0.690 0.000 srgb} bind def
28 /col14 {0.000 0.820 0.000 srgb} bind def
29 /col15 {0.000 0.560 0.560 srgb} bind def
30 /col16 {0.000 0.690 0.690 srgb} bind def
31 /col17 {0.000 0.820 0.820 srgb} bind def
32 /col18 {0.560 0.000 0.000 srgb} bind def
33 /col19 {0.690 0.000 0.000 srgb} bind def
34 /col20 {0.820 0.000 0.000 srgb} bind def
35 /col21 {0.560 0.000 0.560 srgb} bind def
36 /col22 {0.690 0.000 0.690 srgb} bind def
37 /col23 {0.820 0.000 0.820 srgb} bind def
38 /col24 {0.500 0.190 0.000 srgb} bind def
39 /col25 {0.630 0.250 0.000 srgb} bind def
40 /col26 {0.750 0.380 0.000 srgb} bind def
41 /col27 {1.000 0.500 0.500 srgb} bind def
42 /col28 {1.000 0.630 0.630 srgb} bind def
43 /col29 {1.000 0.750 0.750 srgb} bind def
44 /col30 {1.000 0.880 0.880 srgb} bind def
45 /col31 {1.000 0.840 0.000 srgb} bind def
49 newpath 0 243 moveto 0 0 lineto 549 0 lineto 549 243 lineto closepath clip newpath
53 % This junk string is used by the show operators
55 /PATawidthshow { % cx cy cchar rx ry string
56 % Loop over each character in the string
57 { % cx cy cchar rx ry char
59 dup % cx cy cchar rx ry char char
60 PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char)
61 false charpath % cx cy cchar rx ry char
63 % Move past the character (charpath modified the
65 currentpoint % cx cy cchar rx ry char x y
67 moveto % cx cy cchar rx ry char
68 % Reposition by cx,cy if the character in the string is cchar
69 3 index eq { % cx cy cchar rx ry
70 4 index 4 index rmoveto
72 % Reposition all characters by rx ry
73 2 copy rmoveto % cx cy cchar rx ry
75 pop pop pop pop pop % -
82 /lw currentlinewidth def
83 /lc currentlinecap def
84 /lj currentlinejoin def
85 /ml currentmiterlimit def
86 /ds [ currentdash ] def
87 /cc [ currentrgbcolor ] def
88 /cm matrix currentmatrix def
91 % PATdraw - calculates the boundaries of the object and
92 % fills it with the current pattern
95 PATpcalc % proc nw nh px py
96 5 -1 roll exec % nw nh px py
101 % PATfill - performs the tiling for the shape
102 /PATfill { % nw nh px py PATfill -
103 PATDict /CurrentPattern get dup begin
105 % Set the coordinate system to Pattern Space
107 % Set the color for uncolored pattezns
108 PaintType 2 eq { PATDict /PColor get PATsc } if
109 % Create the string for showing
110 3 index string % nw nh px py str
111 % Loop for each of the pattern sources
112 0 1 Multi 1 sub { % nw nh px py str source
113 % Move to the starting location
114 3 index 3 index % nw nh px py str source px py
115 moveto % nw nh px py str source
116 % For multiple sources, set the appropriate color
117 Multi 1 ne { dup PC exch get PATsc } if
118 % Set the appropriate string for the source
119 0 1 7 index 1 sub { 2 index exch 2 index put } for pop
120 % Loop over the number of vertical cells
121 3 index % nw nh px py str nh
123 currentpoint % nw nh px py str cx cy
124 2 index oldshow % nw nh px py str cx cy
125 YStep add moveto % nw nh px py str
126 } repeat % nw nh px py str
132 % PATkshow - kshow with the current pattezn
133 /PATkshow { % proc string
134 exch bind % string proc
135 1 index 0 get % string proc char
136 % Loop over all but the last character in the string
137 0 1 4 index length 2 sub {
138 % string proc char idx
139 % Find the n+1th character in the string
140 3 index exch 1 add get % string proc char char+1
141 exch 2 copy % strinq proc char+1 char char+1 char
142 % Now show the nth character
143 PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr)
144 false charpath % string proc char+1 char char+1
146 % Move past the character (charpath modified the current point)
147 currentpoint newpath moveto
148 % Execute the user proc (should consume char and char+1)
149 mark 3 1 roll % string proc char+1 mark char char+1
150 4 index exec % string proc char+1 mark...
151 cleartomark % string proc char+1
153 % Now display the last character
154 PATsstr dup 0 4 -1 roll put % string proc (char+1)
155 false charpath % string proc
160 % PATmp - the makepattern equivalent
161 /PATmp { % patdict patmtx PATmp patinstance
162 exch dup length 7 add % We will add 6 new entries plus 1 FID
163 dict copy % Create a new dictionary
165 % Matrix to install when painting the pattern
167 /PatternGState PATcg def
168 PatternGState /cm 3 -1 roll put
169 % Check for multi pattern sources (Level 1 fast color patterns)
170 currentdict /Multi known not { /Multi 1 def } if
171 % Font dictionary definitions
173 % Create a dummy encoding vector
174 /Encoding 256 array def
176 Encoding exch dup 3 index cvs cvn put } for pop
177 /FontMatrix matrix def
180 mark 3 1 roll % mark dict char
182 Multi 1 ne {PaintData exch get}{pop} ifelse % mark [paintdata]
183 PaintType 2 eq Multi 1 ne or
184 { XStep 0 FontBBox aload pop setcachedevice }
185 { XStep 0 setcharwidth } ifelse
186 currentdict % mark [paintdata] dict
187 /PaintProc load % mark [paintdata] dict paintproc
190 false PATredef exec true PATredef
196 /foo exch % /foo newlict
199 % PATpcalc - calculates the starting point and width/height
200 % of the tile fill for the shape
201 /PATpcalc { % - PATpcalc nw nh px py
202 PATDict /CurrentPattern get begin
204 % Set up the coordinate system to Pattern Space
205 % and lock down pattern
206 PatternGState /cm get setmatrix
207 BBox aload pop pop pop translate
208 % Determine the bounding box of the shape
209 pathbbox % llx lly urx ury
211 % Determine (nw, nh) the # of cells to paint width and height
212 PatHeight div ceiling % llx lly urx qh
213 4 1 roll % qh llx lly urx
214 PatWidth div ceiling % qh llx lly qw
215 4 1 roll % qw qh llx lly
216 PatHeight div floor % qw qh llx ph
217 4 1 roll % ph qw qh llx
218 PatWidth div floor % ph qw qh pw
219 4 1 roll % pw ph qw qh
220 2 index sub cvi abs % pw ph qs qh-ph
221 exch 3 index sub cvi abs exch % pw ph nw=qw-pw nh=qh-ph
222 % Determine the starting point of the pattern fill
224 4 2 roll % nw nh pw ph
225 PatHeight mul % nw nh pw py
227 PatWidth mul exch % nw nh px py
231 % Save the original routines so that we can use them later on
232 /oldfill /fill load def
233 /oldeofill /eofill load def
234 /oldstroke /stroke load def
235 /oldshow /show load def
236 /oldashow /ashow load def
237 /oldwidthshow /widthshow load def
238 /oldawidthshow /awidthshow load def
239 /oldkshow /kshow load def
241 % These defs are necessary so that subsequent procs don't bind in
243 /fill { oldfill } bind def
244 /eofill { oldeofill } bind def
245 /stroke { oldstroke } bind def
246 /show { oldshow } bind def
247 /ashow { oldashow } bind def
248 /widthshow { oldwidthshow } bind def
249 /awidthshow { oldawidthshow } bind def
250 /kshow { oldkshow } bind def
254 /fill { /clip load PATdraw newpath } bind def
255 /eofill { /eoclip load PATdraw newpath } bind def
256 /stroke { PATstroke } bind def
257 /show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def
258 /ashow { 0 0 null 6 3 roll PATawidthshow }
260 /widthshow { 0 0 3 -1 roll PATawidthshow }
262 /awidthshow { PATawidthshow } bind def
263 /kshow { PATkshow } bind def
265 /fill { oldfill } bind def
266 /eofill { oldeofill } bind def
267 /stroke { oldstroke } bind def
268 /show { oldshow } bind def
269 /ashow { oldashow } bind def
270 /widthshow { oldwidthshow } bind def
271 /awidthshow { oldawidthshow } bind def
272 /kshow { oldkshow } bind def
277 % Conditionally define setcmykcolor if not available
278 /setcmykcolor where { pop } {
282 3 index add neg dup 0 lt { pop 0 } if 3 1 roll
287 /PATsc { % colorarray
288 aload length % c1 ... cn length
289 dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor
299 cc aload pop setrgbcolor
308 /CurrentPattern exch def
309 % If it's an uncolored pattern, save the color
310 CurrentPattern /PaintType get 2 eq {
313 /CColor [ currentrgbcolor ] def
316 % PATstroke - stroke with the current pattern
322 currentpoint strokepath moveto
323 PATpcalc % proc nw nh px py
326 (*** PATstroke Warning: Path is too complex, stroking
330 countdictstack exch sub dup 0 gt
331 { { end } repeat } { pop } ifelse
332 gsave 0.5 setgray oldstroke grestore
333 } { pop restore pop } ifelse
336 /PATtcalc { % modmtx tilingtype PATtcalc tilematrix
337 % Note: tiling types 2 and 3 are not supported
339 exch concat % tilingtype
340 matrix currentmatrix exch % cmtx tilingtype
341 % Tiling type 1 and 3: constant spacing
343 % Distort the pattern so that it occupies
344 % an integral number of device pixels
345 dup 4 get exch dup 5 get exch % tx ty cmtx
347 round exch round exch % tx ty cmtx dx.x dx.y
348 XStep div exch XStep div exch % tx ty cmtx a b
350 round exch round exch % tx ty cmtx a b dy.x dy.y
351 YStep div exch YStep div exch % tx ty cmtx a b c d
352 7 -3 roll astore % { a b c d tx ty }
376 { 20 20 true [ 20 0 0 -20 0 20 ]
377 {<0040100080200100400200800401000802001004
378 0020080040100080200000401000802001004002
379 0080040100080200100400200800401000802000>}
390 /cp {closepath} bind def
391 /ef {eofill} bind def
392 /gr {grestore} bind def
395 /rs {restore} bind def
398 /rm {rmoveto} bind def
399 /n {newpath} bind def
402 /slc {setlinecap} bind def
403 /slj {setlinejoin} bind def
404 /slw {setlinewidth} bind def
405 /srgb {setrgbcolor} bind def
406 /rot {rotate} bind def
408 /sd {setdash} bind def
409 /ff {findfont} bind def
410 /sf {setfont} bind def
411 /scf {scalefont} bind def
412 /sw {stringwidth} bind def
413 /tr {translate} bind def
414 /tnt {dup dup currentrgbcolor
415 4 -2 roll dup 1 exch sub 3 -1 roll mul add
416 4 -2 roll dup 1 exch sub 3 -1 roll mul add
417 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
419 /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
420 4 -2 roll mul srgb} bind def
421 /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
422 /$F2psEnd {$F2psEnteredState restore end} def
432 % here starts figure with depth 50
433 /Times-Italic ff 240.00 scf sf
435 gs 1 -1 sc (l = p) col0 sh gr
436 /Times-Italic ff 195.00 scf sf
438 gs 1 -1 sc (j) col0 sh gr
439 /Symbol ff 360.00 scf sf
441 gs 1 -1 sc (S) col0 sh gr
442 /Times-Italic ff 195.00 scf sf
444 gs 1 -1 sc (k < < l) col0 sh gr
445 /Symbol ff 180.00 scf sf
447 gs 1 -1 sc (m) col0 sh gr
448 /Times-Italic ff 195.00 scf sf
450 gs 1 -1 sc (j,) col0 sh gr
451 /Symbol ff 180.00 scf sf
453 gs 1 -1 sc (m) col0 sh gr
456 n 2127 4725 m 3077 4725 l 3077 5200 l 2127 5200 l
460 n 3077 4250 m 4490 4250 l 4490 4725 l 3077 4725 l
461 cp gs col0 s gr [] 0 sd
464 n 4490 3775 m 4965 3775 l 4965 4250 l 4490 4250 l
465 cp gs col0 s gr [] 0 sd
468 n 4965 3313 m 5915 3313 l 5915 3775 l 4965 3775 l
469 cp gs col0 s gr [] 0 sd
471 n 7563 2355 m 8975 2355 l 8975 2830 l 7563 2830 l
475 n 5909 2830 m 7568 2830 l 7568 3307 l 5909 3307 l
476 cp gs col0 s gr [] 0 sd
478 n 1420 2125 m 1420 6136 l
479 9216 6136 l gs col0 s gr
482 1182 4966 l gs col0 s gr
485 1170 2602 l gs col0 s gr
488 1171 5909 l gs col0 s gr
493 818 4545 l gs col0 s gr [] 0 sd
497 830 5670 l gs col0 s gr [] 0 sd
501 n 3077 4727 m 7568 4727 l 7568 5200 l 3077 5200 l
502 cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def
503 15.00 15.00 sc P5 [16 0 0 -16 205.13 315.13] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd
504 /Times-Italic ff 240.00 scf sf
506 gs 1 -1 sc (M = M) col0 sh gr
507 /Times-Italic ff 240.00 scf sf
509 gs 1 -1 sc (M = M) col0 sh gr
510 /Times-Italic ff 240.00 scf sf
512 gs 1 -1 sc (M) col0 sh gr
513 /Times-Italic ff 240.00 scf sf
515 gs 1 -1 sc (p = p) col0 sh gr
516 /Times-Italic ff 240.00 scf sf
518 gs 1 -1 sc (p = p) col0 sh gr
519 /Times-Italic ff 195.00 scf sf
521 gs 1 -1 sc (2) col0 sh gr
522 /Times-Italic ff 195.00 scf sf
524 gs 1 -1 sc (1) col0 sh gr
525 /Times-Italic ff 195.00 scf sf
527 gs 1 -1 sc (0) col0 sh gr
528 /Times-Italic ff 195.00 scf sf
530 gs 1 -1 sc (j,1) col0 sh gr
531 /Times-Italic ff 195.00 scf sf
533 gs 1 -1 sc (j,2) col0 sh gr
534 /Times-Italic ff 195.00 scf sf
536 gs 1 -1 sc (l) col0 sh gr
537 /Times-Italic ff 195.00 scf sf
539 gs 1 -1 sc (k) col0 sh gr
540 /Times-Italic ff 195.00 scf sf
542 gs 1 -1 sc (j,k) col0 sh gr
543 /Times-Italic ff 195.00 scf sf
545 gs 1 -1 sc (j,l) col0 sh gr