1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\v_analysis11_0.eps
4: %%CreationDate: 03/29/2006 23:41:11
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: DA
287: 536 -32 536 -34 536 -37 536 -39 536 -41 450 1230 6 MP stroke
288: gr
289:
290: DA
291: 1174 2775 mt
292: (Compromised Nodes ) s
293: %%IncludeResource: font Times-Italic
294: /Times-Italic /WindowsLatin1Encoding 120 FMSR
295:
296: 2334 2775 mt
297: (C) s
298: %%IncludeResource: font Helvetica
299: /Helvetica /WindowsLatin1Encoding 120 FMSR
300:
301: 133 1880 mt -90 rotate
302: (Overhead \(bits\)) s
303: 90 rotate
304: gs 450 454 2681 2034 MR c np
305: SO
306: 536 0 536 0 536 0 536 0 536 0 450 1507 6 MP stroke
307: gr
308:
309: SO
310: gs 377 1434 2827 147 MR c np
311: 414 1507 mt 486 1507 L
312: 450 1471 mt 450 1543 L
313: 950 1507 mt 1022 1507 L
314: 986 1471 mt 986 1543 L
315: 1486 1507 mt 1558 1507 L
316: 1522 1471 mt 1522 1543 L
317: 2022 1507 mt 2094 1507 L
318: 2058 1471 mt 2058 1543 L
319: 2558 1507 mt 2630 1507 L
320: 2594 1471 mt 2594 1543 L
321: 3094 1507 mt 3166 1507 L
322: 3130 1471 mt 3130 1543 L
323: 425 1482 mt 475 1532 L
324: 475 1482 mt 425 1532 L
325: 961 1482 mt 1011 1532 L
326: 1011 1482 mt 961 1532 L
327: 1497 1482 mt 1547 1532 L
328: 1547 1482 mt 1497 1532 L
329: 2033 1482 mt 2083 1532 L
330: 2083 1482 mt 2033 1532 L
331: 2569 1482 mt 2619 1532 L
332: 2619 1482 mt 2569 1532 L
333: 3105 1482 mt 3155 1532 L
334: 3155 1482 mt 3105 1532 L
335: gr
336:
337: gs 450 454 2681 2034 MR c np
338: 536 -8 536 -8 536 -10 536 -9 536 -10 450 1599 6 MP stroke
339: gr
340:
341: gs 377 1481 2827 192 MR c np
342: 36 36 450 1599 FO
343: 36 36 986 1589 FO
344: 36 36 1522 1580 FO
345: 36 36 2058 1570 FO
346: 36 36 2594 1562 FO
347: 36 36 3130 1554 FO
348: gr
349:
350: gs 450 454 2681 2034 MR c np
351: gr
352:
353: %%IncludeResource: font Times-Italic
354: /Times-Italic /WindowsLatin1Encoding 120 FMSR
355:
356: 1692 360 mt
357: (T) s
358: %%IncludeResource: font Times-Roman
359: /Times-Roman /WindowsLatin1Encoding 120 FMSR
360:
361: 1758 360 mt
362: (=5) s
363: %%IncludeResource: font Helvetica
364: /Helvetica /WindowsLatin1Encoding 120 FMSR
365:
366: 1682 2935 mt
367: (\(a\)) s
368: 1 sg
369: 0 2064 2680 0 0 -2064 450 5385 4 MP
370: PP
371: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
372: 4 w
373: DO
374: 0 sg
375: 450 5385 mt 450 3321 L
376: 450 3321 mt 450 3321 L
377: 986 5385 mt 986 3321 L
378: 986 3321 mt 986 3321 L
379: 1522 5385 mt 1522 3321 L
380: 1522 3321 mt 1522 3321 L
381: 2058 5385 mt 2058 3321 L
382: 2058 3321 mt 2058 3321 L
383: 2594 5385 mt 2594 3321 L
384: 2594 3321 mt 2594 3321 L
385: 3130 5385 mt 3130 3321 L
386: 3130 3321 mt 3130 3321 L
387: 450 5385 mt 3130 5385 L
388: 3130 5385 mt 3130 5385 L
389: 450 5009 mt 3130 5009 L
390: 3130 5009 mt 3130 5009 L
391: 450 4634 mt 3130 4634 L
392: 3130 4634 mt 3130 4634 L
393: 450 4259 mt 3130 4259 L
394: 3130 4259 mt 3130 4259 L
395: 450 3883 mt 3130 3883 L
396: 3130 3883 mt 3130 3883 L
397: 450 3508 mt 3130 3508 L
398: 3130 3508 mt 3130 3508 L
399: SO
400: 6 w
401: 450 3321 mt 3130 3321 L
402: 450 5385 mt 3130 5385 L
403: 3130 5385 mt 3130 3321 L
404: 450 5385 mt 450 3321 L
405: 450 5385 mt 3130 5385 L
406: 450 5385 mt 450 3321 L
407: 450 5385 mt 450 5358 L
408: 450 3321 mt 450 3347 L
409: 417 5530 mt
410: (0) s
411: 986 5385 mt 986 5358 L
412: 986 3321 mt 986 3347 L
413: 953 5530 mt
414: (2) s
415: 1522 5385 mt 1522 5358 L
416: 1522 3321 mt 1522 3347 L
417: 1489 5530 mt
418: (4) s
419: 2058 5385 mt 2058 5358 L
420: 2058 3321 mt 2058 3347 L
421: 2025 5530 mt
422: (6) s
423: 2594 5385 mt 2594 5358 L
424: 2594 3321 mt 2594 3347 L
425: 2561 5530 mt
426: (8) s
427: 3130 5385 mt 3130 5358 L
428: 3130 3321 mt 3130 3347 L
429: 3064 5530 mt
430: (10) s
431: 450 5385 mt 476 5385 L
432: 3130 5385 mt 3103 5385 L
433: 349 5429 mt
434: (0) s
435: 450 5009 mt 476 5009 L
436: 3130 5009 mt 3103 5009 L
437: 282 5053 mt
438: (20) s
439: 450 4634 mt 476 4634 L
440: 3130 4634 mt 3103 4634 L
441: 282 4678 mt
442: (40) s
443: 450 4259 mt 476 4259 L
444: 3130 4259 mt 3103 4259 L
445: 282 4303 mt
446: (60) s
447: 450 3883 mt 476 3883 L
448: 3130 3883 mt 3103 3883 L
449: 282 3927 mt
450: (80) s
451: 450 3508 mt 476 3508 L
452: 3130 3508 mt 3103 3508 L
453: 215 3552 mt
454: (100) s
455: 450 3321 mt 3130 3321 L
456: 450 5385 mt 3130 5385 L
457: 3130 5385 mt 3130 3321 L
458: 450 5385 mt 450 3321 L
459: gs 450 3321 2681 2065 MR c np
460: DA
461: 268 89 268 89 268 90 268 93 268 96 268 104 268 117 268 146
462: 268 220 268 519 450 3733 11 MP stroke
463: gr
464:
465: DA
466: 1174 5673 mt
467: (Compromised Nodes ) s
468: %%IncludeResource: font Times-Italic
469: /Times-Italic /WindowsLatin1Encoding 120 FMSR
470:
471: 2334 5673 mt
472: (C) s
473: %%IncludeResource: font Helvetica
474: /Helvetica /WindowsLatin1Encoding 120 FMSR
475:
476: 133 4763 mt -90 rotate
477: (Overhead \(bits\)) s
478: 90 rotate
479: gs 450 3321 2681 2065 MR c np
480: SO
481: 268 83 268 82 268 84 268 84 268 85 268 88 268 91 268 99
482: 268 118 268 193 450 4296 11 MP stroke
483: gr
484:
485: SO
486: gs 377 4223 2827 1154 MR c np
487: 414 4296 mt 486 4296 L
488: 450 4260 mt 450 4332 L
489: 682 4489 mt 754 4489 L
490: 718 4453 mt 718 4525 L
491: 950 4607 mt 1022 4607 L
492: 986 4571 mt 986 4643 L
493: 1218 4706 mt 1290 4706 L
494: 1254 4670 mt 1254 4742 L
495: 1486 4797 mt 1558 4797 L
496: 1522 4761 mt 1522 4833 L
497: 1754 4885 mt 1826 4885 L
498: 1790 4849 mt 1790 4921 L
499: 2022 4970 mt 2094 4970 L
500: 2058 4934 mt 2058 5006 L
501: 2290 5054 mt 2362 5054 L
502: 2326 5018 mt 2326 5090 L
503: 2558 5138 mt 2630 5138 L
504: 2594 5102 mt 2594 5174 L
505: 2826 5220 mt 2898 5220 L
506: 2862 5184 mt 2862 5256 L
507: 3094 5303 mt 3166 5303 L
508: 3130 5267 mt 3130 5339 L
509: 425 4271 mt 475 4321 L
510: 475 4271 mt 425 4321 L
511: 693 4464 mt 743 4514 L
512: 743 4464 mt 693 4514 L
513: 961 4582 mt 1011 4632 L
514: 1011 4582 mt 961 4632 L
515: 1229 4681 mt 1279 4731 L
516: 1279 4681 mt 1229 4731 L
517: 1497 4772 mt 1547 4822 L
518: 1547 4772 mt 1497 4822 L
519: 1765 4860 mt 1815 4910 L
520: 1815 4860 mt 1765 4910 L
521: 2033 4945 mt 2083 4995 L
522: 2083 4945 mt 2033 4995 L
523: 2301 5029 mt 2351 5079 L
524: 2351 5029 mt 2301 5079 L
525: 2569 5113 mt 2619 5163 L
526: 2619 5113 mt 2569 5163 L
527: 2837 5195 mt 2887 5245 L
528: 2887 5195 mt 2837 5245 L
529: 3105 5278 mt 3155 5328 L
530: 3155 5278 mt 3105 5328 L
531: gr
532:
533: gs 450 3321 2681 2065 MR c np
534: 268 83 268 83 268 83 268 82 268 82 268 81 268 82 268 80
535: 268 81 268 80 450 4484 11 MP stroke
536: gr
537:
538: gs 377 4411 2827 964 MR c np
539: 36 36 450 4484 FO
540: 36 36 718 4564 FO
541: 36 36 986 4645 FO
542: 36 36 1254 4725 FO
543: 36 36 1522 4807 FO
544: 36 36 1790 4888 FO
545: 36 36 2058 4970 FO
546: 36 36 2326 5052 FO
547: 36 36 2594 5135 FO
548: 36 36 2862 5218 FO
549: 36 36 3130 5301 FO
550: gr
551:
552: gs 450 3321 2681 2065 MR c np
553: gr
554:
555: %%IncludeResource: font Times-Italic
556: /Times-Italic /WindowsLatin1Encoding 120 FMSR
557:
558: 1662 3227 mt
559: (T) s
560: %%IncludeResource: font Times-Roman
561: /Times-Roman /WindowsLatin1Encoding 120 FMSR
562:
563: 1728 3227 mt
564: (=10) s
565: %%IncludeResource: font Helvetica
566: /Helvetica /WindowsLatin1Encoding 120 FMSR
567:
568: 1682 5839 mt
569: (\(b\)) s
570: 1 sg
571: 0 612 1069 0 0 -612 2004 2436 4 MP
572: PP
573: -1069 0 0 612 1069 0 0 -612 2004 2436 5 MP stroke
574: 4 w
575: DO
576: SO
577: 6 w
578: 0 sg
579: 2004 1824 mt 3073 1824 L
580: 2004 2436 mt 3073 2436 L
581: 3073 2436 mt 3073 1824 L
582: 2004 2436 mt 2004 1824 L
583: 2004 2436 mt 3073 2436 L
584: 2004 2436 mt 2004 1824 L
585: 2004 1824 mt 3073 1824 L
586: 2004 2436 mt 3073 2436 L
587: 3073 2436 mt 3073 1824 L
588: 2004 2436 mt 2004 1824 L
589: %%IncludeResource: font Times-Italic
590: /Times-Italic /WindowsLatin1Encoding 120 FMSR
591:
592: 2439 2004 mt
593: (k) s
594: %%IncludeResource: font Times-Roman
595: /Times-Roman /WindowsLatin1Encoding 120 FMSR
596:
597: 2492 2004 mt
598: (, ) s
599: %%IncludeResource: font Times-Italic
600: /Times-Italic /WindowsLatin1Encoding 120 FMSR
601:
602: 2552 2004 mt
603: (k) s
604: %%IncludeResource: font Symbol
605: /Symbol /WindowsLatin1Encoding 96 FMSR
606:
607: 2605 1944 mt
608: (\242) s
609: %%IncludeResource: font Times-Roman
610: /Times-Roman /WindowsLatin1Encoding 120 FMSR
611:
612: 2628 2004 mt
613: ( = 4) s
614: gs 2004 1824 1070 613 MR c np
615: DA
616: 334 0 2070 1939 2 MP stroke
617: SO
618: gr
619:
620: %%IncludeResource: font Times-Italic
621: /Times-Italic /WindowsLatin1Encoding 120 FMSR
622:
623: 2439 2196 mt
624: (k) s
625: %%IncludeResource: font Times-Roman
626: /Times-Roman /WindowsLatin1Encoding 120 FMSR
627:
628: 2492 2196 mt
629: ( = 1, ) s
630: %%IncludeResource: font Times-Italic
631: /Times-Italic /WindowsLatin1Encoding 120 FMSR
632:
633: 2739 2196 mt
634: (k) s
635: %%IncludeResource: font Symbol
636: /Symbol /WindowsLatin1Encoding 96 FMSR
637:
638: 2792 2136 mt
639: (\242) s
640: %%IncludeResource: font Times-Roman
641: /Times-Roman /WindowsLatin1Encoding 120 FMSR
642:
643: 2815 2196 mt
644: ( = 0) s
645: gs 2004 1824 1070 613 MR c np
646: 334 0 2070 2130 2 MP stroke
647: gs 2164 2057 147 147 MR c np
648: 2201 2130 mt 2273 2130 L
649: 2237 2094 mt 2237 2166 L
650: 2212 2105 mt 2262 2155 L
651: 2262 2105 mt 2212 2155 L
652: gr
653:
654: gr
655:
656: %%IncludeResource: font Times-Italic
657: /Times-Italic /WindowsLatin1Encoding 120 FMSR
658:
659: 2439 2387 mt
660: (k) s
661: %%IncludeResource: font Times-Roman
662: /Times-Roman /WindowsLatin1Encoding 120 FMSR
663:
664: 2492 2387 mt
665: ( = 0, ) s
666: %%IncludeResource: font Times-Italic
667: /Times-Italic /WindowsLatin1Encoding 120 FMSR
668:
669: 2739 2387 mt
670: (k) s
671: %%IncludeResource: font Symbol
672: /Symbol /WindowsLatin1Encoding 96 FMSR
673:
674: 2792 2327 mt
675: (\242) s
676: %%IncludeResource: font Times-Roman
677: /Times-Roman /WindowsLatin1Encoding 120 FMSR
678:
679: 2815 2387 mt
680: ( = 1) s
681: gs 2004 1824 1070 613 MR c np
682: 334 0 2070 2320 2 MP stroke
683: gs 2164 2247 147 147 MR c np
684: 36 36 2237 2320 FO
685: gr
686:
687: gr
688:
689: 1 sg
690: 0 612 1069 0 0 -612 2004 3983 4 MP
691: PP
692: -1069 0 0 612 1069 0 0 -612 2004 3983 5 MP stroke
693: 4 w
694: DO
695: SO
696: 6 w
697: 0 sg
698: 2004 3371 mt 3073 3371 L
699: 2004 3983 mt 3073 3983 L
700: 3073 3983 mt 3073 3371 L
701: 2004 3983 mt 2004 3371 L
702: 2004 3983 mt 3073 3983 L
703: 2004 3983 mt 2004 3371 L
704: 2004 3371 mt 3073 3371 L
705: 2004 3983 mt 3073 3983 L
706: 3073 3983 mt 3073 3371 L
707: 2004 3983 mt 2004 3371 L
708: %%IncludeResource: font Times-Italic
709: /Times-Italic /WindowsLatin1Encoding 120 FMSR
710:
711: 2439 3551 mt
712: (k) s
713: %%IncludeResource: font Times-Roman
714: /Times-Roman /WindowsLatin1Encoding 120 FMSR
715:
716: 2492 3551 mt
717: (, ) s
718: %%IncludeResource: font Times-Italic
719: /Times-Italic /WindowsLatin1Encoding 120 FMSR
720:
721: 2552 3551 mt
722: (k) s
723: %%IncludeResource: font Symbol
724: /Symbol /WindowsLatin1Encoding 96 FMSR
725:
726: 2605 3491 mt
727: (\242) s
728: %%IncludeResource: font Times-Roman
729: /Times-Roman /WindowsLatin1Encoding 120 FMSR
730:
731: 2628 3551 mt
732: ( = 4) s
733: gs 2004 3371 1070 613 MR c np
734: DA
735: 334 0 2070 3486 2 MP stroke
736: SO
737: gr
738:
739: %%IncludeResource: font Times-Italic
740: /Times-Italic /WindowsLatin1Encoding 120 FMSR
741:
742: 2439 3743 mt
743: (k) s
744: %%IncludeResource: font Times-Roman
745: /Times-Roman /WindowsLatin1Encoding 120 FMSR
746:
747: 2492 3743 mt
748: ( = 1, ) s
749: %%IncludeResource: font Times-Italic
750: /Times-Italic /WindowsLatin1Encoding 120 FMSR
751:
752: 2739 3743 mt
753: (k) s
754: %%IncludeResource: font Symbol
755: /Symbol /WindowsLatin1Encoding 96 FMSR
756:
757: 2792 3683 mt
758: (\242) s
759: %%IncludeResource: font Times-Roman
760: /Times-Roman /WindowsLatin1Encoding 120 FMSR
761:
762: 2815 3743 mt
763: ( = 0) s
764: gs 2004 3371 1070 613 MR c np
765: 334 0 2070 3677 2 MP stroke
766: gs 2164 3604 147 147 MR c np
767: 2201 3677 mt 2273 3677 L
768: 2237 3641 mt 2237 3713 L
769: 2212 3652 mt 2262 3702 L
770: 2262 3652 mt 2212 3702 L
771: gr
772:
773: gr
774:
775: %%IncludeResource: font Times-Italic
776: /Times-Italic /WindowsLatin1Encoding 120 FMSR
777:
778: 2439 3934 mt
779: (k) s
780: %%IncludeResource: font Times-Roman
781: /Times-Roman /WindowsLatin1Encoding 120 FMSR
782:
783: 2492 3934 mt
784: ( = 0, ) s
785: %%IncludeResource: font Times-Italic
786: /Times-Italic /WindowsLatin1Encoding 120 FMSR
787:
788: 2739 3934 mt
789: (k) s
790: %%IncludeResource: font Symbol
791: /Symbol /WindowsLatin1Encoding 96 FMSR
792:
793: 2792 3874 mt
794: (\242) s
795: %%IncludeResource: font Times-Roman
796: /Times-Roman /WindowsLatin1Encoding 120 FMSR
797:
798: 2815 3934 mt
799: ( = 1) s
800: gs 2004 3371 1070 613 MR c np
801: 334 0 2070 3867 2 MP stroke
802: gs 2164 3794 147 147 MR c np
803: 36 36 2237 3867 FO
804: gr
805:
806: gr
807:
808:
809: end %%Color Dict
810:
811: eplot
812: %%EndObject
813:
814: epage
815: end
816:
817: showpage
818:
819: %%Trailer
820: %%EOF
821: