0705.3683/round_analysis_comp11.eps
1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\round_analysis_comp11.eps
4: %%CreationDate: 03/23/2006  11:09:06
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   180  3221  5711 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 2080 mt 3130 2080 L
213: 3130 2080 mt 3130 2080 L
214:  450 1673 mt 3130 1673 L
215: 3130 1673 mt 3130 1673 L
216:  450 1267 mt 3130 1267 L
217: 3130 1267 mt 3130 1267 L
218:  450  860 mt 3130  860 L
219: 3130  860 mt 3130  860 L
220:  450  454 mt 3130  454 L
221: 3130  454 mt 3130  454 L
222: SO
223: 6 w
224:  450  454 mt 3130  454 L
225:  450 2487 mt 3130 2487 L
226: 3130 2487 mt 3130  454 L
227:  450 2487 mt  450  454 L
228:  450 2487 mt 3130 2487 L
229:  450 2487 mt  450  454 L
230:  450 2487 mt  450 2460 L
231:  450  454 mt  450  480 L
232: %%IncludeResource: font Helvetica
233: /Helvetica /WindowsLatin1Encoding 120 FMSR
234: 
235:  417 2632 mt 
236: (0) s
237:  986 2487 mt  986 2460 L
238:  986  454 mt  986  480 L
239:  953 2632 mt 
240: (1) s
241: 1522 2487 mt 1522 2460 L
242: 1522  454 mt 1522  480 L
243: 1489 2632 mt 
244: (2) s
245: 2058 2487 mt 2058 2460 L
246: 2058  454 mt 2058  480 L
247: 2025 2632 mt 
248: (3) s
249: 2594 2487 mt 2594 2460 L
250: 2594  454 mt 2594  480 L
251: 2561 2632 mt 
252: (4) s
253: 3130 2487 mt 3130 2460 L
254: 3130  454 mt 3130  480 L
255: 3097 2632 mt 
256: (5) s
257:  450 2487 mt  476 2487 L
258: 3130 2487 mt 3103 2487 L
259:  249 2531 mt 
260: (0.8) s
261:  450 2080 mt  476 2080 L
262: 3130 2080 mt 3103 2080 L
263:  349 2124 mt 
264: (1) s
265:  450 1673 mt  476 1673 L
266: 3130 1673 mt 3103 1673 L
267:  249 1717 mt 
268: (1.2) s
269:  450 1267 mt  476 1267 L
270: 3130 1267 mt 3103 1267 L
271:  249 1311 mt 
272: (1.4) s
273:  450  860 mt  476  860 L
274: 3130  860 mt 3103  860 L
275:  249  904 mt 
276: (1.6) s
277:  450  454 mt  476  454 L
278: 3130  454 mt 3103  454 L
279:  249  498 mt 
280: (1.8) s
281:  450  454 mt 3130  454 L
282:  450 2487 mt 3130 2487 L
283: 3130 2487 mt 3130  454 L
284:  450 2487 mt  450  454 L
285: gs 450 454 2681 2034 MR c np
286: 536 -435 536 -339 536 -271 536 -222 536 -185 450 2080 6 MP stroke
287: gr
288: 
289: gs 377 555 2827 1599 MR c np
290:  425 2055 mt  475 2105 L
291:  475 2055 mt  425 2105 L
292:  961 1870 mt 1011 1920 L
293: 1011 1870 mt  961 1920 L
294: 1497 1648 mt 1547 1698 L
295: 1547 1648 mt 1497 1698 L
296: 2033 1377 mt 2083 1427 L
297: 2083 1377 mt 2033 1427 L
298: 2569 1038 mt 2619 1088 L
299: 2619 1038 mt 2569 1088 L
300: 3105  603 mt 3155  653 L
301: 3155  603 mt 3105  653 L
302: gr
303: 
304: gs 450 454 2681 2034 MR c np
305: gr
306: 
307: 1174 2775 mt 
308: (Compromised Nodes ) s
309: %%IncludeResource: font Times-Italic
310: /Times-Italic /WindowsLatin1Encoding 120 FMSR
311: 
312: 2334 2775 mt 
313: (C) s
314: %%IncludeResource: font Helvetica
315: /Helvetica /WindowsLatin1Encoding 120 FMSR
316: 
317:  167 2053 mt  -90 rotate
318: (Average Round Delay) s
319: 90 rotate
320: gs 450 454 2681 2034 MR c np
321: 536 -435 536 -339 536 -271 536 -222 536 -185 450 2080 6 MP stroke
322: gr
323: 
324: gs 377 555 2827 1599 MR c np
325:   36   36  450 2080 FO
326:   36   36  986 1895 FO
327:   36   36 1522 1673 FO
328:   36   36 2058 1402 FO
329:   36   36 2594 1063 FO
330:   36   36 3130  628 FO
331: gr
332: 
333: gs 450 454 2681 2034 MR c np
334: 536 -185 536 -184 536 -185 536 -185 536 -185 450 2080 6 MP stroke
335: gr
336: 
337: gs 377 1083 2827 1071 MR c np
338:  414 2080 mt  486 2080 L
339:  450 2044 mt  450 2116 L
340:  950 1895 mt 1022 1895 L
341:  986 1859 mt  986 1931 L
342: 1486 1710 mt 1558 1710 L
343: 1522 1674 mt 1522 1746 L
344: 2022 1525 mt 2094 1525 L
345: 2058 1489 mt 2058 1561 L
346: 2558 1341 mt 2630 1341 L
347: 2594 1305 mt 2594 1377 L
348: 3094 1156 mt 3166 1156 L
349: 3130 1120 mt 3130 1192 L
350: gr
351: 
352: gs 450 454 2681 2034 MR c np
353: gr
354: 
355: %%IncludeResource: font Times-Italic
356: /Times-Italic /WindowsLatin1Encoding 120 FMSR
357: 
358: 1692  360 mt 
359: (T) s
360: %%IncludeResource: font Times-Roman
361: /Times-Roman /WindowsLatin1Encoding 120 FMSR
362: 
363: 1758  360 mt 
364: (=5) s
365: %%IncludeResource: font Helvetica
366: /Helvetica /WindowsLatin1Encoding 120 FMSR
367: 
368: 1682 2935 mt 
369: (\(a\)) s
370: 1 sg
371: 0 2064 2680 0 0 -2064 450 5385 4 MP
372: PP
373: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
374: 4 w
375: DO
376: 0 sg
377:  450 5385 mt  450 3321 L
378:  450 3321 mt  450 3321 L
379:  986 5385 mt  986 3321 L
380:  986 3321 mt  986 3321 L
381: 1522 5385 mt 1522 3321 L
382: 1522 3321 mt 1522 3321 L
383: 2058 5385 mt 2058 3321 L
384: 2058 3321 mt 2058 3321 L
385: 2594 5385 mt 2594 3321 L
386: 2594 3321 mt 2594 3321 L
387: 3130 5385 mt 3130 3321 L
388: 3130 3321 mt 3130 3321 L
389:  450 5385 mt 3130 5385 L
390: 3130 5385 mt 3130 5385 L
391:  450 4972 mt 3130 4972 L
392: 3130 4972 mt 3130 4972 L
393:  450 4559 mt 3130 4559 L
394: 3130 4559 mt 3130 4559 L
395:  450 4146 mt 3130 4146 L
396: 3130 4146 mt 3130 4146 L
397:  450 3733 mt 3130 3733 L
398: 3130 3733 mt 3130 3733 L
399:  450 3321 mt 3130 3321 L
400: 3130 3321 mt 3130 3321 L
401: SO
402: 6 w
403:  450 3321 mt 3130 3321 L
404:  450 5385 mt 3130 5385 L
405: 3130 5385 mt 3130 3321 L
406:  450 5385 mt  450 3321 L
407:  450 5385 mt 3130 5385 L
408:  450 5385 mt  450 3321 L
409:  450 5385 mt  450 5358 L
410:  450 3321 mt  450 3347 L
411:  417 5530 mt 
412: (0) s
413:  986 5385 mt  986 5358 L
414:  986 3321 mt  986 3347 L
415:  953 5530 mt 
416: (2) s
417: 1522 5385 mt 1522 5358 L
418: 1522 3321 mt 1522 3347 L
419: 1489 5530 mt 
420: (4) s
421: 2058 5385 mt 2058 5358 L
422: 2058 3321 mt 2058 3347 L
423: 2025 5530 mt 
424: (6) s
425: 2594 5385 mt 2594 5358 L
426: 2594 3321 mt 2594 3347 L
427: 2561 5530 mt 
428: (8) s
429: 3130 5385 mt 3130 5358 L
430: 3130 3321 mt 3130 3347 L
431: 3064 5530 mt 
432: (10) s
433:  450 5385 mt  476 5385 L
434: 3130 5385 mt 3103 5385 L
435:  249 5429 mt 
436: (0.8) s
437:  450 4972 mt  476 4972 L
438: 3130 4972 mt 3103 4972 L
439:  349 5016 mt 
440: (1) s
441:  450 4559 mt  476 4559 L
442: 3130 4559 mt 3103 4559 L
443:  249 4603 mt 
444: (1.2) s
445:  450 4146 mt  476 4146 L
446: 3130 4146 mt 3103 4146 L
447:  249 4190 mt 
448: (1.4) s
449:  450 3733 mt  476 3733 L
450: 3130 3733 mt 3103 3733 L
451:  249 3777 mt 
452: (1.6) s
453:  450 3321 mt  476 3321 L
454: 3130 3321 mt 3103 3321 L
455:  249 3365 mt 
456: (1.8) s
457:  450 3321 mt 3130 3321 L
458:  450 5385 mt 3130 5385 L
459: 3130 5385 mt 3130 3321 L
460:  450 5385 mt  450 3321 L
461: gs 450 3321 2681 2065 MR c np
462: 268 0 268 0 268 0 268 0 268 0 268 0 268 0 268 0 
463: 268 0 268 0 450 4972 11 MP stroke
464: gr
465: 
466: gs 377 4899 2827 147 MR c np
467:  425 4947 mt  475 4997 L
468:  475 4947 mt  425 4997 L
469:  693 4947 mt  743 4997 L
470:  743 4947 mt  693 4997 L
471:  961 4947 mt 1011 4997 L
472: 1011 4947 mt  961 4997 L
473: 1229 4947 mt 1279 4997 L
474: 1279 4947 mt 1229 4997 L
475: 1497 4947 mt 1547 4997 L
476: 1547 4947 mt 1497 4997 L
477: 1765 4947 mt 1815 4997 L
478: 1815 4947 mt 1765 4997 L
479: 2033 4947 mt 2083 4997 L
480: 2083 4947 mt 2033 4997 L
481: 2301 4947 mt 2351 4997 L
482: 2351 4947 mt 2301 4997 L
483: 2569 4947 mt 2619 4997 L
484: 2619 4947 mt 2569 4997 L
485: 2837 4947 mt 2887 4997 L
486: 2887 4947 mt 2837 4997 L
487: 3105 4947 mt 3155 4997 L
488: 3155 4947 mt 3105 4997 L
489: gr
490: 
491: gs 450 3321 2681 2065 MR c np
492: gr
493: 
494: 1174 5673 mt 
495: (Compromised Nodes ) s
496: %%IncludeResource: font Times-Italic
497: /Times-Italic /WindowsLatin1Encoding 120 FMSR
498: 
499: 2334 5673 mt 
500: (C) s
501: %%IncludeResource: font Helvetica
502: /Helvetica /WindowsLatin1Encoding 120 FMSR
503: 
504:  167 4936 mt  -90 rotate
505: (Average Round Delay) s
506: 90 rotate
507: gs 450 3321 2681 2065 MR c np
508: 268 0 268 0 268 0 268 0 268 0 268 0 268 0 268 0 
509: 268 0 268 0 450 4972 11 MP stroke
510: gr
511: 
512: gs 377 4899 2827 147 MR c np
513:   36   36  450 4972 FO
514:   36   36  718 4972 FO
515:   36   36  986 4972 FO
516:   36   36 1254 4972 FO
517:   36   36 1522 4972 FO
518:   36   36 1790 4972 FO
519:   36   36 2058 4972 FO
520:   36   36 2326 4972 FO
521:   36   36 2594 4972 FO
522:   36   36 2862 4972 FO
523:   36   36 3130 4972 FO
524: gr
525: 
526: gs 450 3321 2681 2065 MR c np
527: 268 0 268 0 268 0 268 0 268 0 268 0 268 0 268 0 
528: 268 0 268 0 450 4972 11 MP stroke
529: gr
530: 
531: gs 377 4899 2827 147 MR c np
532:  414 4972 mt  486 4972 L
533:  450 4936 mt  450 5008 L
534:  682 4972 mt  754 4972 L
535:  718 4936 mt  718 5008 L
536:  950 4972 mt 1022 4972 L
537:  986 4936 mt  986 5008 L
538: 1218 4972 mt 1290 4972 L
539: 1254 4936 mt 1254 5008 L
540: 1486 4972 mt 1558 4972 L
541: 1522 4936 mt 1522 5008 L
542: 1754 4972 mt 1826 4972 L
543: 1790 4936 mt 1790 5008 L
544: 2022 4972 mt 2094 4972 L
545: 2058 4936 mt 2058 5008 L
546: 2290 4972 mt 2362 4972 L
547: 2326 4936 mt 2326 5008 L
548: 2558 4972 mt 2630 4972 L
549: 2594 4936 mt 2594 5008 L
550: 2826 4972 mt 2898 4972 L
551: 2862 4936 mt 2862 5008 L
552: 3094 4972 mt 3166 4972 L
553: 3130 4936 mt 3130 5008 L
554: gr
555: 
556: gs 450 3321 2681 2065 MR c np
557: gr
558: 
559: %%IncludeResource: font Times-Italic
560: /Times-Italic /WindowsLatin1Encoding 120 FMSR
561: 
562: 1662 3227 mt 
563: (T) s
564: %%IncludeResource: font Times-Roman
565: /Times-Roman /WindowsLatin1Encoding 120 FMSR
566: 
567: 1728 3227 mt 
568: (=10) s
569: %%IncludeResource: font Helvetica
570: /Helvetica /WindowsLatin1Encoding 120 FMSR
571: 
572: 1682 5839 mt 
573: (\(b\)) s
574: 1 sg
575: 0 586 1324 0 0 -586 507 1090 4 MP
576: PP
577: -1324 0 0 586 1324 0 0 -586 507 1090 5 MP stroke
578: 4 w
579: DO
580: SO
581: 6 w
582: 0 sg
583:  507  504 mt 1831  504 L
584:  507 1090 mt 1831 1090 L
585: 1831 1090 mt 1831  504 L
586:  507 1090 mt  507  504 L
587:  507 1090 mt 1831 1090 L
588:  507 1090 mt  507  504 L
589:  507  504 mt 1831  504 L
590:  507 1090 mt 1831 1090 L
591: 1831 1090 mt 1831  504 L
592:  507 1090 mt  507  504 L
593:  982  640 mt 
594: (Witness-based) s
595: gs 507 504 1325 587 MR c np
596: 365 0 580 598 2 MP stroke
597: gs 689 525 147 147 MR c np
598:  737  573 mt  787  623 L
599:  787  573 mt  737  623 L
600: gr
601: 
602: gr
603: 
604:  982  789 mt 
605: (VR, ) s
606: %%IncludeResource: font Times-Italic
607: /Times-Italic /WindowsLatin1Encoding 120 FMSR
608: 
609: 1215  789 mt 
610: (P) s
611: %%IncludeResource: font Times-Italic
612: /Times-Italic /WindowsLatin1Encoding 96 FMSR
613: 
614: 1288  849 mt 
615: (f) s
616: %%IncludeResource: font Times-Roman
617: /Times-Roman /WindowsLatin1Encoding 120 FMSR
618: 
619: 1314  789 mt 
620: ( = 0) s
621: gs 507 504 1325 587 MR c np
622: 365 0 580 772 2 MP stroke
623: gs 689 699 147 147 MR c np
624:   36   36  762  772 FO
625: gr
626: 
627: gr
628: 
629: %%IncludeResource: font Helvetica
630: /Helvetica /WindowsLatin1Encoding 120 FMSR
631: 
632:  982  989 mt 
633: (VR, ) s
634: %%IncludeResource: font Times-Italic
635: /Times-Italic /WindowsLatin1Encoding 120 FMSR
636: 
637: 1215  989 mt 
638: (P) s
639: %%IncludeResource: font Times-Italic
640: /Times-Italic /WindowsLatin1Encoding 96 FMSR
641: 
642: 1288 1049 mt 
643: (f) s
644: %%IncludeResource: font Times-Roman
645: /Times-Roman /WindowsLatin1Encoding 120 FMSR
646: 
647: 1314  989 mt 
648: ( = 1) s
649: gs 507 504 1325 587 MR c np
650: 365 0 580 971 2 MP stroke
651: gs 689 898 147 147 MR c np
652:  726  971 mt  798  971 L
653:  762  935 mt  762 1007 L
654: gr
655: 
656: gr
657: 
658: 1 sg
659: 0 586 1324 0 0 -586 507 3957 4 MP
660: PP
661: -1324 0 0 586 1324 0 0 -586 507 3957 5 MP stroke
662: 4 w
663: DO
664: SO
665: 6 w
666: 0 sg
667:  507 3371 mt 1831 3371 L
668:  507 3957 mt 1831 3957 L
669: 1831 3957 mt 1831 3371 L
670:  507 3957 mt  507 3371 L
671:  507 3957 mt 1831 3957 L
672:  507 3957 mt  507 3371 L
673:  507 3371 mt 1831 3371 L
674:  507 3957 mt 1831 3957 L
675: 1831 3957 mt 1831 3371 L
676:  507 3957 mt  507 3371 L
677: %%IncludeResource: font Helvetica
678: /Helvetica /WindowsLatin1Encoding 120 FMSR
679: 
680:  982 3507 mt 
681: (Witness-based) s
682: gs 507 3371 1325 587 MR c np
683: 365 0 580 3465 2 MP stroke
684: gs 689 3392 147 147 MR c np
685:  737 3440 mt  787 3490 L
686:  787 3440 mt  737 3490 L
687: gr
688: 
689: gr
690: 
691:  982 3656 mt 
692: (VR, ) s
693: %%IncludeResource: font Times-Italic
694: /Times-Italic /WindowsLatin1Encoding 120 FMSR
695: 
696: 1215 3656 mt 
697: (P) s
698: %%IncludeResource: font Times-Italic
699: /Times-Italic /WindowsLatin1Encoding 96 FMSR
700: 
701: 1288 3716 mt 
702: (f) s
703: %%IncludeResource: font Times-Roman
704: /Times-Roman /WindowsLatin1Encoding 120 FMSR
705: 
706: 1314 3656 mt 
707: ( = 0) s
708: gs 507 3371 1325 587 MR c np
709: 365 0 580 3639 2 MP stroke
710: gs 689 3566 147 147 MR c np
711:   36   36  762 3639 FO
712: gr
713: 
714: gr
715: 
716: %%IncludeResource: font Helvetica
717: /Helvetica /WindowsLatin1Encoding 120 FMSR
718: 
719:  982 3856 mt 
720: (VR, ) s
721: %%IncludeResource: font Times-Italic
722: /Times-Italic /WindowsLatin1Encoding 120 FMSR
723: 
724: 1215 3856 mt 
725: (P) s
726: %%IncludeResource: font Times-Italic
727: /Times-Italic /WindowsLatin1Encoding 96 FMSR
728: 
729: 1288 3916 mt 
730: (f) s
731: %%IncludeResource: font Times-Roman
732: /Times-Roman /WindowsLatin1Encoding 120 FMSR
733: 
734: 1314 3856 mt 
735: ( = 1) s
736: gs 507 3371 1325 587 MR c np
737: 365 0 580 3838 2 MP stroke
738: gs 689 3765 147 147 MR c np
739:  726 3838 mt  798 3838 L
740:  762 3802 mt  762 3874 L
741: gr
742: 
743: gr
744: 
745: 
746: end %%Color Dict
747: 
748: eplot
749: %%EndObject
750: 
751: epage
752: end
753: 
754: showpage
755: 
756: %%Trailer
757: %%EOF
758: