0705.3683/round_analysis_comp21.eps
1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\round_analysis_comp21.eps
4: %%CreationDate: 03/23/2006  11:09:10
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%Pages: 1
8: %%BoundingBox:     2    13   271   489
9: %%EndComments
10: 
11: %%BeginProlog
12: % MathWorks dictionary
13: /MathWorks 160 dict begin
14: % definition operators
15: /bdef {bind def} bind def
16: /ldef {load def} bind def
17: /xdef {exch def} bdef
18: /xstore {exch store} bdef
19: % operator abbreviations
20: /c  /clip ldef
21: /cc /concat ldef
22: /cp /closepath ldef
23: /gr /grestore ldef
24: /gs /gsave ldef
25: /mt /moveto ldef
26: /np /newpath ldef
27: /cm /currentmatrix ldef
28: /sm /setmatrix ldef
29: /rm /rmoveto ldef
30: /rl /rlineto ldef
31: /s {show newpath} bdef
32: /sc {setcmykcolor} bdef
33: /sr /setrgbcolor ldef
34: /sg /setgray ldef
35: /w /setlinewidth ldef
36: /j /setlinejoin ldef
37: /cap /setlinecap ldef
38: /rc {rectclip} bdef
39: /rf {rectfill} bdef
40: % page state control
41: /pgsv () def
42: /bpage {/pgsv save def} bdef
43: /epage {pgsv restore} bdef
44: /bplot /gsave ldef
45: /eplot {stroke grestore} bdef
46: % orientation switch
47: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
48: % coordinate system mappings
49: /dpi2point 0 def
50: % font control
51: /FontSize 0 def
52: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
53:   makefont setfont} bdef
54: /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
55: ISOLatin1Encoding WindowsLatin1Encoding copy pop
56: /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
57: /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
58: /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
59: /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
60: /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
61: {/WindowsLatin1Encoding StandardEncoding bdef} ifelse
62: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
63:   exch dup 3 1 roll findfont dup length dict begin
64:   { 1 index /FID ne {def}{pop pop} ifelse } forall
65:   /Encoding exch def currentdict end definefont pop} bdef
66: /isroman {findfont /CharStrings get /Agrave known} bdef
67: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
68:   exch FMS} bdef
69: /csm {1 dpi2point div -1 dpi2point div scale neg translate
70:  dup landscapeMode eq {pop -90 rotate}
71:   {rotateMode eq {90 rotate} if} ifelse} bdef
72: % line types: solid, dotted, dashed, dotdash
73: /SO { [] 0 setdash } bdef
74: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
75: /DA { [6 dpi2point mul] 0 setdash } bdef
76: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
77:   dpi2point mul] 0 setdash } bdef
78: % macros for lines and objects
79: /L {lineto stroke} bdef
80: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
81: /AP {{rlineto} repeat} bdef
82: /PDlw -1 def
83: /W {/PDlw currentlinewidth def setlinewidth} def
84: /PP {closepath eofill} bdef
85: /DP {closepath stroke} bdef
86: /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
87:   neg 0 exch rlineto closepath} bdef
88: /FR {MR stroke} bdef
89: /PR {MR fill} bdef
90: /L1i {{currentfile picstr readhexstring pop} image} bdef
91: /tMatrix matrix def
92: /MakeOval {newpath tMatrix currentmatrix pop translate scale
93: 0 0 1 0 360 arc tMatrix setmatrix} bdef
94: /FO {MakeOval stroke} bdef
95: /PO {MakeOval fill} bdef
96: /PD {currentlinewidth 2 div 0 360 arc fill
97:    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
98: /FA {newpath tMatrix currentmatrix pop translate scale
99:   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
100: /PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
101:   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
102: /FAn {newpath tMatrix currentmatrix pop translate scale
103:   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
104: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
105:   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
106: /vradius 0 def /hradius 0 def /lry 0 def
107: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
108: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
109:   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
110:   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
111:   tMatrix setmatrix lrx hradius sub uly vradius add translate
112:   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
113:   lrx hradius sub lry vradius sub translate hradius vradius scale
114:   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
115:   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
116:   closepath} bdef
117: /FRR {MRR stroke } bdef
118: /PRR {MRR fill } bdef
119: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
120:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121:   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
122:   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
123:   closepath} bdef
124: /FlrRR {MlrRR stroke } bdef
125: /PlrRR {MlrRR fill } bdef
126: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
127:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
128:   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
129:   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
130:   closepath} bdef
131: /FtbRR {MtbRR stroke } bdef
132: /PtbRR {MtbRR fill } bdef
133: /stri 6 array def /dtri 6 array def
134: /smat 6 array def /dmat 6 array def
135: /tmat1 6 array def /tmat2 6 array def /dif 3 array def
136: /asub {/ind2 exch def /ind1 exch def dup dup
137:   ind1 get exch ind2 get sub exch } bdef
138: /tri_to_matrix {
139:   2 0 asub 3 1 asub 4 0 asub 5 1 asub
140:   dup 0 get exch 1 get 7 -1 roll astore } bdef
141: /compute_transform {
142:   dmat dtri tri_to_matrix tmat1 invertmatrix 
143:   smat stri tri_to_matrix tmat2 concatmatrix } bdef
144: /ds {stri astore pop} bdef
145: /dt {dtri astore pop} bdef
146: /db {2 copy /cols xdef /rows xdef mul dup string
147:   currentfile exch readhexstring pop
148:   /bmap xdef pop pop} bdef
149: /it {gs np dtri aload pop moveto lineto lineto cp c
150:   cols rows 8 compute_transform 
151:   {bmap} image gr}bdef
152: /il {newpath moveto lineto stroke}bdef
153: currentdict end def
154: %%EndProlog
155: 
156: %%BeginSetup
157: MathWorks begin
158: 
159: 0 cap
160: 
161: end
162: %%EndSetup
163: 
164: %%Page: 1 1
165: %%BeginPageSetup
166: %%PageBoundingBox:     2    13   271   489
167: MathWorks begin
168: bpage
169: %%EndPageSetup
170: 
171: %%BeginObject: obj1
172: bplot
173: 
174: /dpi2point 12 def
175: portraitMode 0000 6048 csm
176: 
177:    31   179  3221  5712 MR c np
178: 85 dict begin %Colortable dictionary
179: /c0 { 0.000000 0.000000 0.000000 sr} bdef
180: /c1 { 1.000000 1.000000 1.000000 sr} bdef
181: /c2 { 0.900000 0.000000 0.000000 sr} bdef
182: /c3 { 0.000000 0.820000 0.000000 sr} bdef
183: /c4 { 0.000000 0.000000 0.800000 sr} bdef
184: /c5 { 0.910000 0.820000 0.320000 sr} bdef
185: /c6 { 1.000000 0.260000 0.820000 sr} bdef
186: /c7 { 0.000000 0.820000 0.820000 sr} bdef
187: c0
188: 1 j
189: 1 sg
190:    0    0 3460 6052 PR
191: 6 w
192: 0 2033 2680 0 0 -2033 450 2487 4 MP
193: PP
194: -2680 0 0 2033 2680 0 0 -2033 450 2487 5 MP stroke
195: 4 w
196: DO
197: 0 sg
198:  450 2487 mt  450  454 L
199:  450  454 mt  450  454 L
200:  986 2487 mt  986  454 L
201:  986  454 mt  986  454 L
202: 1522 2487 mt 1522  454 L
203: 1522  454 mt 1522  454 L
204: 2058 2487 mt 2058  454 L
205: 2058  454 mt 2058  454 L
206: 2594 2487 mt 2594  454 L
207: 2594  454 mt 2594  454 L
208: 3130 2487 mt 3130  454 L
209: 3130  454 mt 3130  454 L
210:  450 2487 mt 3130 2487 L
211: 3130 2487 mt 3130 2487 L
212:  450 2148 mt 3130 2148 L
213: 3130 2148 mt 3130 2148 L
214:  450 1809 mt 3130 1809 L
215: 3130 1809 mt 3130 1809 L
216:  450 1470 mt 3130 1470 L
217: 3130 1470 mt 3130 1470 L
218:  450 1131 mt 3130 1131 L
219: 3130 1131 mt 3130 1131 L
220:  450  792 mt 3130  792 L
221: 3130  792 mt 3130  792 L
222:  450  454 mt 3130  454 L
223: 3130  454 mt 3130  454 L
224: SO
225: 6 w
226:  450  454 mt 3130  454 L
227:  450 2487 mt 3130 2487 L
228: 3130 2487 mt 3130  454 L
229:  450 2487 mt  450  454 L
230:  450 2487 mt 3130 2487 L
231:  450 2487 mt  450  454 L
232:  450 2487 mt  450 2460 L
233:  450  454 mt  450  480 L
234: %%IncludeResource: font Helvetica
235: /Helvetica /WindowsLatin1Encoding 120 FMSR
236: 
237:  417 2632 mt 
238: (0) s
239:  986 2487 mt  986 2460 L
240:  986  454 mt  986  480 L
241:  953 2632 mt 
242: (2) s
243: 1522 2487 mt 1522 2460 L
244: 1522  454 mt 1522  480 L
245: 1489 2632 mt 
246: (4) s
247: 2058 2487 mt 2058 2460 L
248: 2058  454 mt 2058  480 L
249: 2025 2632 mt 
250: (6) s
251: 2594 2487 mt 2594 2460 L
252: 2594  454 mt 2594  480 L
253: 2561 2632 mt 
254: (8) s
255: 3130 2487 mt 3130 2460 L
256: 3130  454 mt 3130  480 L
257: 3064 2632 mt 
258: (10) s
259:  450 2487 mt  476 2487 L
260: 3130 2487 mt 3103 2487 L
261:  249 2531 mt 
262: (0.8) s
263:  450 2148 mt  476 2148 L
264: 3130 2148 mt 3103 2148 L
265:  349 2192 mt 
266: (1) s
267:  450 1809 mt  476 1809 L
268: 3130 1809 mt 3103 1809 L
269:  249 1853 mt 
270: (1.2) s
271:  450 1470 mt  476 1470 L
272: 3130 1470 mt 3103 1470 L
273:  249 1514 mt 
274: (1.4) s
275:  450 1131 mt  476 1131 L
276: 3130 1131 mt 3103 1131 L
277:  249 1175 mt 
278: (1.6) s
279:  450  792 mt  476  792 L
280: 3130  792 mt 3103  792 L
281:  249  836 mt 
282: (1.8) s
283:  450  454 mt  476  454 L
284: 3130  454 mt 3103  454 L
285:  349  498 mt 
286: (2) s
287:  450  454 mt 3130  454 L
288:  450 2487 mt 3130 2487 L
289: 3130 2487 mt 3130  454 L
290:  450 2487 mt  450  454 L
291: gs 450 453 2681 2035 MR c np
292: 268 -239 268 -205 268 -177 268 -155 268 -137 268 -122 268 -109 268 -98 
293: 268 -89 268 -81 450 2148 11 MP stroke
294: gr
295: 
296: gs 377 663 2827 1559 MR c np
297:  425 2123 mt  475 2173 L
298:  475 2123 mt  425 2173 L
299:  693 2042 mt  743 2092 L
300:  743 2042 mt  693 2092 L
301:  961 1953 mt 1011 2003 L
302: 1011 1953 mt  961 2003 L
303: 1229 1855 mt 1279 1905 L
304: 1279 1855 mt 1229 1905 L
305: 1497 1746 mt 1547 1796 L
306: 1547 1746 mt 1497 1796 L
307: 1765 1624 mt 1815 1674 L
308: 1815 1624 mt 1765 1674 L
309: 2033 1487 mt 2083 1537 L
310: 2083 1487 mt 2033 1537 L
311: 2301 1332 mt 2351 1382 L
312: 2351 1332 mt 2301 1382 L
313: 2569 1155 mt 2619 1205 L
314: 2619 1155 mt 2569 1205 L
315: 2837  950 mt 2887 1000 L
316: 2887  950 mt 2837 1000 L
317: 3105  711 mt 3155  761 L
318: 3155  711 mt 3105  761 L
319: gr
320: 
321: gs 450 453 2681 2035 MR c np
322: gr
323: 
324: 1174 2775 mt 
325: (Compromised Nodes ) s
326: %%IncludeResource: font Times-Italic
327: /Times-Italic /WindowsLatin1Encoding 120 FMSR
328: 
329: 2334 2775 mt 
330: (C) s
331: %%IncludeResource: font Helvetica
332: /Helvetica /WindowsLatin1Encoding 120 FMSR
333: 
334:  167 2053 mt  -90 rotate
335: (Average Round Delay) s
336: 90 rotate
337: gs 450 453 2681 2035 MR c np
338: 268 -239 268 -205 268 -177 268 -155 268 -137 268 -122 268 -109 268 -98 
339: 268 -89 268 -81 450 2148 11 MP stroke
340: gr
341: 
342: gs 377 663 2827 1559 MR c np
343:   36   36  450 2148 FO
344:   36   36  718 2067 FO
345:   36   36  986 1978 FO
346:   36   36 1254 1880 FO
347:   36   36 1522 1771 FO
348:   36   36 1790 1649 FO
349:   36   36 2058 1512 FO
350:   36   36 2326 1357 FO
351:   36   36 2594 1180 FO
352:   36   36 2862  975 FO
353:   36   36 3130  736 FO
354: gr
355: 
356: gs 450 453 2681 2035 MR c np
357: 268 -81 268 -80 268 -81 268 -81 268 -80 268 -81 268 -81 268 -80 
358: 268 -81 268 -81 450 2148 11 MP stroke
359: gr
360: 
361: gs 377 1268 2827 954 MR c np
362:  414 2148 mt  486 2148 L
363:  450 2112 mt  450 2184 L
364:  682 2067 mt  754 2067 L
365:  718 2031 mt  718 2103 L
366:  950 1986 mt 1022 1986 L
367:  986 1950 mt  986 2022 L
368: 1218 1906 mt 1290 1906 L
369: 1254 1870 mt 1254 1942 L
370: 1486 1825 mt 1558 1825 L
371: 1522 1789 mt 1522 1861 L
372: 1754 1744 mt 1826 1744 L
373: 1790 1708 mt 1790 1780 L
374: 2022 1664 mt 2094 1664 L
375: 2058 1628 mt 2058 1700 L
376: 2290 1583 mt 2362 1583 L
377: 2326 1547 mt 2326 1619 L
378: 2558 1502 mt 2630 1502 L
379: 2594 1466 mt 2594 1538 L
380: 2826 1422 mt 2898 1422 L
381: 2862 1386 mt 2862 1458 L
382: 3094 1341 mt 3166 1341 L
383: 3130 1305 mt 3130 1377 L
384: gr
385: 
386: gs 450 453 2681 2035 MR c np
387: gr
388: 
389: %%IncludeResource: font Times-Italic
390: /Times-Italic /WindowsLatin1Encoding 120 FMSR
391: 
392: 1662  359 mt 
393: (T) s
394: %%IncludeResource: font Times-Roman
395: /Times-Roman /WindowsLatin1Encoding 120 FMSR
396: 
397: 1728  359 mt 
398: (=10) s
399: %%IncludeResource: font Helvetica
400: /Helvetica /WindowsLatin1Encoding 120 FMSR
401: 
402: 1682 2935 mt 
403: (\(a\)) s
404: 1 sg
405: 0 2064 2680 0 0 -2064 450 5385 4 MP
406: PP
407: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
408: 4 w
409: DO
410: 0 sg
411:  450 5385 mt  450 3321 L
412:  450 3321 mt  450 3321 L
413: 1120 5385 mt 1120 3321 L
414: 1120 3321 mt 1120 3321 L
415: 1790 5385 mt 1790 3321 L
416: 1790 3321 mt 1790 3321 L
417: 2460 5385 mt 2460 3321 L
418: 2460 3321 mt 2460 3321 L
419: 3130 5385 mt 3130 3321 L
420: 3130 3321 mt 3130 3321 L
421:  450 5385 mt 3130 5385 L
422: 3130 5385 mt 3130 5385 L
423:  450 5041 mt 3130 5041 L
424: 3130 5041 mt 3130 5041 L
425:  450 4697 mt 3130 4697 L
426: 3130 4697 mt 3130 4697 L
427:  450 4353 mt 3130 4353 L
428: 3130 4353 mt 3130 4353 L
429:  450 4009 mt 3130 4009 L
430: 3130 4009 mt 3130 4009 L
431:  450 3665 mt 3130 3665 L
432: 3130 3665 mt 3130 3665 L
433:  450 3321 mt 3130 3321 L
434: 3130 3321 mt 3130 3321 L
435: SO
436: 6 w
437:  450 3321 mt 3130 3321 L
438:  450 5385 mt 3130 5385 L
439: 3130 5385 mt 3130 3321 L
440:  450 5385 mt  450 3321 L
441:  450 5385 mt 3130 5385 L
442:  450 5385 mt  450 3321 L
443:  450 5385 mt  450 5358 L
444:  450 3321 mt  450 3347 L
445:  417 5530 mt 
446: (0) s
447: 1120 5385 mt 1120 5358 L
448: 1120 3321 mt 1120 3347 L
449: 1087 5530 mt 
450: (5) s
451: 1790 5385 mt 1790 5358 L
452: 1790 3321 mt 1790 3347 L
453: 1724 5530 mt 
454: (10) s
455: 2460 5385 mt 2460 5358 L
456: 2460 3321 mt 2460 3347 L
457: 2394 5530 mt 
458: (15) s
459: 3130 5385 mt 3130 5358 L
460: 3130 3321 mt 3130 3347 L
461: 3064 5530 mt 
462: (20) s
463:  450 5385 mt  476 5385 L
464: 3130 5385 mt 3103 5385 L
465:  249 5429 mt 
466: (0.8) s
467:  450 5041 mt  476 5041 L
468: 3130 5041 mt 3103 5041 L
469:  349 5085 mt 
470: (1) s
471:  450 4697 mt  476 4697 L
472: 3130 4697 mt 3103 4697 L
473:  249 4741 mt 
474: (1.2) s
475:  450 4353 mt  476 4353 L
476: 3130 4353 mt 3103 4353 L
477:  249 4397 mt 
478: (1.4) s
479:  450 4009 mt  476 4009 L
480: 3130 4009 mt 3103 4009 L
481:  249 4053 mt 
482: (1.6) s
483:  450 3665 mt  476 3665 L
484: 3130 3665 mt 3103 3665 L
485:  249 3709 mt 
486: (1.8) s
487:  450 3321 mt  476 3321 L
488: 3130 3321 mt 3103 3321 L
489:  349 3365 mt 
490: (2) s
491:  450 3321 mt 3130 3321 L
492:  450 5385 mt 3130 5385 L
493: 3130 5385 mt 3130 3321 L
494:  450 5385 mt  450 3321 L
495: gs 450 3321 2681 2065 MR c np
496: 134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
497: 134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
498: 134 0 134 0 134 0 134 0 450 5041 21 MP stroke
499: gr
500: 
501: gs 377 4968 2827 147 MR c np
502:  425 5016 mt  475 5066 L
503:  475 5016 mt  425 5066 L
504:  559 5016 mt  609 5066 L
505:  609 5016 mt  559 5066 L
506:  693 5016 mt  743 5066 L
507:  743 5016 mt  693 5066 L
508:  827 5016 mt  877 5066 L
509:  877 5016 mt  827 5066 L
510:  961 5016 mt 1011 5066 L
511: 1011 5016 mt  961 5066 L
512: 1095 5016 mt 1145 5066 L
513: 1145 5016 mt 1095 5066 L
514: 1229 5016 mt 1279 5066 L
515: 1279 5016 mt 1229 5066 L
516: 1363 5016 mt 1413 5066 L
517: 1413 5016 mt 1363 5066 L
518: 1497 5016 mt 1547 5066 L
519: 1547 5016 mt 1497 5066 L
520: 1631 5016 mt 1681 5066 L
521: 1681 5016 mt 1631 5066 L
522: 1765 5016 mt 1815 5066 L
523: 1815 5016 mt 1765 5066 L
524: 1899 5016 mt 1949 5066 L
525: 1949 5016 mt 1899 5066 L
526: 2033 5016 mt 2083 5066 L
527: 2083 5016 mt 2033 5066 L
528: 2167 5016 mt 2217 5066 L
529: 2217 5016 mt 2167 5066 L
530: 2301 5016 mt 2351 5066 L
531: 2351 5016 mt 2301 5066 L
532: 2435 5016 mt 2485 5066 L
533: 2485 5016 mt 2435 5066 L
534: 2569 5016 mt 2619 5066 L
535: 2619 5016 mt 2569 5066 L
536: 2703 5016 mt 2753 5066 L
537: 2753 5016 mt 2703 5066 L
538: 2837 5016 mt 2887 5066 L
539: 2887 5016 mt 2837 5066 L
540: 2971 5016 mt 3021 5066 L
541: 3021 5016 mt 2971 5066 L
542: 3105 5016 mt 3155 5066 L
543: 3155 5016 mt 3105 5066 L
544: gr
545: 
546: gs 450 3321 2681 2065 MR c np
547: gr
548: 
549: 1174 5673 mt 
550: (Compromised Nodes ) s
551: %%IncludeResource: font Times-Italic
552: /Times-Italic /WindowsLatin1Encoding 120 FMSR
553: 
554: 2334 5673 mt 
555: (C) s
556: %%IncludeResource: font Helvetica
557: /Helvetica /WindowsLatin1Encoding 120 FMSR
558: 
559:  167 4936 mt  -90 rotate
560: (Average Round Delay) s
561: 90 rotate
562: gs 450 3321 2681 2065 MR c np
563: 134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
564: 134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
565: 134 0 134 0 134 1 134 -1 450 5041 21 MP stroke
566: gr
567: 
568: gs 377 4967 2827 148 MR c np
569:   36   36  450 5041 FO
570:   36   36  584 5040 FO
571:   36   36  718 5041 FO
572:   36   36  852 5041 FO
573:   36   36  986 5041 FO
574:   36   36 1120 5041 FO
575:   36   36 1254 5041 FO
576:   36   36 1388 5041 FO
577:   36   36 1522 5041 FO
578:   36   36 1656 5041 FO
579:   36   36 1790 5041 FO
580:   36   36 1924 5041 FO
581:   36   36 2058 5041 FO
582:   36   36 2192 5041 FO
583:   36   36 2326 5041 FO
584:   36   36 2460 5041 FO
585:   36   36 2594 5041 FO
586:   36   36 2728 5041 FO
587:   36   36 2862 5041 FO
588:   36   36 2996 5041 FO
589:   36   36 3130 5041 FO
590: gr
591: 
592: gs 450 3321 2681 2065 MR c np
593: 134 -1 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
594: 134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
595: 134 0 134 0 134 1 134 -1 450 5041 21 MP stroke
596: gr
597: 
598: gs 377 4967 2827 148 MR c np
599:  414 5041 mt  486 5041 L
600:  450 5005 mt  450 5077 L
601:  548 5040 mt  620 5040 L
602:  584 5004 mt  584 5076 L
603:  682 5041 mt  754 5041 L
604:  718 5005 mt  718 5077 L
605:  816 5041 mt  888 5041 L
606:  852 5005 mt  852 5077 L
607:  950 5041 mt 1022 5041 L
608:  986 5005 mt  986 5077 L
609: 1084 5041 mt 1156 5041 L
610: 1120 5005 mt 1120 5077 L
611: 1218 5041 mt 1290 5041 L
612: 1254 5005 mt 1254 5077 L
613: 1352 5041 mt 1424 5041 L
614: 1388 5005 mt 1388 5077 L
615: 1486 5041 mt 1558 5041 L
616: 1522 5005 mt 1522 5077 L
617: 1620 5041 mt 1692 5041 L
618: 1656 5005 mt 1656 5077 L
619: 1754 5041 mt 1826 5041 L
620: 1790 5005 mt 1790 5077 L
621: 1888 5041 mt 1960 5041 L
622: 1924 5005 mt 1924 5077 L
623: 2022 5041 mt 2094 5041 L
624: 2058 5005 mt 2058 5077 L
625: 2156 5041 mt 2228 5041 L
626: 2192 5005 mt 2192 5077 L
627: 2290 5041 mt 2362 5041 L
628: 2326 5005 mt 2326 5077 L
629: 2424 5041 mt 2496 5041 L
630: 2460 5005 mt 2460 5077 L
631: 2558 5041 mt 2630 5041 L
632: 2594 5005 mt 2594 5077 L
633: 2692 5041 mt 2764 5041 L
634: 2728 5005 mt 2728 5077 L
635: 2826 5041 mt 2898 5041 L
636: 2862 5005 mt 2862 5077 L
637: 2960 5041 mt 3032 5041 L
638: 2996 5005 mt 2996 5077 L
639: 3094 5040 mt 3166 5040 L
640: 3130 5004 mt 3130 5076 L
641: gr
642: 
643: gs 450 3321 2681 2065 MR c np
644: gr
645: 
646: %%IncludeResource: font Times-Italic
647: /Times-Italic /WindowsLatin1Encoding 120 FMSR
648: 
649: 1662 3227 mt 
650: (T) s
651: %%IncludeResource: font Times-Roman
652: /Times-Roman /WindowsLatin1Encoding 120 FMSR
653: 
654: 1728 3227 mt 
655: (=20) s
656: %%IncludeResource: font Helvetica
657: /Helvetica /WindowsLatin1Encoding 120 FMSR
658: 
659: 1682 5839 mt 
660: (\(b\)) s
661: 1 sg
662: 0 586 1324 0 0 -586 507 1090 4 MP
663: PP
664: -1324 0 0 586 1324 0 0 -586 507 1090 5 MP stroke
665: 4 w
666: DO
667: SO
668: 6 w
669: 0 sg
670:  507  504 mt 1831  504 L
671:  507 1090 mt 1831 1090 L
672: 1831 1090 mt 1831  504 L
673:  507 1090 mt  507  504 L
674:  507 1090 mt 1831 1090 L
675:  507 1090 mt  507  504 L
676:  507  504 mt 1831  504 L
677:  507 1090 mt 1831 1090 L
678: 1831 1090 mt 1831  504 L
679:  507 1090 mt  507  504 L
680:  982  640 mt 
681: (Witness-based) s
682: gs 507 504 1325 587 MR c np
683: 365 0 580 598 2 MP stroke
684: gs 689 525 147 147 MR c np
685:  737  573 mt  787  623 L
686:  787  573 mt  737  623 L
687: gr
688: 
689: gr
690: 
691:  982  789 mt 
692: (VR, ) s
693: %%IncludeResource: font Times-Italic
694: /Times-Italic /WindowsLatin1Encoding 120 FMSR
695: 
696: 1215  789 mt 
697: (P) s
698: %%IncludeResource: font Times-Italic
699: /Times-Italic /WindowsLatin1Encoding 96 FMSR
700: 
701: 1288  849 mt 
702: (f) s
703: %%IncludeResource: font Times-Roman
704: /Times-Roman /WindowsLatin1Encoding 120 FMSR
705: 
706: 1314  789 mt 
707: ( = 0) s
708: gs 507 504 1325 587 MR c np
709: 365 0 580 772 2 MP stroke
710: gs 689 699 147 147 MR c np
711:   36   36  762  772 FO
712: gr
713: 
714: gr
715: 
716: %%IncludeResource: font Helvetica
717: /Helvetica /WindowsLatin1Encoding 120 FMSR
718: 
719:  982  989 mt 
720: (VR, ) s
721: %%IncludeResource: font Times-Italic
722: /Times-Italic /WindowsLatin1Encoding 120 FMSR
723: 
724: 1215  989 mt 
725: (P) s
726: %%IncludeResource: font Times-Italic
727: /Times-Italic /WindowsLatin1Encoding 96 FMSR
728: 
729: 1288 1049 mt 
730: (f) s
731: %%IncludeResource: font Times-Roman
732: /Times-Roman /WindowsLatin1Encoding 120 FMSR
733: 
734: 1314  989 mt 
735: ( = 1) s
736: gs 507 504 1325 587 MR c np
737: 365 0 580 971 2 MP stroke
738: gs 689 898 147 147 MR c np
739:  726  971 mt  798  971 L
740:  762  935 mt  762 1007 L
741: gr
742: 
743: gr
744: 
745: 1 sg
746: 0 586 1324 0 0 -586 507 3957 4 MP
747: PP
748: -1324 0 0 586 1324 0 0 -586 507 3957 5 MP stroke
749: 4 w
750: DO
751: SO
752: 6 w
753: 0 sg
754:  507 3371 mt 1831 3371 L
755:  507 3957 mt 1831 3957 L
756: 1831 3957 mt 1831 3371 L
757:  507 3957 mt  507 3371 L
758:  507 3957 mt 1831 3957 L
759:  507 3957 mt  507 3371 L
760:  507 3371 mt 1831 3371 L
761:  507 3957 mt 1831 3957 L
762: 1831 3957 mt 1831 3371 L
763:  507 3957 mt  507 3371 L
764: %%IncludeResource: font Helvetica
765: /Helvetica /WindowsLatin1Encoding 120 FMSR
766: 
767:  982 3507 mt 
768: (Witness-based) s
769: gs 507 3371 1325 587 MR c np
770: 365 0 580 3465 2 MP stroke
771: gs 689 3392 147 147 MR c np
772:  737 3440 mt  787 3490 L
773:  787 3440 mt  737 3490 L
774: gr
775: 
776: gr
777: 
778:  982 3656 mt 
779: (VR, ) s
780: %%IncludeResource: font Times-Italic
781: /Times-Italic /WindowsLatin1Encoding 120 FMSR
782: 
783: 1215 3656 mt 
784: (P) s
785: %%IncludeResource: font Times-Italic
786: /Times-Italic /WindowsLatin1Encoding 96 FMSR
787: 
788: 1288 3716 mt 
789: (f) s
790: %%IncludeResource: font Times-Roman
791: /Times-Roman /WindowsLatin1Encoding 120 FMSR
792: 
793: 1314 3656 mt 
794: ( = 0) s
795: gs 507 3371 1325 587 MR c np
796: 365 0 580 3639 2 MP stroke
797: gs 689 3566 147 147 MR c np
798:   36   36  762 3639 FO
799: gr
800: 
801: gr
802: 
803: %%IncludeResource: font Helvetica
804: /Helvetica /WindowsLatin1Encoding 120 FMSR
805: 
806:  982 3856 mt 
807: (VR, ) s
808: %%IncludeResource: font Times-Italic
809: /Times-Italic /WindowsLatin1Encoding 120 FMSR
810: 
811: 1215 3856 mt 
812: (P) s
813: %%IncludeResource: font Times-Italic
814: /Times-Italic /WindowsLatin1Encoding 96 FMSR
815: 
816: 1288 3916 mt 
817: (f) s
818: %%IncludeResource: font Times-Roman
819: /Times-Roman /WindowsLatin1Encoding 120 FMSR
820: 
821: 1314 3856 mt 
822: ( = 1) s
823: gs 507 3371 1325 587 MR c np
824: 365 0 580 3838 2 MP stroke
825: gs 689 3765 147 147 MR c np
826:  726 3838 mt  798 3838 L
827:  762 3802 mt  762 3874 L
828: gr
829: 
830: gr
831: 
832: 
833: end %%Color Dict
834: 
835: eplot
836: %%EndObject
837: 
838: epage
839: end
840: 
841: showpage
842: 
843: %%Trailer
844: %%EOF
845: