1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\analysis_comp11.eps
4: %%CreationDate: 03/29/2006 23:41:33
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%Pages: 1
8: %%BoundingBox: 0 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: 0 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: 0 180 3252 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 2117 mt 3130 2117 L
213: 3130 2117 mt 3130 2117 L
214: 450 1747 mt 3130 1747 L
215: 3130 1747 mt 3130 1747 L
216: 450 1378 mt 3130 1378 L
217: 3130 1378 mt 3130 1378 L
218: 450 1008 mt 3130 1008 L
219: 3130 1008 mt 3130 1008 L
220: 450 638 mt 3130 638 L
221: 3130 638 mt 3130 638 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: 349 2531 mt
260: (0) s
261: 450 2117 mt 476 2117 L
262: 3130 2117 mt 3103 2117 L
263: 282 2161 mt
264: (20) s
265: 450 1747 mt 476 1747 L
266: 3130 1747 mt 3103 1747 L
267: 282 1791 mt
268: (40) s
269: 450 1378 mt 476 1378 L
270: 3130 1378 mt 3103 1378 L
271: 282 1422 mt
272: (60) s
273: 450 1008 mt 476 1008 L
274: 3130 1008 mt 3103 1008 L
275: 282 1052 mt
276: (80) s
277: 450 638 mt 476 638 L
278: 3130 638 mt 3103 638 L
279: 215 682 mt
280: (100) 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 0 536 0 536 0 536 0 536 0 450 860 6 MP stroke
287: gr
288:
289: gs 377 787 2827 147 MR c np
290: 425 835 mt 475 885 L
291: 475 835 mt 425 885 L
292: 961 835 mt 1011 885 L
293: 1011 835 mt 961 885 L
294: 1497 835 mt 1547 885 L
295: 1547 835 mt 1497 885 L
296: 2033 835 mt 2083 885 L
297: 2083 835 mt 2033 885 L
298: 2569 835 mt 2619 885 L
299: 2619 835 mt 2569 885 L
300: 3105 835 mt 3155 885 L
301: 3155 835 mt 3105 885 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: 133 1880 mt -90 rotate
318: (Overhead \(bits\)) s
319: 90 rotate
320: gs 450 454 2681 2034 MR c np
321: 536 -8 536 -8 536 -10 536 -9 536 -10 450 1599 6 MP stroke
322: gr
323:
324: gs 377 1481 2827 192 MR c np
325: 36 36 450 1599 FO
326: 36 36 986 1589 FO
327: 36 36 1522 1580 FO
328: 36 36 2058 1570 FO
329: 36 36 2594 1562 FO
330: 36 36 3130 1554 FO
331: gr
332:
333: gs 450 454 2681 2034 MR c np
334: 536 -10 536 -10 536 -10 536 -10 536 -10 450 1599 6 MP stroke
335: gr
336:
337: gs 377 1476 2827 197 MR c np
338: 414 1599 mt 486 1599 L
339: 450 1563 mt 450 1635 L
340: 950 1589 mt 1022 1589 L
341: 986 1553 mt 986 1625 L
342: 1486 1579 mt 1558 1579 L
343: 1522 1543 mt 1522 1615 L
344: 2022 1569 mt 2094 1569 L
345: 2058 1533 mt 2058 1605 L
346: 2558 1559 mt 2630 1559 L
347: 2594 1523 mt 2594 1595 L
348: 3094 1549 mt 3166 1549 L
349: 3130 1513 mt 3130 1585 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 5009 mt 3130 5009 L
392: 3130 5009 mt 3130 5009 L
393: 450 4634 mt 3130 4634 L
394: 3130 4634 mt 3130 4634 L
395: 450 4259 mt 3130 4259 L
396: 3130 4259 mt 3130 4259 L
397: 450 3883 mt 3130 3883 L
398: 3130 3883 mt 3130 3883 L
399: 450 3508 mt 3130 3508 L
400: 3130 3508 mt 3130 3508 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: 349 5429 mt
436: (0) s
437: 450 5009 mt 476 5009 L
438: 3130 5009 mt 3103 5009 L
439: 282 5053 mt
440: (20) s
441: 450 4634 mt 476 4634 L
442: 3130 4634 mt 3103 4634 L
443: 282 4678 mt
444: (40) s
445: 450 4259 mt 476 4259 L
446: 3130 4259 mt 3103 4259 L
447: 282 4303 mt
448: (60) s
449: 450 3883 mt 476 3883 L
450: 3130 3883 mt 3103 3883 L
451: 282 3927 mt
452: (80) s
453: 450 3508 mt 476 3508 L
454: 3130 3508 mt 3103 3508 L
455: 215 3552 mt
456: (100) 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 150 268 150 268 150 268 150 268 150 268 150 268 150 268 150
463: 268 151 268 150 450 3733 11 MP stroke
464: gr
465:
466: gs 377 3660 2827 1648 MR c np
467: 425 3708 mt 475 3758 L
468: 475 3708 mt 425 3758 L
469: 693 3858 mt 743 3908 L
470: 743 3858 mt 693 3908 L
471: 961 4009 mt 1011 4059 L
472: 1011 4009 mt 961 4059 L
473: 1229 4159 mt 1279 4209 L
474: 1279 4159 mt 1229 4209 L
475: 1497 4309 mt 1547 4359 L
476: 1547 4309 mt 1497 4359 L
477: 1765 4459 mt 1815 4509 L
478: 1815 4459 mt 1765 4509 L
479: 2033 4609 mt 2083 4659 L
480: 2083 4609 mt 2033 4659 L
481: 2301 4759 mt 2351 4809 L
482: 2351 4759 mt 2301 4809 L
483: 2569 4909 mt 2619 4959 L
484: 2619 4909 mt 2569 4959 L
485: 2837 5059 mt 2887 5109 L
486: 2887 5059 mt 2837 5109 L
487: 3105 5209 mt 3155 5259 L
488: 3155 5209 mt 3105 5259 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: 133 4763 mt -90 rotate
505: (Overhead \(bits\)) s
506: 90 rotate
507: gs 450 3321 2681 2065 MR c np
508: 268 83 268 83 268 83 268 82 268 82 268 81 268 82 268 80
509: 268 81 268 80 450 4484 11 MP stroke
510: gr
511:
512: gs 377 4411 2827 964 MR c np
513: 36 36 450 4484 FO
514: 36 36 718 4564 FO
515: 36 36 986 4645 FO
516: 36 36 1254 4725 FO
517: 36 36 1522 4807 FO
518: 36 36 1790 4888 FO
519: 36 36 2058 4970 FO
520: 36 36 2326 5052 FO
521: 36 36 2594 5135 FO
522: 36 36 2862 5218 FO
523: 36 36 3130 5301 FO
524: gr
525:
526: gs 450 3321 2681 2065 MR c np
527: 268 81 268 80 268 80 268 80 268 80 268 80 268 81 268 80
528: 268 80 268 80 450 4484 11 MP stroke
529: gr
530:
531: gs 377 4411 2827 949 MR c np
532: 414 4484 mt 486 4484 L
533: 450 4448 mt 450 4520 L
534: 682 4564 mt 754 4564 L
535: 718 4528 mt 718 4600 L
536: 950 4644 mt 1022 4644 L
537: 986 4608 mt 986 4680 L
538: 1218 4724 mt 1290 4724 L
539: 1254 4688 mt 1254 4760 L
540: 1486 4805 mt 1558 4805 L
541: 1522 4769 mt 1522 4841 L
542: 1754 4885 mt 1826 4885 L
543: 1790 4849 mt 1790 4921 L
544: 2022 4965 mt 2094 4965 L
545: 2058 4929 mt 2058 5001 L
546: 2290 5045 mt 2362 5045 L
547: 2326 5009 mt 2326 5081 L
548: 2558 5125 mt 2630 5125 L
549: 2594 5089 mt 2594 5161 L
550: 2826 5205 mt 2898 5205 L
551: 2862 5169 mt 2862 5241 L
552: 3094 5286 mt 3166 5286 L
553: 3130 5250 mt 3130 5322 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 1749 2436 4 MP
576: PP
577: -1324 0 0 586 1324 0 0 -586 1749 2436 5 MP stroke
578: 4 w
579: DO
580: SO
581: 6 w
582: 0 sg
583: 1749 1850 mt 3073 1850 L
584: 1749 2436 mt 3073 2436 L
585: 3073 2436 mt 3073 1850 L
586: 1749 2436 mt 1749 1850 L
587: 1749 2436 mt 3073 2436 L
588: 1749 2436 mt 1749 1850 L
589: 1749 1850 mt 3073 1850 L
590: 1749 2436 mt 3073 2436 L
591: 3073 2436 mt 3073 1850 L
592: 1749 2436 mt 1749 1850 L
593: 2224 1986 mt
594: (Witness-based) s
595: gs 1749 1850 1325 587 MR c np
596: 365 0 1822 1944 2 MP stroke
597: gs 1931 1871 147 147 MR c np
598: 1979 1919 mt 2029 1969 L
599: 2029 1919 mt 1979 1969 L
600: gr
601:
602: gr
603:
604: 2224 2135 mt
605: (VR, ) s
606: %%IncludeResource: font Times-Italic
607: /Times-Italic /WindowsLatin1Encoding 120 FMSR
608:
609: 2457 2135 mt
610: (P) s
611: %%IncludeResource: font Times-Italic
612: /Times-Italic /WindowsLatin1Encoding 96 FMSR
613:
614: 2530 2195 mt
615: (f) s
616: %%IncludeResource: font Times-Roman
617: /Times-Roman /WindowsLatin1Encoding 120 FMSR
618:
619: 2556 2135 mt
620: ( = 0) s
621: gs 1749 1850 1325 587 MR c np
622: 365 0 1822 2118 2 MP stroke
623: gs 1931 2045 147 147 MR c np
624: 36 36 2004 2118 FO
625: gr
626:
627: gr
628:
629: %%IncludeResource: font Helvetica
630: /Helvetica /WindowsLatin1Encoding 120 FMSR
631:
632: 2224 2335 mt
633: (VR, ) s
634: %%IncludeResource: font Times-Italic
635: /Times-Italic /WindowsLatin1Encoding 120 FMSR
636:
637: 2457 2335 mt
638: (P) s
639: %%IncludeResource: font Times-Italic
640: /Times-Italic /WindowsLatin1Encoding 96 FMSR
641:
642: 2530 2395 mt
643: (f) s
644: %%IncludeResource: font Times-Roman
645: /Times-Roman /WindowsLatin1Encoding 120 FMSR
646:
647: 2556 2335 mt
648: ( = 1) s
649: gs 1749 1850 1325 587 MR c np
650: 365 0 1822 2317 2 MP stroke
651: gs 1931 2244 147 147 MR c np
652: 1968 2317 mt 2040 2317 L
653: 2004 2281 mt 2004 2353 L
654: gr
655:
656: gr
657:
658: 1 sg
659: 0 586 1324 0 0 -586 1749 3957 4 MP
660: PP
661: -1324 0 0 586 1324 0 0 -586 1749 3957 5 MP stroke
662: 4 w
663: DO
664: SO
665: 6 w
666: 0 sg
667: 1749 3371 mt 3073 3371 L
668: 1749 3957 mt 3073 3957 L
669: 3073 3957 mt 3073 3371 L
670: 1749 3957 mt 1749 3371 L
671: 1749 3957 mt 3073 3957 L
672: 1749 3957 mt 1749 3371 L
673: 1749 3371 mt 3073 3371 L
674: 1749 3957 mt 3073 3957 L
675: 3073 3957 mt 3073 3371 L
676: 1749 3957 mt 1749 3371 L
677: %%IncludeResource: font Helvetica
678: /Helvetica /WindowsLatin1Encoding 120 FMSR
679:
680: 2224 3507 mt
681: (Witness-based) s
682: gs 1749 3371 1325 587 MR c np
683: 365 0 1822 3465 2 MP stroke
684: gs 1931 3392 147 147 MR c np
685: 1979 3440 mt 2029 3490 L
686: 2029 3440 mt 1979 3490 L
687: gr
688:
689: gr
690:
691: 2224 3656 mt
692: (VR, ) s
693: %%IncludeResource: font Times-Italic
694: /Times-Italic /WindowsLatin1Encoding 120 FMSR
695:
696: 2457 3656 mt
697: (P) s
698: %%IncludeResource: font Times-Italic
699: /Times-Italic /WindowsLatin1Encoding 96 FMSR
700:
701: 2530 3716 mt
702: (f) s
703: %%IncludeResource: font Times-Roman
704: /Times-Roman /WindowsLatin1Encoding 120 FMSR
705:
706: 2556 3656 mt
707: ( = 0) s
708: gs 1749 3371 1325 587 MR c np
709: 365 0 1822 3639 2 MP stroke
710: gs 1931 3566 147 147 MR c np
711: 36 36 2004 3639 FO
712: gr
713:
714: gr
715:
716: %%IncludeResource: font Helvetica
717: /Helvetica /WindowsLatin1Encoding 120 FMSR
718:
719: 2224 3856 mt
720: (VR, ) s
721: %%IncludeResource: font Times-Italic
722: /Times-Italic /WindowsLatin1Encoding 120 FMSR
723:
724: 2457 3856 mt
725: (P) s
726: %%IncludeResource: font Times-Italic
727: /Times-Italic /WindowsLatin1Encoding 96 FMSR
728:
729: 2530 3916 mt
730: (f) s
731: %%IncludeResource: font Times-Roman
732: /Times-Roman /WindowsLatin1Encoding 120 FMSR
733:
734: 2556 3856 mt
735: ( = 1) s
736: gs 1749 3371 1325 587 MR c np
737: 365 0 1822 3838 2 MP stroke
738: gs 1931 3765 147 147 MR c np
739: 1968 3838 mt 2040 3838 L
740: 2004 3802 mt 2004 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: