1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\analysis_comp21.eps
4: %%CreationDate: 03/29/2006 23:41:38
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: (2) s
241: 1522 2487 mt 1522 2460 L
242: 1522 454 mt 1522 480 L
243: 1489 2632 mt
244: (4) s
245: 2058 2487 mt 2058 2460 L
246: 2058 454 mt 2058 480 L
247: 2025 2632 mt
248: (6) s
249: 2594 2487 mt 2594 2460 L
250: 2594 454 mt 2594 480 L
251: 2561 2632 mt
252: (8) s
253: 3130 2487 mt 3130 2460 L
254: 3130 454 mt 3130 480 L
255: 3064 2632 mt
256: (10) 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: 268 0 268 0 268 0 268 0 268 0 268 0 268 0 268 0
287: 268 0 268 0 450 490 11 MP stroke
288: gr
289:
290: gs 377 417 2827 147 MR c np
291: 425 465 mt 475 515 L
292: 475 465 mt 425 515 L
293: 693 465 mt 743 515 L
294: 743 465 mt 693 515 L
295: 961 465 mt 1011 515 L
296: 1011 465 mt 961 515 L
297: 1229 465 mt 1279 515 L
298: 1279 465 mt 1229 515 L
299: 1497 465 mt 1547 515 L
300: 1547 465 mt 1497 515 L
301: 1765 465 mt 1815 515 L
302: 1815 465 mt 1765 515 L
303: 2033 465 mt 2083 515 L
304: 2083 465 mt 2033 515 L
305: 2301 465 mt 2351 515 L
306: 2351 465 mt 2301 515 L
307: 2569 465 mt 2619 515 L
308: 2619 465 mt 2569 515 L
309: 2837 465 mt 2887 515 L
310: 2887 465 mt 2837 515 L
311: 3105 465 mt 3155 515 L
312: 3155 465 mt 3105 515 L
313: gr
314:
315: gs 450 454 2681 2034 MR c np
316: gr
317:
318: 1174 2775 mt
319: (Compromised Nodes ) s
320: %%IncludeResource: font Times-Italic
321: /Times-Italic /WindowsLatin1Encoding 120 FMSR
322:
323: 2334 2775 mt
324: (C) s
325: %%IncludeResource: font Helvetica
326: /Helvetica /WindowsLatin1Encoding 120 FMSR
327:
328: 133 1880 mt -90 rotate
329: (Overhead \(bits\)) s
330: 90 rotate
331: gs 450 454 2681 2034 MR c np
332: 268 -8 268 -8 268 -9 268 -9 268 -9 268 -9 268 -10 268 -9
333: 268 -10 268 -9 450 1599 11 MP stroke
334: gr
335:
336: gs 377 1436 2827 237 MR c np
337: 36 36 450 1599 FO
338: 36 36 718 1590 FO
339: 36 36 986 1580 FO
340: 36 36 1254 1571 FO
341: 36 36 1522 1561 FO
342: 36 36 1790 1552 FO
343: 36 36 2058 1543 FO
344: 36 36 2326 1534 FO
345: 36 36 2594 1525 FO
346: 36 36 2862 1517 FO
347: 36 36 3130 1509 FO
348: gr
349:
350: gs 450 454 2681 2034 MR c np
351: 268 -9 268 -10 268 -10 268 -9 268 -10 268 -10 268 -9 268 -10
352: 268 -10 268 -9 450 1599 11 MP stroke
353: gr
354:
355: gs 377 1430 2827 243 MR c np
356: 414 1599 mt 486 1599 L
357: 450 1563 mt 450 1635 L
358: 682 1590 mt 754 1590 L
359: 718 1554 mt 718 1626 L
360: 950 1580 mt 1022 1580 L
361: 986 1544 mt 986 1616 L
362: 1218 1570 mt 1290 1570 L
363: 1254 1534 mt 1254 1606 L
364: 1486 1561 mt 1558 1561 L
365: 1522 1525 mt 1522 1597 L
366: 1754 1551 mt 1826 1551 L
367: 1790 1515 mt 1790 1587 L
368: 2022 1541 mt 2094 1541 L
369: 2058 1505 mt 2058 1577 L
370: 2290 1532 mt 2362 1532 L
371: 2326 1496 mt 2326 1568 L
372: 2558 1522 mt 2630 1522 L
373: 2594 1486 mt 2594 1558 L
374: 2826 1512 mt 2898 1512 L
375: 2862 1476 mt 2862 1548 L
376: 3094 1503 mt 3166 1503 L
377: 3130 1467 mt 3130 1539 L
378: gr
379:
380: gs 450 454 2681 2034 MR c np
381: gr
382:
383: %%IncludeResource: font Times-Italic
384: /Times-Italic /WindowsLatin1Encoding 120 FMSR
385:
386: 1662 360 mt
387: (T) s
388: %%IncludeResource: font Times-Roman
389: /Times-Roman /WindowsLatin1Encoding 120 FMSR
390:
391: 1728 360 mt
392: (=10) s
393: %%IncludeResource: font Helvetica
394: /Helvetica /WindowsLatin1Encoding 120 FMSR
395:
396: 1682 2935 mt
397: (\(a\)) s
398: 1 sg
399: 0 2064 2680 0 0 -2064 450 5385 4 MP
400: PP
401: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
402: 4 w
403: DO
404: 0 sg
405: 450 5385 mt 450 3321 L
406: 450 3321 mt 450 3321 L
407: 1120 5385 mt 1120 3321 L
408: 1120 3321 mt 1120 3321 L
409: 1790 5385 mt 1790 3321 L
410: 1790 3321 mt 1790 3321 L
411: 2460 5385 mt 2460 3321 L
412: 2460 3321 mt 2460 3321 L
413: 3130 5385 mt 3130 3321 L
414: 3130 3321 mt 3130 3321 L
415: 450 5385 mt 3130 5385 L
416: 3130 5385 mt 3130 5385 L
417: 450 5009 mt 3130 5009 L
418: 3130 5009 mt 3130 5009 L
419: 450 4634 mt 3130 4634 L
420: 3130 4634 mt 3130 4634 L
421: 450 4259 mt 3130 4259 L
422: 3130 4259 mt 3130 4259 L
423: 450 3883 mt 3130 3883 L
424: 3130 3883 mt 3130 3883 L
425: 450 3508 mt 3130 3508 L
426: 3130 3508 mt 3130 3508 L
427: SO
428: 6 w
429: 450 3321 mt 3130 3321 L
430: 450 5385 mt 3130 5385 L
431: 3130 5385 mt 3130 3321 L
432: 450 5385 mt 450 3321 L
433: 450 5385 mt 3130 5385 L
434: 450 5385 mt 450 3321 L
435: 450 5385 mt 450 5358 L
436: 450 3321 mt 450 3347 L
437: 417 5530 mt
438: (0) s
439: 1120 5385 mt 1120 5358 L
440: 1120 3321 mt 1120 3347 L
441: 1087 5530 mt
442: (5) s
443: 1790 5385 mt 1790 5358 L
444: 1790 3321 mt 1790 3347 L
445: 1724 5530 mt
446: (10) s
447: 2460 5385 mt 2460 5358 L
448: 2460 3321 mt 2460 3347 L
449: 2394 5530 mt
450: (15) s
451: 3130 5385 mt 3130 5358 L
452: 3130 3321 mt 3130 3347 L
453: 3064 5530 mt
454: (20) s
455: 450 5385 mt 476 5385 L
456: 3130 5385 mt 3103 5385 L
457: 349 5429 mt
458: (0) s
459: 450 5009 mt 476 5009 L
460: 3130 5009 mt 3103 5009 L
461: 282 5053 mt
462: (20) s
463: 450 4634 mt 476 4634 L
464: 3130 4634 mt 3103 4634 L
465: 282 4678 mt
466: (40) s
467: 450 4259 mt 476 4259 L
468: 3130 4259 mt 3103 4259 L
469: 282 4303 mt
470: (60) s
471: 450 3883 mt 476 3883 L
472: 3130 3883 mt 3103 3883 L
473: 282 3927 mt
474: (80) s
475: 450 3508 mt 476 3508 L
476: 3130 3508 mt 3103 3508 L
477: 215 3552 mt
478: (100) s
479: 450 3321 mt 3130 3321 L
480: 450 5385 mt 3130 5385 L
481: 3130 5385 mt 3130 3321 L
482: 450 5385 mt 450 3321 L
483: gs 450 3321 2681 2065 MR c np
484: 134 96 134 97 134 96 134 97 134 96 134 97 134 96 134 97
485: 134 96 134 97 134 96 134 97 134 96 134 97 134 96 134 97
486: 134 96 134 97 134 96 134 97 450 3358 21 MP stroke
487: gr
488:
489: gs 377 3285 2827 2077 MR c np
490: 425 3333 mt 475 3383 L
491: 475 3333 mt 425 3383 L
492: 559 3430 mt 609 3480 L
493: 609 3430 mt 559 3480 L
494: 693 3526 mt 743 3576 L
495: 743 3526 mt 693 3576 L
496: 827 3623 mt 877 3673 L
497: 877 3623 mt 827 3673 L
498: 961 3719 mt 1011 3769 L
499: 1011 3719 mt 961 3769 L
500: 1095 3816 mt 1145 3866 L
501: 1145 3816 mt 1095 3866 L
502: 1229 3912 mt 1279 3962 L
503: 1279 3912 mt 1229 3962 L
504: 1363 4009 mt 1413 4059 L
505: 1413 4009 mt 1363 4059 L
506: 1497 4105 mt 1547 4155 L
507: 1547 4105 mt 1497 4155 L
508: 1631 4202 mt 1681 4252 L
509: 1681 4202 mt 1631 4252 L
510: 1765 4298 mt 1815 4348 L
511: 1815 4298 mt 1765 4348 L
512: 1899 4395 mt 1949 4445 L
513: 1949 4395 mt 1899 4445 L
514: 2033 4491 mt 2083 4541 L
515: 2083 4491 mt 2033 4541 L
516: 2167 4588 mt 2217 4638 L
517: 2217 4588 mt 2167 4638 L
518: 2301 4684 mt 2351 4734 L
519: 2351 4684 mt 2301 4734 L
520: 2435 4781 mt 2485 4831 L
521: 2485 4781 mt 2435 4831 L
522: 2569 4877 mt 2619 4927 L
523: 2619 4877 mt 2569 4927 L
524: 2703 4974 mt 2753 5024 L
525: 2753 4974 mt 2703 5024 L
526: 2837 5070 mt 2887 5120 L
527: 2887 5070 mt 2837 5120 L
528: 2971 5167 mt 3021 5217 L
529: 3021 5167 mt 2971 5217 L
530: 3105 5263 mt 3155 5313 L
531: 3155 5263 mt 3105 5313 L
532: gr
533:
534: gs 450 3321 2681 2065 MR c np
535: gr
536:
537: 1174 5673 mt
538: (Compromised Nodes ) s
539: %%IncludeResource: font Times-Italic
540: /Times-Italic /WindowsLatin1Encoding 120 FMSR
541:
542: 2334 5673 mt
543: (C) s
544: %%IncludeResource: font Helvetica
545: /Helvetica /WindowsLatin1Encoding 120 FMSR
546:
547: 133 4763 mt -90 rotate
548: (Overhead \(bits\)) s
549: 90 rotate
550: gs 450 3321 2681 2065 MR c np
551: 134 44 134 44 134 43 134 44 134 43 134 43 134 43 134 43
552: 134 43 134 43 134 43 134 43 134 42 134 43 134 42 134 43
553: 134 42 134 42 134 42 134 42 450 4484 21 MP stroke
554: gr
555:
556: gs 377 4411 2827 1004 MR c np
557: 36 36 450 4484 FO
558: 36 36 584 4526 FO
559: 36 36 718 4568 FO
560: 36 36 852 4610 FO
561: 36 36 986 4652 FO
562: 36 36 1120 4695 FO
563: 36 36 1254 4737 FO
564: 36 36 1388 4780 FO
565: 36 36 1522 4822 FO
566: 36 36 1656 4865 FO
567: 36 36 1790 4908 FO
568: 36 36 1924 4951 FO
569: 36 36 2058 4994 FO
570: 36 36 2192 5037 FO
571: 36 36 2326 5080 FO
572: 36 36 2460 5123 FO
573: 36 36 2594 5166 FO
574: 36 36 2728 5210 FO
575: 36 36 2862 5253 FO
576: 36 36 2996 5297 FO
577: 36 36 3130 5341 FO
578: gr
579:
580: gs 450 3321 2681 2065 MR c np
581: 134 42 134 42 134 42 134 42 134 42 134 42 134 42 134 42
582: 134 42 134 42 134 42 134 42 134 42 134 42 134 42 134 42
583: 134 42 134 42 134 42 134 42 450 4484 21 MP stroke
584: gr
585:
586: gs 377 4411 2827 987 MR c np
587: 414 4484 mt 486 4484 L
588: 450 4448 mt 450 4520 L
589: 548 4526 mt 620 4526 L
590: 584 4490 mt 584 4562 L
591: 682 4568 mt 754 4568 L
592: 718 4532 mt 718 4604 L
593: 816 4610 mt 888 4610 L
594: 852 4574 mt 852 4646 L
595: 950 4652 mt 1022 4652 L
596: 986 4616 mt 986 4688 L
597: 1084 4694 mt 1156 4694 L
598: 1120 4658 mt 1120 4730 L
599: 1218 4736 mt 1290 4736 L
600: 1254 4700 mt 1254 4772 L
601: 1352 4778 mt 1424 4778 L
602: 1388 4742 mt 1388 4814 L
603: 1486 4820 mt 1558 4820 L
604: 1522 4784 mt 1522 4856 L
605: 1620 4862 mt 1692 4862 L
606: 1656 4826 mt 1656 4898 L
607: 1754 4904 mt 1826 4904 L
608: 1790 4868 mt 1790 4940 L
609: 1888 4946 mt 1960 4946 L
610: 1924 4910 mt 1924 4982 L
611: 2022 4988 mt 2094 4988 L
612: 2058 4952 mt 2058 5024 L
613: 2156 5030 mt 2228 5030 L
614: 2192 4994 mt 2192 5066 L
615: 2290 5072 mt 2362 5072 L
616: 2326 5036 mt 2326 5108 L
617: 2424 5114 mt 2496 5114 L
618: 2460 5078 mt 2460 5150 L
619: 2558 5156 mt 2630 5156 L
620: 2594 5120 mt 2594 5192 L
621: 2692 5198 mt 2764 5198 L
622: 2728 5162 mt 2728 5234 L
623: 2826 5240 mt 2898 5240 L
624: 2862 5204 mt 2862 5276 L
625: 2960 5282 mt 3032 5282 L
626: 2996 5246 mt 2996 5318 L
627: 3094 5324 mt 3166 5324 L
628: 3130 5288 mt 3130 5360 L
629: gr
630:
631: gs 450 3321 2681 2065 MR c np
632: gr
633:
634: %%IncludeResource: font Times-Italic
635: /Times-Italic /WindowsLatin1Encoding 120 FMSR
636:
637: 1662 3227 mt
638: (T) s
639: %%IncludeResource: font Times-Roman
640: /Times-Roman /WindowsLatin1Encoding 120 FMSR
641:
642: 1728 3227 mt
643: (=20) s
644: %%IncludeResource: font Helvetica
645: /Helvetica /WindowsLatin1Encoding 120 FMSR
646:
647: 1682 5839 mt
648: (\(b\)) s
649: 1 sg
650: 0 586 1324 0 0 -586 1749 2436 4 MP
651: PP
652: -1324 0 0 586 1324 0 0 -586 1749 2436 5 MP stroke
653: 4 w
654: DO
655: SO
656: 6 w
657: 0 sg
658: 1749 1850 mt 3073 1850 L
659: 1749 2436 mt 3073 2436 L
660: 3073 2436 mt 3073 1850 L
661: 1749 2436 mt 1749 1850 L
662: 1749 2436 mt 3073 2436 L
663: 1749 2436 mt 1749 1850 L
664: 1749 1850 mt 3073 1850 L
665: 1749 2436 mt 3073 2436 L
666: 3073 2436 mt 3073 1850 L
667: 1749 2436 mt 1749 1850 L
668: 2224 1986 mt
669: (Witness-based) s
670: gs 1749 1850 1325 587 MR c np
671: 365 0 1822 1944 2 MP stroke
672: gs 1931 1871 147 147 MR c np
673: 1979 1919 mt 2029 1969 L
674: 2029 1919 mt 1979 1969 L
675: gr
676:
677: gr
678:
679: 2224 2135 mt
680: (VR, ) s
681: %%IncludeResource: font Times-Italic
682: /Times-Italic /WindowsLatin1Encoding 120 FMSR
683:
684: 2457 2135 mt
685: (P) s
686: %%IncludeResource: font Times-Italic
687: /Times-Italic /WindowsLatin1Encoding 96 FMSR
688:
689: 2530 2195 mt
690: (f) s
691: %%IncludeResource: font Times-Roman
692: /Times-Roman /WindowsLatin1Encoding 120 FMSR
693:
694: 2556 2135 mt
695: ( = 0) s
696: gs 1749 1850 1325 587 MR c np
697: 365 0 1822 2118 2 MP stroke
698: gs 1931 2045 147 147 MR c np
699: 36 36 2004 2118 FO
700: gr
701:
702: gr
703:
704: %%IncludeResource: font Helvetica
705: /Helvetica /WindowsLatin1Encoding 120 FMSR
706:
707: 2224 2335 mt
708: (VR, ) s
709: %%IncludeResource: font Times-Italic
710: /Times-Italic /WindowsLatin1Encoding 120 FMSR
711:
712: 2457 2335 mt
713: (P) s
714: %%IncludeResource: font Times-Italic
715: /Times-Italic /WindowsLatin1Encoding 96 FMSR
716:
717: 2530 2395 mt
718: (f) s
719: %%IncludeResource: font Times-Roman
720: /Times-Roman /WindowsLatin1Encoding 120 FMSR
721:
722: 2556 2335 mt
723: ( = 1) s
724: gs 1749 1850 1325 587 MR c np
725: 365 0 1822 2317 2 MP stroke
726: gs 1931 2244 147 147 MR c np
727: 1968 2317 mt 2040 2317 L
728: 2004 2281 mt 2004 2353 L
729: gr
730:
731: gr
732:
733: 1 sg
734: 0 586 1324 0 0 -586 1749 3957 4 MP
735: PP
736: -1324 0 0 586 1324 0 0 -586 1749 3957 5 MP stroke
737: 4 w
738: DO
739: SO
740: 6 w
741: 0 sg
742: 1749 3371 mt 3073 3371 L
743: 1749 3957 mt 3073 3957 L
744: 3073 3957 mt 3073 3371 L
745: 1749 3957 mt 1749 3371 L
746: 1749 3957 mt 3073 3957 L
747: 1749 3957 mt 1749 3371 L
748: 1749 3371 mt 3073 3371 L
749: 1749 3957 mt 3073 3957 L
750: 3073 3957 mt 3073 3371 L
751: 1749 3957 mt 1749 3371 L
752: %%IncludeResource: font Helvetica
753: /Helvetica /WindowsLatin1Encoding 120 FMSR
754:
755: 2224 3507 mt
756: (Witness-based) s
757: gs 1749 3371 1325 587 MR c np
758: 365 0 1822 3465 2 MP stroke
759: gs 1931 3392 147 147 MR c np
760: 1979 3440 mt 2029 3490 L
761: 2029 3440 mt 1979 3490 L
762: gr
763:
764: gr
765:
766: 2224 3656 mt
767: (VR, ) s
768: %%IncludeResource: font Times-Italic
769: /Times-Italic /WindowsLatin1Encoding 120 FMSR
770:
771: 2457 3656 mt
772: (P) s
773: %%IncludeResource: font Times-Italic
774: /Times-Italic /WindowsLatin1Encoding 96 FMSR
775:
776: 2530 3716 mt
777: (f) s
778: %%IncludeResource: font Times-Roman
779: /Times-Roman /WindowsLatin1Encoding 120 FMSR
780:
781: 2556 3656 mt
782: ( = 0) s
783: gs 1749 3371 1325 587 MR c np
784: 365 0 1822 3639 2 MP stroke
785: gs 1931 3566 147 147 MR c np
786: 36 36 2004 3639 FO
787: gr
788:
789: gr
790:
791: %%IncludeResource: font Helvetica
792: /Helvetica /WindowsLatin1Encoding 120 FMSR
793:
794: 2224 3856 mt
795: (VR, ) s
796: %%IncludeResource: font Times-Italic
797: /Times-Italic /WindowsLatin1Encoding 120 FMSR
798:
799: 2457 3856 mt
800: (P) s
801: %%IncludeResource: font Times-Italic
802: /Times-Italic /WindowsLatin1Encoding 96 FMSR
803:
804: 2530 3916 mt
805: (f) s
806: %%IncludeResource: font Times-Roman
807: /Times-Roman /WindowsLatin1Encoding 120 FMSR
808:
809: 2556 3856 mt
810: ( = 1) s
811: gs 1749 3371 1325 587 MR c np
812: 365 0 1822 3838 2 MP stroke
813: gs 1931 3765 147 147 MR c np
814: 1968 3838 mt 2040 3838 L
815: 2004 3802 mt 2004 3874 L
816: gr
817:
818: gr
819:
820:
821: end %%Color Dict
822:
823: eplot
824: %%EndObject
825:
826: epage
827: end
828:
829: showpage
830:
831: %%Trailer
832: %%EOF
833: