1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\delay_analysis_comp11.eps
4: %%CreationDate: 03/23/2006 11:21:01
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%Pages: 1
8: %%BoundingBox: 5 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: 5 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: 64 180 3188 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 1978 mt 3130 1978 L
213: 3130 1978 mt 3130 1978 L
214: 450 1470 mt 3130 1470 L
215: 3130 1470 mt 3130 1470 L
216: 450 962 mt 3130 962 L
217: 3130 962 mt 3130 962 L
218: 450 454 mt 3130 454 L
219: 3130 454 mt 3130 454 L
220: SO
221: 6 w
222: 450 454 mt 3130 454 L
223: 450 2487 mt 3130 2487 L
224: 3130 2487 mt 3130 454 L
225: 450 2487 mt 450 454 L
226: 450 2487 mt 3130 2487 L
227: 450 2487 mt 450 454 L
228: 450 2487 mt 450 2460 L
229: 450 454 mt 450 480 L
230: %%IncludeResource: font Helvetica
231: /Helvetica /WindowsLatin1Encoding 120 FMSR
232:
233: 417 2632 mt
234: (0) s
235: 986 2487 mt 986 2460 L
236: 986 454 mt 986 480 L
237: 953 2632 mt
238: (1) s
239: 1522 2487 mt 1522 2460 L
240: 1522 454 mt 1522 480 L
241: 1489 2632 mt
242: (2) s
243: 2058 2487 mt 2058 2460 L
244: 2058 454 mt 2058 480 L
245: 2025 2632 mt
246: (3) s
247: 2594 2487 mt 2594 2460 L
248: 2594 454 mt 2594 480 L
249: 2561 2632 mt
250: (4) s
251: 3130 2487 mt 3130 2460 L
252: 3130 454 mt 3130 480 L
253: 3097 2632 mt
254: (5) s
255: 450 2487 mt 476 2487 L
256: 3130 2487 mt 3103 2487 L
257: 349 2531 mt
258: (0) s
259: 450 1978 mt 476 1978 L
260: 3130 1978 mt 3103 1978 L
261: 349 2022 mt
262: (5) s
263: 450 1470 mt 476 1470 L
264: 3130 1470 mt 3103 1470 L
265: 282 1514 mt
266: (10) s
267: 450 962 mt 476 962 L
268: 3130 962 mt 3103 962 L
269: 282 1006 mt
270: (15) s
271: 450 454 mt 476 454 L
272: 3130 454 mt 3103 454 L
273: 282 498 mt
274: (20) s
275: 450 454 mt 3130 454 L
276: 450 2487 mt 3130 2487 L
277: 3130 2487 mt 3130 454 L
278: 450 2487 mt 450 454 L
279: gs 450 454 2681 2034 MR c np
280: 536 -218 536 -169 536 -136 536 -111 536 -600 450 1978 6 MP stroke
281: gr
282:
283: gs 377 671 2827 1381 MR c np
284: 425 1953 mt 475 2003 L
285: 475 1953 mt 425 2003 L
286: 961 1353 mt 1011 1403 L
287: 1011 1353 mt 961 1403 L
288: 1497 1242 mt 1547 1292 L
289: 1547 1242 mt 1497 1292 L
290: 2033 1106 mt 2083 1156 L
291: 2083 1106 mt 2033 1156 L
292: 2569 937 mt 2619 987 L
293: 2619 937 mt 2569 987 L
294: 3105 719 mt 3155 769 L
295: 3155 719 mt 3105 769 L
296: gr
297:
298: gs 450 454 2681 2034 MR c np
299: gr
300:
301: 1174 2775 mt
302: (Compromised Nodes ) s
303: %%IncludeResource: font Times-Italic
304: /Times-Italic /WindowsLatin1Encoding 120 FMSR
305:
306: 2334 2775 mt
307: (C) s
308: %%IncludeResource: font Helvetica
309: /Helvetica /WindowsLatin1Encoding 120 FMSR
310:
311: 200 2056 mt -90 rotate
312: (Average Polling Delay) s
313: 90 rotate
314: gs 450 454 2681 2034 MR c np
315: 536 -220 536 -176 536 -144 536 -121 536 -101 450 1978 6 MP stroke
316: gr
317:
318: gs 377 1143 2827 909 MR c np
319: 36 36 450 1978 FO
320: 36 36 986 1877 FO
321: 36 36 1522 1756 FO
322: 36 36 2058 1612 FO
323: 36 36 2594 1436 FO
324: 36 36 3130 1216 FO
325: gr
326:
327: gs 450 454 2681 2034 MR c np
328: 536 -176 536 -148 536 -128 536 -113 536 -101 450 1978 6 MP stroke
329: gr
330:
331: gs 377 1239 2827 813 MR c np
332: 414 1978 mt 486 1978 L
333: 450 1942 mt 450 2014 L
334: 950 1877 mt 1022 1877 L
335: 986 1841 mt 986 1913 L
336: 1486 1764 mt 1558 1764 L
337: 1522 1728 mt 1522 1800 L
338: 2022 1636 mt 2094 1636 L
339: 2058 1600 mt 2058 1672 L
340: 2558 1488 mt 2630 1488 L
341: 2594 1452 mt 2594 1524 L
342: 3094 1312 mt 3166 1312 L
343: 3130 1276 mt 3130 1348 L
344: gr
345:
346: gs 450 454 2681 2034 MR c np
347: gr
348:
349: %%IncludeResource: font Times-Italic
350: /Times-Italic /WindowsLatin1Encoding 120 FMSR
351:
352: 1692 360 mt
353: (T) s
354: %%IncludeResource: font Times-Roman
355: /Times-Roman /WindowsLatin1Encoding 120 FMSR
356:
357: 1758 360 mt
358: (=5) s
359: %%IncludeResource: font Helvetica
360: /Helvetica /WindowsLatin1Encoding 120 FMSR
361:
362: 1682 2935 mt
363: (\(a\)) s
364: 1 sg
365: 0 2064 2680 0 0 -2064 450 5385 4 MP
366: PP
367: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
368: 4 w
369: DO
370: 0 sg
371: 450 5385 mt 450 3321 L
372: 450 3321 mt 450 3321 L
373: 986 5385 mt 986 3321 L
374: 986 3321 mt 986 3321 L
375: 1522 5385 mt 1522 3321 L
376: 1522 3321 mt 1522 3321 L
377: 2058 5385 mt 2058 3321 L
378: 2058 3321 mt 2058 3321 L
379: 2594 5385 mt 2594 3321 L
380: 2594 3321 mt 2594 3321 L
381: 3130 5385 mt 3130 3321 L
382: 3130 3321 mt 3130 3321 L
383: 450 5385 mt 3130 5385 L
384: 3130 5385 mt 3130 5385 L
385: 450 4869 mt 3130 4869 L
386: 3130 4869 mt 3130 4869 L
387: 450 4353 mt 3130 4353 L
388: 3130 4353 mt 3130 4353 L
389: 450 3837 mt 3130 3837 L
390: 3130 3837 mt 3130 3837 L
391: 450 3321 mt 3130 3321 L
392: 3130 3321 mt 3130 3321 L
393: SO
394: 6 w
395: 450 3321 mt 3130 3321 L
396: 450 5385 mt 3130 5385 L
397: 3130 5385 mt 3130 3321 L
398: 450 5385 mt 450 3321 L
399: 450 5385 mt 3130 5385 L
400: 450 5385 mt 450 3321 L
401: 450 5385 mt 450 5358 L
402: 450 3321 mt 450 3347 L
403: 417 5530 mt
404: (0) s
405: 986 5385 mt 986 5358 L
406: 986 3321 mt 986 3347 L
407: 953 5530 mt
408: (2) s
409: 1522 5385 mt 1522 5358 L
410: 1522 3321 mt 1522 3347 L
411: 1489 5530 mt
412: (4) s
413: 2058 5385 mt 2058 5358 L
414: 2058 3321 mt 2058 3347 L
415: 2025 5530 mt
416: (6) s
417: 2594 5385 mt 2594 5358 L
418: 2594 3321 mt 2594 3347 L
419: 2561 5530 mt
420: (8) s
421: 3130 5385 mt 3130 5358 L
422: 3130 3321 mt 3130 3347 L
423: 3064 5530 mt
424: (10) s
425: 450 5385 mt 476 5385 L
426: 3130 5385 mt 3103 5385 L
427: 349 5429 mt
428: (0) s
429: 450 4869 mt 476 4869 L
430: 3130 4869 mt 3103 4869 L
431: 349 4913 mt
432: (5) s
433: 450 4353 mt 476 4353 L
434: 3130 4353 mt 3103 4353 L
435: 282 4397 mt
436: (10) s
437: 450 3837 mt 476 3837 L
438: 3130 3837 mt 3103 3837 L
439: 282 3881 mt
440: (15) s
441: 450 3321 mt 476 3321 L
442: 3130 3321 mt 3103 3321 L
443: 282 3365 mt
444: (20) s
445: 450 3321 mt 3130 3321 L
446: 450 5385 mt 3130 5385 L
447: 3130 5385 mt 3130 3321 L
448: 450 5385 mt 450 3321 L
449: gs 450 3321 2681 2065 MR c np
450: 268 0 268 0 268 0 268 0 268 0 268 0 268 0 268 0
451: 268 0 268 0 450 4353 11 MP stroke
452: gr
453:
454: gs 377 4280 2827 147 MR c np
455: 425 4328 mt 475 4378 L
456: 475 4328 mt 425 4378 L
457: 693 4328 mt 743 4378 L
458: 743 4328 mt 693 4378 L
459: 961 4328 mt 1011 4378 L
460: 1011 4328 mt 961 4378 L
461: 1229 4328 mt 1279 4378 L
462: 1279 4328 mt 1229 4378 L
463: 1497 4328 mt 1547 4378 L
464: 1547 4328 mt 1497 4378 L
465: 1765 4328 mt 1815 4378 L
466: 1815 4328 mt 1765 4378 L
467: 2033 4328 mt 2083 4378 L
468: 2083 4328 mt 2033 4378 L
469: 2301 4328 mt 2351 4378 L
470: 2351 4328 mt 2301 4378 L
471: 2569 4328 mt 2619 4378 L
472: 2619 4328 mt 2569 4378 L
473: 2837 4328 mt 2887 4378 L
474: 2887 4328 mt 2837 4378 L
475: 3105 4328 mt 3155 4378 L
476: 3155 4328 mt 3105 4378 L
477: gr
478:
479: gs 450 3321 2681 2065 MR c np
480: gr
481:
482: 1174 5673 mt
483: (Compromised Nodes ) s
484: %%IncludeResource: font Times-Italic
485: /Times-Italic /WindowsLatin1Encoding 120 FMSR
486:
487: 2334 5673 mt
488: (C) s
489: %%IncludeResource: font Helvetica
490: /Helvetica /WindowsLatin1Encoding 120 FMSR
491:
492: 200 4939 mt -90 rotate
493: (Average Polling Delay) s
494: 90 rotate
495: gs 450 3321 2681 2065 MR c np
496: 268 2 268 4 268 8 268 13 268 20 268 32 268 52 268 94
497: 268 197 268 506 450 4353 11 MP stroke
498: gr
499:
500: gs 377 4280 2827 1075 MR c np
501: 36 36 450 4353 FO
502: 36 36 718 4859 FO
503: 36 36 986 5056 FO
504: 36 36 1254 5150 FO
505: 36 36 1522 5202 FO
506: 36 36 1790 5234 FO
507: 36 36 2058 5254 FO
508: 36 36 2326 5267 FO
509: 36 36 2594 5275 FO
510: 36 36 2862 5279 FO
511: 36 36 3130 5281 FO
512: gr
513:
514: gs 450 3321 2681 2065 MR c np
515: 268 -195 268 -90 268 -44 268 -20 268 0 268 20 268 44 268 90
516: 268 195 268 506 450 4353 11 MP stroke
517: gr
518:
519: gs 377 4280 2827 1002 MR c np
520: 414 4353 mt 486 4353 L
521: 450 4317 mt 450 4389 L
522: 682 4859 mt 754 4859 L
523: 718 4823 mt 718 4895 L
524: 950 5054 mt 1022 5054 L
525: 986 5018 mt 986 5090 L
526: 1218 5144 mt 1290 5144 L
527: 1254 5108 mt 1254 5180 L
528: 1486 5188 mt 1558 5188 L
529: 1522 5152 mt 1522 5224 L
530: 1754 5208 mt 1826 5208 L
531: 1790 5172 mt 1790 5244 L
532: 2022 5208 mt 2094 5208 L
533: 2058 5172 mt 2058 5244 L
534: 2290 5188 mt 2362 5188 L
535: 2326 5152 mt 2326 5224 L
536: 2558 5144 mt 2630 5144 L
537: 2594 5108 mt 2594 5180 L
538: 2826 5054 mt 2898 5054 L
539: 2862 5018 mt 2862 5090 L
540: 3094 4859 mt 3166 4859 L
541: 3130 4823 mt 3130 4895 L
542: gr
543:
544: gs 450 3321 2681 2065 MR c np
545: gr
546:
547: %%IncludeResource: font Times-Italic
548: /Times-Italic /WindowsLatin1Encoding 120 FMSR
549:
550: 1662 3227 mt
551: (T) s
552: %%IncludeResource: font Times-Roman
553: /Times-Roman /WindowsLatin1Encoding 120 FMSR
554:
555: 1728 3227 mt
556: (=10) s
557: %%IncludeResource: font Helvetica
558: /Helvetica /WindowsLatin1Encoding 120 FMSR
559:
560: 1682 5839 mt
561: (\(b\)) s
562: 1 sg
563: 0 586 1324 0 0 -586 507 1090 4 MP
564: PP
565: -1324 0 0 586 1324 0 0 -586 507 1090 5 MP stroke
566: 4 w
567: DO
568: SO
569: 6 w
570: 0 sg
571: 507 504 mt 1831 504 L
572: 507 1090 mt 1831 1090 L
573: 1831 1090 mt 1831 504 L
574: 507 1090 mt 507 504 L
575: 507 1090 mt 1831 1090 L
576: 507 1090 mt 507 504 L
577: 507 504 mt 1831 504 L
578: 507 1090 mt 1831 1090 L
579: 1831 1090 mt 1831 504 L
580: 507 1090 mt 507 504 L
581: 982 640 mt
582: (Witness-based) s
583: gs 507 504 1325 587 MR c np
584: 365 0 580 598 2 MP stroke
585: gs 689 525 147 147 MR c np
586: 737 573 mt 787 623 L
587: 787 573 mt 737 623 L
588: gr
589:
590: gr
591:
592: 982 789 mt
593: (VR, ) s
594: %%IncludeResource: font Times-Italic
595: /Times-Italic /WindowsLatin1Encoding 120 FMSR
596:
597: 1215 789 mt
598: (P) s
599: %%IncludeResource: font Times-Italic
600: /Times-Italic /WindowsLatin1Encoding 96 FMSR
601:
602: 1288 849 mt
603: (f) s
604: %%IncludeResource: font Times-Roman
605: /Times-Roman /WindowsLatin1Encoding 120 FMSR
606:
607: 1314 789 mt
608: ( = 0) s
609: gs 507 504 1325 587 MR c np
610: 365 0 580 772 2 MP stroke
611: gs 689 699 147 147 MR c np
612: 36 36 762 772 FO
613: gr
614:
615: gr
616:
617: %%IncludeResource: font Helvetica
618: /Helvetica /WindowsLatin1Encoding 120 FMSR
619:
620: 982 989 mt
621: (VR, ) s
622: %%IncludeResource: font Times-Italic
623: /Times-Italic /WindowsLatin1Encoding 120 FMSR
624:
625: 1215 989 mt
626: (P) s
627: %%IncludeResource: font Times-Italic
628: /Times-Italic /WindowsLatin1Encoding 96 FMSR
629:
630: 1288 1049 mt
631: (f) s
632: %%IncludeResource: font Times-Roman
633: /Times-Roman /WindowsLatin1Encoding 120 FMSR
634:
635: 1314 989 mt
636: ( = 1) s
637: gs 507 504 1325 587 MR c np
638: 365 0 580 971 2 MP stroke
639: gs 689 898 147 147 MR c np
640: 726 971 mt 798 971 L
641: 762 935 mt 762 1007 L
642: gr
643:
644: gr
645:
646: 1 sg
647: 0 586 1324 0 0 -586 507 3957 4 MP
648: PP
649: -1324 0 0 586 1324 0 0 -586 507 3957 5 MP stroke
650: 4 w
651: DO
652: SO
653: 6 w
654: 0 sg
655: 507 3371 mt 1831 3371 L
656: 507 3957 mt 1831 3957 L
657: 1831 3957 mt 1831 3371 L
658: 507 3957 mt 507 3371 L
659: 507 3957 mt 1831 3957 L
660: 507 3957 mt 507 3371 L
661: 507 3371 mt 1831 3371 L
662: 507 3957 mt 1831 3957 L
663: 1831 3957 mt 1831 3371 L
664: 507 3957 mt 507 3371 L
665: %%IncludeResource: font Helvetica
666: /Helvetica /WindowsLatin1Encoding 120 FMSR
667:
668: 982 3507 mt
669: (Witness-based) s
670: gs 507 3371 1325 587 MR c np
671: 365 0 580 3465 2 MP stroke
672: gs 689 3392 147 147 MR c np
673: 737 3440 mt 787 3490 L
674: 787 3440 mt 737 3490 L
675: gr
676:
677: gr
678:
679: 982 3656 mt
680: (VR, ) s
681: %%IncludeResource: font Times-Italic
682: /Times-Italic /WindowsLatin1Encoding 120 FMSR
683:
684: 1215 3656 mt
685: (P) s
686: %%IncludeResource: font Times-Italic
687: /Times-Italic /WindowsLatin1Encoding 96 FMSR
688:
689: 1288 3716 mt
690: (f) s
691: %%IncludeResource: font Times-Roman
692: /Times-Roman /WindowsLatin1Encoding 120 FMSR
693:
694: 1314 3656 mt
695: ( = 0) s
696: gs 507 3371 1325 587 MR c np
697: 365 0 580 3639 2 MP stroke
698: gs 689 3566 147 147 MR c np
699: 36 36 762 3639 FO
700: gr
701:
702: gr
703:
704: %%IncludeResource: font Helvetica
705: /Helvetica /WindowsLatin1Encoding 120 FMSR
706:
707: 982 3856 mt
708: (VR, ) s
709: %%IncludeResource: font Times-Italic
710: /Times-Italic /WindowsLatin1Encoding 120 FMSR
711:
712: 1215 3856 mt
713: (P) s
714: %%IncludeResource: font Times-Italic
715: /Times-Italic /WindowsLatin1Encoding 96 FMSR
716:
717: 1288 3916 mt
718: (f) s
719: %%IncludeResource: font Times-Roman
720: /Times-Roman /WindowsLatin1Encoding 120 FMSR
721:
722: 1314 3856 mt
723: ( = 1) s
724: gs 507 3371 1325 587 MR c np
725: 365 0 580 3838 2 MP stroke
726: gs 689 3765 147 147 MR c np
727: 726 3838 mt 798 3838 L
728: 762 3802 mt 762 3874 L
729: gr
730:
731: gr
732:
733:
734: end %%Color Dict
735:
736: eplot
737: %%EndObject
738:
739: epage
740: end
741:
742: showpage
743:
744: %%Trailer
745: %%EOF
746: