0705.3683/oneround_analysis0.eps
1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\oneround_analysis0.eps
4: %%CreationDate: 03/04/2006  18:31:42
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%Pages: 1
8: %%BoundingBox:     2    13   270   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:     2    13   270   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:    31   180  3215  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 2064 2680 0 0 -2064 450 2518 4 MP
193: PP
194: -2680 0 0 2064 2680 0 0 -2064 450 2518 5 MP stroke
195: 4 w
196: DO
197: 0 sg
198:  450 2518 mt  450  454 L
199:  450  454 mt  450  454 L
200:  986 2518 mt  986  454 L
201:  986  454 mt  986  454 L
202: 1522 2518 mt 1522  454 L
203: 1522  454 mt 1522  454 L
204: 2058 2518 mt 2058  454 L
205: 2058  454 mt 2058  454 L
206: 2594 2518 mt 2594  454 L
207: 2594  454 mt 2594  454 L
208: 3130 2518 mt 3130  454 L
209: 3130  454 mt 3130  454 L
210:  450 2518 mt 3130 2518 L
211: 3130 2518 mt 3130 2518 L
212:  450 2105 mt 3130 2105 L
213: 3130 2105 mt 3130 2105 L
214:  450 1692 mt 3130 1692 L
215: 3130 1692 mt 3130 1692 L
216:  450 1279 mt 3130 1279 L
217: 3130 1279 mt 3130 1279 L
218:  450  866 mt 3130  866 L
219: 3130  866 mt 3130  866 L
220:  450  454 mt 3130  454 L
221: 3130  454 mt 3130  454 L
222: SO
223: 6 w
224:  450  454 mt 3130  454 L
225:  450 2518 mt 3130 2518 L
226: 3130 2518 mt 3130  454 L
227:  450 2518 mt  450  454 L
228:  450 2518 mt 3130 2518 L
229:  450 2518 mt  450  454 L
230:  450 2518 mt  450 2491 L
231:  450  454 mt  450  480 L
232: %%IncludeResource: font Helvetica
233: /Helvetica /WindowsLatin1Encoding 120 FMSR
234: 
235:  417 2663 mt 
236: (0) s
237:  986 2518 mt  986 2491 L
238:  986  454 mt  986  480 L
239:  953 2663 mt 
240: (1) s
241: 1522 2518 mt 1522 2491 L
242: 1522  454 mt 1522  480 L
243: 1489 2663 mt 
244: (2) s
245: 2058 2518 mt 2058 2491 L
246: 2058  454 mt 2058  480 L
247: 2025 2663 mt 
248: (3) s
249: 2594 2518 mt 2594 2491 L
250: 2594  454 mt 2594  480 L
251: 2561 2663 mt 
252: (4) s
253: 3130 2518 mt 3130 2491 L
254: 3130  454 mt 3130  480 L
255: 3097 2663 mt 
256: (5) s
257:  450 2518 mt  476 2518 L
258: 3130 2518 mt 3103 2518 L
259:  349 2562 mt 
260: (1) s
261:  450 2105 mt  476 2105 L
262: 3130 2105 mt 3103 2105 L
263:  249 2149 mt 
264: (1.1) s
265:  450 1692 mt  476 1692 L
266: 3130 1692 mt 3103 1692 L
267:  249 1736 mt 
268: (1.2) s
269:  450 1279 mt  476 1279 L
270: 3130 1279 mt 3103 1279 L
271:  249 1323 mt 
272: (1.3) s
273:  450  866 mt  476  866 L
274: 3130  866 mt 3103  866 L
275:  249  910 mt 
276: (1.4) s
277:  450  454 mt  476  454 L
278: 3130  454 mt 3103  454 L
279:  249  498 mt 
280: (1.5) s
281:  450  454 mt 3130  454 L
282:  450 2518 mt 3130 2518 L
283: 3130 2518 mt 3130  454 L
284:  450 2518 mt  450  454 L
285: gs 450 454 2681 2065 MR c np
286: 536 -375 536 -376 536 -375 536 -375 536 -376 450 2518 6 MP stroke
287: gr
288: 
289: 1174 2806 mt 
290: (Compromised Nodes ) s
291: %%IncludeResource: font Times-Italic
292: /Times-Italic /WindowsLatin1Encoding 120 FMSR
293: 
294: 2334 2806 mt 
295: (C) s
296: %%IncludeResource: font Helvetica
297: /Helvetica /WindowsLatin1Encoding 120 FMSR
298: 
299:  167 2685 mt  -90 rotate
300: (Number of Correct Fusion Result Transmitted) s
301: 90 rotate
302: %%IncludeResource: font Times-Italic
303: /Times-Italic /WindowsLatin1Encoding 120 FMSR
304: 
305: 1519  360 mt 
306: (M) s
307: %%IncludeResource: font Times-Roman
308: /Times-Roman /WindowsLatin1Encoding 120 FMSR
309: 
310: 1618  360 mt 
311: (=11, ) s
312: %%IncludeResource: font Times-Italic
313: /Times-Italic /WindowsLatin1Encoding 120 FMSR
314: 
315: 1865  360 mt 
316: (T) s
317: %%IncludeResource: font Times-Roman
318: /Times-Roman /WindowsLatin1Encoding 120 FMSR
319: 
320: 1931  360 mt 
321: (=5) s
322: %%IncludeResource: font Helvetica
323: /Helvetica /WindowsLatin1Encoding 120 FMSR
324: 
325: 1682 2972 mt 
326: (\(a\)) s
327: 1 sg
328: 0 2064 2680 0 0 -2064 450 5385 4 MP
329: PP
330: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
331: 4 w
332: DO
333: 0 sg
334:  450 5385 mt  450 3321 L
335:  450 3321 mt  450 3321 L
336:  986 5385 mt  986 3321 L
337:  986 3321 mt  986 3321 L
338: 1522 5385 mt 1522 3321 L
339: 1522 3321 mt 1522 3321 L
340: 2058 5385 mt 2058 3321 L
341: 2058 3321 mt 2058 3321 L
342: 2594 5385 mt 2594 3321 L
343: 2594 3321 mt 2594 3321 L
344: 3130 5385 mt 3130 3321 L
345: 3130 3321 mt 3130 3321 L
346:  450 5385 mt 3130 5385 L
347: 3130 5385 mt 3130 5385 L
348:  450 4972 mt 3130 4972 L
349: 3130 4972 mt 3130 4972 L
350:  450 4559 mt 3130 4559 L
351: 3130 4559 mt 3130 4559 L
352:  450 4146 mt 3130 4146 L
353: 3130 4146 mt 3130 4146 L
354:  450 3733 mt 3130 3733 L
355: 3130 3733 mt 3130 3733 L
356:  450 3321 mt 3130 3321 L
357: 3130 3321 mt 3130 3321 L
358: SO
359: 6 w
360:  450 3321 mt 3130 3321 L
361:  450 5385 mt 3130 5385 L
362: 3130 5385 mt 3130 3321 L
363:  450 5385 mt  450 3321 L
364:  450 5385 mt 3130 5385 L
365:  450 5385 mt  450 3321 L
366:  450 5385 mt  450 5358 L
367:  450 3321 mt  450 3347 L
368:  417 5530 mt 
369: (0) s
370:  986 5385 mt  986 5358 L
371:  986 3321 mt  986 3347 L
372:  953 5530 mt 
373: (2) s
374: 1522 5385 mt 1522 5358 L
375: 1522 3321 mt 1522 3347 L
376: 1489 5530 mt 
377: (4) s
378: 2058 5385 mt 2058 5358 L
379: 2058 3321 mt 2058 3347 L
380: 2025 5530 mt 
381: (6) s
382: 2594 5385 mt 2594 5358 L
383: 2594 3321 mt 2594 3347 L
384: 2561 5530 mt 
385: (8) s
386: 3130 5385 mt 3130 5358 L
387: 3130 3321 mt 3130 3347 L
388: 3064 5530 mt 
389: (10) s
390:  450 5385 mt  476 5385 L
391: 3130 5385 mt 3103 5385 L
392:  349 5429 mt 
393: (1) s
394:  450 4972 mt  476 4972 L
395: 3130 4972 mt 3103 4972 L
396:  249 5016 mt 
397: (1.1) s
398:  450 4559 mt  476 4559 L
399: 3130 4559 mt 3103 4559 L
400:  249 4603 mt 
401: (1.2) s
402:  450 4146 mt  476 4146 L
403: 3130 4146 mt 3103 4146 L
404:  249 4190 mt 
405: (1.3) s
406:  450 3733 mt  476 3733 L
407: 3130 3733 mt 3103 3733 L
408:  249 3777 mt 
409: (1.4) s
410:  450 3321 mt  476 3321 L
411: 3130 3321 mt 3103 3321 L
412:  249 3365 mt 
413: (1.5) s
414:  450 3321 mt 3130 3321 L
415:  450 5385 mt 3130 5385 L
416: 3130 5385 mt 3130 3321 L
417:  450 5385 mt  450 3321 L
418: gs 450 3321 2681 2065 MR c np
419: 268 -196 268 -197 268 -196 268 -197 268 -197 268 -196 268 -197 268 -196 
420: 268 -197 268 -197 450 5385 11 MP stroke
421: gr
422: 
423: 1174 5673 mt 
424: (Compromised Nodes ) s
425: %%IncludeResource: font Times-Italic
426: /Times-Italic /WindowsLatin1Encoding 120 FMSR
427: 
428: 2334 5673 mt 
429: (C) s
430: %%IncludeResource: font Helvetica
431: /Helvetica /WindowsLatin1Encoding 120 FMSR
432: 
433:  167 5552 mt  -90 rotate
434: (Number of Correct Fusion Result Transmitted) s
435: 90 rotate
436: %%IncludeResource: font Times-Italic
437: /Times-Italic /WindowsLatin1Encoding 120 FMSR
438: 
439: 1489 3227 mt 
440: (M) s
441: %%IncludeResource: font Times-Roman
442: /Times-Roman /WindowsLatin1Encoding 120 FMSR
443: 
444: 1588 3227 mt 
445: (=21, ) s
446: %%IncludeResource: font Times-Italic
447: /Times-Italic /WindowsLatin1Encoding 120 FMSR
448: 
449: 1835 3227 mt 
450: (T) s
451: %%IncludeResource: font Times-Roman
452: /Times-Roman /WindowsLatin1Encoding 120 FMSR
453: 
454: 1901 3227 mt 
455: (=10) s
456: %%IncludeResource: font Helvetica
457: /Helvetica /WindowsLatin1Encoding 120 FMSR
458: 
459: 1682 5839 mt 
460: (\(b\)) s
461: 
462: end %%Color Dict
463: 
464: eplot
465: %%EndObject
466: 
467: epage
468: end
469: 
470: showpage
471: 
472: %%Trailer
473: %%EOF
474: