1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\v_analysis21_0.eps
4: %%CreationDate: 03/29/2006 23:41:16
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: DA
287: 268 -24 268 -25 268 -26 268 -27 268 -27 268 -28 268 -28 268 -28
288: 268 -29 268 -29 450 1045 11 MP stroke
289: gr
290:
291: DA
292: 1174 2775 mt
293: (Compromised Nodes ) s
294: %%IncludeResource: font Times-Italic
295: /Times-Italic /WindowsLatin1Encoding 120 FMSR
296:
297: 2334 2775 mt
298: (C) s
299: %%IncludeResource: font Helvetica
300: /Helvetica /WindowsLatin1Encoding 120 FMSR
301:
302: 133 1880 mt -90 rotate
303: (Overhead \(bits\)) s
304: 90 rotate
305: gs 450 454 2681 2034 MR c np
306: SO
307: 268 0 268 0 268 0 268 0 268 0 268 0 268 0 268 0
308: 268 0 268 0 450 1415 11 MP stroke
309: gr
310:
311: SO
312: gs 377 1342 2827 147 MR c np
313: 414 1415 mt 486 1415 L
314: 450 1379 mt 450 1451 L
315: 682 1415 mt 754 1415 L
316: 718 1379 mt 718 1451 L
317: 950 1415 mt 1022 1415 L
318: 986 1379 mt 986 1451 L
319: 1218 1415 mt 1290 1415 L
320: 1254 1379 mt 1254 1451 L
321: 1486 1415 mt 1558 1415 L
322: 1522 1379 mt 1522 1451 L
323: 1754 1415 mt 1826 1415 L
324: 1790 1379 mt 1790 1451 L
325: 2022 1415 mt 2094 1415 L
326: 2058 1379 mt 2058 1451 L
327: 2290 1415 mt 2362 1415 L
328: 2326 1379 mt 2326 1451 L
329: 2558 1415 mt 2630 1415 L
330: 2594 1379 mt 2594 1451 L
331: 2826 1415 mt 2898 1415 L
332: 2862 1379 mt 2862 1451 L
333: 3094 1415 mt 3166 1415 L
334: 3130 1379 mt 3130 1451 L
335: 425 1390 mt 475 1440 L
336: 475 1390 mt 425 1440 L
337: 693 1390 mt 743 1440 L
338: 743 1390 mt 693 1440 L
339: 961 1390 mt 1011 1440 L
340: 1011 1390 mt 961 1440 L
341: 1229 1390 mt 1279 1440 L
342: 1279 1390 mt 1229 1440 L
343: 1497 1390 mt 1547 1440 L
344: 1547 1390 mt 1497 1440 L
345: 1765 1390 mt 1815 1440 L
346: 1815 1390 mt 1765 1440 L
347: 2033 1390 mt 2083 1440 L
348: 2083 1390 mt 2033 1440 L
349: 2301 1390 mt 2351 1440 L
350: 2351 1390 mt 2301 1440 L
351: 2569 1390 mt 2619 1440 L
352: 2619 1390 mt 2569 1440 L
353: 2837 1390 mt 2887 1440 L
354: 2887 1390 mt 2837 1440 L
355: 3105 1390 mt 3155 1440 L
356: 3155 1390 mt 3105 1440 L
357: gr
358:
359: gs 450 454 2681 2034 MR c np
360: 268 -8 268 -8 268 -9 268 -9 268 -9 268 -9 268 -10 268 -9
361: 268 -10 268 -9 450 1599 11 MP stroke
362: gr
363:
364: gs 377 1436 2827 237 MR c np
365: 36 36 450 1599 FO
366: 36 36 718 1590 FO
367: 36 36 986 1580 FO
368: 36 36 1254 1571 FO
369: 36 36 1522 1561 FO
370: 36 36 1790 1552 FO
371: 36 36 2058 1543 FO
372: 36 36 2326 1534 FO
373: 36 36 2594 1525 FO
374: 36 36 2862 1517 FO
375: 36 36 3130 1509 FO
376: gr
377:
378: gs 450 454 2681 2034 MR c np
379: gr
380:
381: %%IncludeResource: font Times-Italic
382: /Times-Italic /WindowsLatin1Encoding 120 FMSR
383:
384: 1662 360 mt
385: (T) s
386: %%IncludeResource: font Times-Roman
387: /Times-Roman /WindowsLatin1Encoding 120 FMSR
388:
389: 1728 360 mt
390: (=10) s
391: %%IncludeResource: font Helvetica
392: /Helvetica /WindowsLatin1Encoding 120 FMSR
393:
394: 1682 2935 mt
395: (\(a\)) s
396: 1 sg
397: 0 2064 2680 0 0 -2064 450 5385 4 MP
398: PP
399: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
400: 4 w
401: DO
402: 0 sg
403: 450 5385 mt 450 3321 L
404: 450 3321 mt 450 3321 L
405: 1120 5385 mt 1120 3321 L
406: 1120 3321 mt 1120 3321 L
407: 1790 5385 mt 1790 3321 L
408: 1790 3321 mt 1790 3321 L
409: 2460 5385 mt 2460 3321 L
410: 2460 3321 mt 2460 3321 L
411: 3130 5385 mt 3130 3321 L
412: 3130 3321 mt 3130 3321 L
413: 450 5385 mt 3130 5385 L
414: 3130 5385 mt 3130 5385 L
415: 450 5009 mt 3130 5009 L
416: 3130 5009 mt 3130 5009 L
417: 450 4634 mt 3130 4634 L
418: 3130 4634 mt 3130 4634 L
419: 450 4259 mt 3130 4259 L
420: 3130 4259 mt 3130 4259 L
421: 450 3883 mt 3130 3883 L
422: 3130 3883 mt 3130 3883 L
423: 450 3508 mt 3130 3508 L
424: 3130 3508 mt 3130 3508 L
425: SO
426: 6 w
427: 450 3321 mt 3130 3321 L
428: 450 5385 mt 3130 5385 L
429: 3130 5385 mt 3130 3321 L
430: 450 5385 mt 450 3321 L
431: 450 5385 mt 3130 5385 L
432: 450 5385 mt 450 3321 L
433: 450 5385 mt 450 5358 L
434: 450 3321 mt 450 3347 L
435: 417 5530 mt
436: (0) s
437: 1120 5385 mt 1120 5358 L
438: 1120 3321 mt 1120 3347 L
439: 1087 5530 mt
440: (5) s
441: 1790 5385 mt 1790 5358 L
442: 1790 3321 mt 1790 3347 L
443: 1724 5530 mt
444: (10) s
445: 2460 5385 mt 2460 5358 L
446: 2460 3321 mt 2460 3347 L
447: 2394 5530 mt
448: (15) s
449: 3130 5385 mt 3130 5358 L
450: 3130 3321 mt 3130 3347 L
451: 3064 5530 mt
452: (20) s
453: 450 5385 mt 476 5385 L
454: 3130 5385 mt 3103 5385 L
455: 349 5429 mt
456: (0) s
457: 450 5009 mt 476 5009 L
458: 3130 5009 mt 3103 5009 L
459: 282 5053 mt
460: (20) s
461: 450 4634 mt 476 4634 L
462: 3130 4634 mt 3103 4634 L
463: 282 4678 mt
464: (40) s
465: 450 4259 mt 476 4259 L
466: 3130 4259 mt 3103 4259 L
467: 282 4303 mt
468: (60) s
469: 450 3883 mt 476 3883 L
470: 3130 3883 mt 3103 3883 L
471: 282 3927 mt
472: (80) s
473: 450 3508 mt 476 3508 L
474: 3130 3508 mt 3103 3508 L
475: 215 3552 mt
476: (100) s
477: 450 3321 mt 3130 3321 L
478: 450 5385 mt 3130 5385 L
479: 3130 5385 mt 3130 3321 L
480: 450 5385 mt 450 3321 L
481: gs 450 3321 2681 2065 MR c np
482: DA
483: 134 46 134 45 134 46 134 46 134 46 134 46 134 47 134 48
484: 134 48 134 50 134 51 134 53 134 57 134 61 134 69 134 80
485: 134 100 134 141 134 244 134 657 450 3358 21 MP stroke
486: gr
487:
488: DA
489: 1174 5673 mt
490: (Compromised Nodes ) s
491: %%IncludeResource: font Times-Italic
492: /Times-Italic /WindowsLatin1Encoding 120 FMSR
493:
494: 2334 5673 mt
495: (C) s
496: %%IncludeResource: font Helvetica
497: /Helvetica /WindowsLatin1Encoding 120 FMSR
498:
499: 133 4763 mt -90 rotate
500: (Overhead \(bits\)) s
501: 90 rotate
502: gs 450 3321 2681 2065 MR c np
503: SO
504: 134 43 134 43 134 44 134 43 134 44 134 43 134 44 134 44
505: 134 45 134 45 134 46 134 47 134 47 134 50 134 51 134 56
506: 134 63 134 76 134 111 134 248 450 4109 21 MP stroke
507: gr
508:
509: SO
510: gs 377 4036 2827 1380 MR c np
511: 414 4109 mt 486 4109 L
512: 450 4073 mt 450 4145 L
513: 548 4357 mt 620 4357 L
514: 584 4321 mt 584 4393 L
515: 682 4468 mt 754 4468 L
516: 718 4432 mt 718 4504 L
517: 816 4544 mt 888 4544 L
518: 852 4508 mt 852 4580 L
519: 950 4607 mt 1022 4607 L
520: 986 4571 mt 986 4643 L
521: 1084 4663 mt 1156 4663 L
522: 1120 4627 mt 1120 4699 L
523: 1218 4714 mt 1290 4714 L
524: 1254 4678 mt 1254 4750 L
525: 1352 4764 mt 1424 4764 L
526: 1388 4728 mt 1388 4800 L
527: 1486 4811 mt 1558 4811 L
528: 1522 4775 mt 1522 4847 L
529: 1620 4858 mt 1692 4858 L
530: 1656 4822 mt 1656 4894 L
531: 1754 4904 mt 1826 4904 L
532: 1790 4868 mt 1790 4940 L
533: 1888 4949 mt 1960 4949 L
534: 1924 4913 mt 1924 4985 L
535: 2022 4994 mt 2094 4994 L
536: 2058 4958 mt 2058 5030 L
537: 2156 5038 mt 2228 5038 L
538: 2192 5002 mt 2192 5074 L
539: 2290 5082 mt 2362 5082 L
540: 2326 5046 mt 2326 5118 L
541: 2424 5125 mt 2496 5125 L
542: 2460 5089 mt 2460 5161 L
543: 2558 5169 mt 2630 5169 L
544: 2594 5133 mt 2594 5205 L
545: 2692 5212 mt 2764 5212 L
546: 2728 5176 mt 2728 5248 L
547: 2826 5256 mt 2898 5256 L
548: 2862 5220 mt 2862 5292 L
549: 2960 5299 mt 3032 5299 L
550: 2996 5263 mt 2996 5335 L
551: 3094 5342 mt 3166 5342 L
552: 3130 5306 mt 3130 5378 L
553: 425 4084 mt 475 4134 L
554: 475 4084 mt 425 4134 L
555: 559 4332 mt 609 4382 L
556: 609 4332 mt 559 4382 L
557: 693 4443 mt 743 4493 L
558: 743 4443 mt 693 4493 L
559: 827 4519 mt 877 4569 L
560: 877 4519 mt 827 4569 L
561: 961 4582 mt 1011 4632 L
562: 1011 4582 mt 961 4632 L
563: 1095 4638 mt 1145 4688 L
564: 1145 4638 mt 1095 4688 L
565: 1229 4689 mt 1279 4739 L
566: 1279 4689 mt 1229 4739 L
567: 1363 4739 mt 1413 4789 L
568: 1413 4739 mt 1363 4789 L
569: 1497 4786 mt 1547 4836 L
570: 1547 4786 mt 1497 4836 L
571: 1631 4833 mt 1681 4883 L
572: 1681 4833 mt 1631 4883 L
573: 1765 4879 mt 1815 4929 L
574: 1815 4879 mt 1765 4929 L
575: 1899 4924 mt 1949 4974 L
576: 1949 4924 mt 1899 4974 L
577: 2033 4969 mt 2083 5019 L
578: 2083 4969 mt 2033 5019 L
579: 2167 5013 mt 2217 5063 L
580: 2217 5013 mt 2167 5063 L
581: 2301 5057 mt 2351 5107 L
582: 2351 5057 mt 2301 5107 L
583: 2435 5100 mt 2485 5150 L
584: 2485 5100 mt 2435 5150 L
585: 2569 5144 mt 2619 5194 L
586: 2619 5144 mt 2569 5194 L
587: 2703 5187 mt 2753 5237 L
588: 2753 5187 mt 2703 5237 L
589: 2837 5231 mt 2887 5281 L
590: 2887 5231 mt 2837 5281 L
591: 2971 5274 mt 3021 5324 L
592: 3021 5274 mt 2971 5324 L
593: 3105 5317 mt 3155 5367 L
594: 3155 5317 mt 3105 5367 L
595: gr
596:
597: gs 450 3321 2681 2065 MR c np
598: 134 44 134 44 134 43 134 44 134 43 134 43 134 43 134 43
599: 134 43 134 43 134 43 134 43 134 42 134 43 134 42 134 43
600: 134 42 134 42 134 42 134 42 450 4484 21 MP stroke
601: gr
602:
603: gs 377 4411 2827 1004 MR c np
604: 36 36 450 4484 FO
605: 36 36 584 4526 FO
606: 36 36 718 4568 FO
607: 36 36 852 4610 FO
608: 36 36 986 4652 FO
609: 36 36 1120 4695 FO
610: 36 36 1254 4737 FO
611: 36 36 1388 4780 FO
612: 36 36 1522 4822 FO
613: 36 36 1656 4865 FO
614: 36 36 1790 4908 FO
615: 36 36 1924 4951 FO
616: 36 36 2058 4994 FO
617: 36 36 2192 5037 FO
618: 36 36 2326 5080 FO
619: 36 36 2460 5123 FO
620: 36 36 2594 5166 FO
621: 36 36 2728 5210 FO
622: 36 36 2862 5253 FO
623: 36 36 2996 5297 FO
624: 36 36 3130 5341 FO
625: gr
626:
627: gs 450 3321 2681 2065 MR c np
628: gr
629:
630: %%IncludeResource: font Times-Italic
631: /Times-Italic /WindowsLatin1Encoding 120 FMSR
632:
633: 1662 3227 mt
634: (T) s
635: %%IncludeResource: font Times-Roman
636: /Times-Roman /WindowsLatin1Encoding 120 FMSR
637:
638: 1728 3227 mt
639: (=20) s
640: %%IncludeResource: font Helvetica
641: /Helvetica /WindowsLatin1Encoding 120 FMSR
642:
643: 1682 5839 mt
644: (\(b\)) s
645: 1 sg
646: 0 612 1069 0 0 -612 2004 2436 4 MP
647: PP
648: -1069 0 0 612 1069 0 0 -612 2004 2436 5 MP stroke
649: 4 w
650: DO
651: SO
652: 6 w
653: 0 sg
654: 2004 1824 mt 3073 1824 L
655: 2004 2436 mt 3073 2436 L
656: 3073 2436 mt 3073 1824 L
657: 2004 2436 mt 2004 1824 L
658: 2004 2436 mt 3073 2436 L
659: 2004 2436 mt 2004 1824 L
660: 2004 1824 mt 3073 1824 L
661: 2004 2436 mt 3073 2436 L
662: 3073 2436 mt 3073 1824 L
663: 2004 2436 mt 2004 1824 L
664: %%IncludeResource: font Times-Italic
665: /Times-Italic /WindowsLatin1Encoding 120 FMSR
666:
667: 2439 2004 mt
668: (k) s
669: %%IncludeResource: font Times-Roman
670: /Times-Roman /WindowsLatin1Encoding 120 FMSR
671:
672: 2492 2004 mt
673: (, ) s
674: %%IncludeResource: font Times-Italic
675: /Times-Italic /WindowsLatin1Encoding 120 FMSR
676:
677: 2552 2004 mt
678: (k) s
679: %%IncludeResource: font Symbol
680: /Symbol /WindowsLatin1Encoding 96 FMSR
681:
682: 2605 1944 mt
683: (\242) s
684: %%IncludeResource: font Times-Roman
685: /Times-Roman /WindowsLatin1Encoding 120 FMSR
686:
687: 2628 2004 mt
688: ( = 4) s
689: gs 2004 1824 1070 613 MR c np
690: DA
691: 334 0 2070 1939 2 MP stroke
692: SO
693: gr
694:
695: %%IncludeResource: font Times-Italic
696: /Times-Italic /WindowsLatin1Encoding 120 FMSR
697:
698: 2439 2196 mt
699: (k) s
700: %%IncludeResource: font Times-Roman
701: /Times-Roman /WindowsLatin1Encoding 120 FMSR
702:
703: 2492 2196 mt
704: ( = 1, ) s
705: %%IncludeResource: font Times-Italic
706: /Times-Italic /WindowsLatin1Encoding 120 FMSR
707:
708: 2739 2196 mt
709: (k) s
710: %%IncludeResource: font Symbol
711: /Symbol /WindowsLatin1Encoding 96 FMSR
712:
713: 2792 2136 mt
714: (\242) s
715: %%IncludeResource: font Times-Roman
716: /Times-Roman /WindowsLatin1Encoding 120 FMSR
717:
718: 2815 2196 mt
719: ( = 0) s
720: gs 2004 1824 1070 613 MR c np
721: 334 0 2070 2130 2 MP stroke
722: gs 2164 2057 147 147 MR c np
723: 2201 2130 mt 2273 2130 L
724: 2237 2094 mt 2237 2166 L
725: 2212 2105 mt 2262 2155 L
726: 2262 2105 mt 2212 2155 L
727: gr
728:
729: gr
730:
731: %%IncludeResource: font Times-Italic
732: /Times-Italic /WindowsLatin1Encoding 120 FMSR
733:
734: 2439 2387 mt
735: (k) s
736: %%IncludeResource: font Times-Roman
737: /Times-Roman /WindowsLatin1Encoding 120 FMSR
738:
739: 2492 2387 mt
740: ( = 0, ) s
741: %%IncludeResource: font Times-Italic
742: /Times-Italic /WindowsLatin1Encoding 120 FMSR
743:
744: 2739 2387 mt
745: (k) s
746: %%IncludeResource: font Symbol
747: /Symbol /WindowsLatin1Encoding 96 FMSR
748:
749: 2792 2327 mt
750: (\242) s
751: %%IncludeResource: font Times-Roman
752: /Times-Roman /WindowsLatin1Encoding 120 FMSR
753:
754: 2815 2387 mt
755: ( = 1) s
756: gs 2004 1824 1070 613 MR c np
757: 334 0 2070 2320 2 MP stroke
758: gs 2164 2247 147 147 MR c np
759: 36 36 2237 2320 FO
760: gr
761:
762: gr
763:
764: 1 sg
765: 0 612 1069 0 0 -612 2004 3983 4 MP
766: PP
767: -1069 0 0 612 1069 0 0 -612 2004 3983 5 MP stroke
768: 4 w
769: DO
770: SO
771: 6 w
772: 0 sg
773: 2004 3371 mt 3073 3371 L
774: 2004 3983 mt 3073 3983 L
775: 3073 3983 mt 3073 3371 L
776: 2004 3983 mt 2004 3371 L
777: 2004 3983 mt 3073 3983 L
778: 2004 3983 mt 2004 3371 L
779: 2004 3371 mt 3073 3371 L
780: 2004 3983 mt 3073 3983 L
781: 3073 3983 mt 3073 3371 L
782: 2004 3983 mt 2004 3371 L
783: %%IncludeResource: font Times-Italic
784: /Times-Italic /WindowsLatin1Encoding 120 FMSR
785:
786: 2439 3551 mt
787: (k) s
788: %%IncludeResource: font Times-Roman
789: /Times-Roman /WindowsLatin1Encoding 120 FMSR
790:
791: 2492 3551 mt
792: (, ) s
793: %%IncludeResource: font Times-Italic
794: /Times-Italic /WindowsLatin1Encoding 120 FMSR
795:
796: 2552 3551 mt
797: (k) s
798: %%IncludeResource: font Symbol
799: /Symbol /WindowsLatin1Encoding 96 FMSR
800:
801: 2605 3491 mt
802: (\242) s
803: %%IncludeResource: font Times-Roman
804: /Times-Roman /WindowsLatin1Encoding 120 FMSR
805:
806: 2628 3551 mt
807: ( = 3) s
808: gs 2004 3371 1070 613 MR c np
809: DA
810: 334 0 2070 3486 2 MP stroke
811: SO
812: gr
813:
814: %%IncludeResource: font Times-Italic
815: /Times-Italic /WindowsLatin1Encoding 120 FMSR
816:
817: 2439 3743 mt
818: (k) s
819: %%IncludeResource: font Times-Roman
820: /Times-Roman /WindowsLatin1Encoding 120 FMSR
821:
822: 2492 3743 mt
823: ( = 1, ) s
824: %%IncludeResource: font Times-Italic
825: /Times-Italic /WindowsLatin1Encoding 120 FMSR
826:
827: 2739 3743 mt
828: (k) s
829: %%IncludeResource: font Symbol
830: /Symbol /WindowsLatin1Encoding 96 FMSR
831:
832: 2792 3683 mt
833: (\242) s
834: %%IncludeResource: font Times-Roman
835: /Times-Roman /WindowsLatin1Encoding 120 FMSR
836:
837: 2815 3743 mt
838: ( = 0) s
839: gs 2004 3371 1070 613 MR c np
840: 334 0 2070 3677 2 MP stroke
841: gs 2164 3604 147 147 MR c np
842: 2201 3677 mt 2273 3677 L
843: 2237 3641 mt 2237 3713 L
844: 2212 3652 mt 2262 3702 L
845: 2262 3652 mt 2212 3702 L
846: gr
847:
848: gr
849:
850: %%IncludeResource: font Times-Italic
851: /Times-Italic /WindowsLatin1Encoding 120 FMSR
852:
853: 2439 3934 mt
854: (k) s
855: %%IncludeResource: font Times-Roman
856: /Times-Roman /WindowsLatin1Encoding 120 FMSR
857:
858: 2492 3934 mt
859: ( = 0, ) s
860: %%IncludeResource: font Times-Italic
861: /Times-Italic /WindowsLatin1Encoding 120 FMSR
862:
863: 2739 3934 mt
864: (k) s
865: %%IncludeResource: font Symbol
866: /Symbol /WindowsLatin1Encoding 96 FMSR
867:
868: 2792 3874 mt
869: (\242) s
870: %%IncludeResource: font Times-Roman
871: /Times-Roman /WindowsLatin1Encoding 120 FMSR
872:
873: 2815 3934 mt
874: ( = 1) s
875: gs 2004 3371 1070 613 MR c np
876: 334 0 2070 3867 2 MP stroke
877: gs 2164 3794 147 147 MR c np
878: 36 36 2237 3867 FO
879: gr
880:
881: gr
882:
883:
884: end %%Color Dict
885:
886: eplot
887: %%EndObject
888:
889: epage
890: end
891:
892: showpage
893:
894: %%Trailer
895: %%EOF
896: