1: %!PS-Adobe-3.0 EPSF-3.0
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: C:\Power\my_work\H_Poor\CB_sensor\ICC07\analysis2d_fig.eps
4: %%CreationDate: 09/08/2006 13:19:29
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%LanguageLevel: 2
8: %%Pages: 1
9: %%BoundingBox: 96 238 515 553
10: %%EndComments
11:
12: %%BeginProlog
13: % MathWorks dictionary
14: /MathWorks 160 dict begin
15: % definition operators
16: /bdef {bind def} bind def
17: /ldef {load def} bind def
18: /xdef {exch def} bdef
19: /xstore {exch store} bdef
20: % operator abbreviations
21: /c /clip ldef
22: /cc /concat ldef
23: /cp /closepath ldef
24: /gr /grestore ldef
25: /gs /gsave ldef
26: /mt /moveto ldef
27: /np /newpath ldef
28: /cm /currentmatrix ldef
29: /sm /setmatrix ldef
30: /rm /rmoveto ldef
31: /rl /rlineto ldef
32: /s {show newpath} bdef
33: /sc {setcmykcolor} bdef
34: /sr /setrgbcolor ldef
35: /sg /setgray ldef
36: /w /setlinewidth ldef
37: /j /setlinejoin ldef
38: /cap /setlinecap ldef
39: /rc {rectclip} bdef
40: /rf {rectfill} bdef
41: % page state control
42: /pgsv () def
43: /bpage {/pgsv save def} bdef
44: /epage {pgsv restore} bdef
45: /bplot /gsave ldef
46: /eplot {stroke grestore} bdef
47: % orientation switch
48: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49: % coordinate system mappings
50: /dpi2point 0 def
51: % font control
52: /FontSize 0 def
53: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54: makefont setfont} bdef
55: /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
56: ISOLatin1Encoding WindowsLatin1Encoding copy pop
57: /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
58: /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
59: /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
60: /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
61: /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
62: {/WindowsLatin1Encoding StandardEncoding bdef} ifelse
63: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
64: exch dup 3 1 roll findfont dup length dict begin
65: { 1 index /FID ne {def}{pop pop} ifelse } forall
66: /Encoding exch def currentdict end definefont pop} bdef
67: /isroman {findfont /CharStrings get /Agrave known} bdef
68: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
69: exch FMS} bdef
70: /csm {1 dpi2point div -1 dpi2point div scale neg translate
71: dup landscapeMode eq {pop -90 rotate}
72: {rotateMode eq {90 rotate} if} ifelse} bdef
73: % line types: solid, dotted, dashed, dotdash
74: /SO { [] 0 setdash } bdef
75: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
76: /DA { [6 dpi2point mul] 0 setdash } bdef
77: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
78: dpi2point mul] 0 setdash } bdef
79: % macros for lines and objects
80: /L {lineto stroke} bdef
81: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
82: /AP {{rlineto} repeat} bdef
83: /PDlw -1 def
84: /W {/PDlw currentlinewidth def setlinewidth} def
85: /PP {closepath eofill} bdef
86: /DP {closepath stroke} bdef
87: /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
88: neg 0 exch rlineto closepath} bdef
89: /FR {MR stroke} bdef
90: /PR {MR fill} bdef
91: /L1i {{currentfile picstr readhexstring pop} image} bdef
92: /tMatrix matrix def
93: /MakeOval {newpath tMatrix currentmatrix pop translate scale
94: 0 0 1 0 360 arc tMatrix setmatrix} bdef
95: /FO {MakeOval stroke} bdef
96: /PO {MakeOval fill} bdef
97: /PD {currentlinewidth 2 div 0 360 arc fill
98: PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
99: /FA {newpath tMatrix currentmatrix pop translate scale
100: 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
101: /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
102: 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
103: /FAn {newpath tMatrix currentmatrix pop translate scale
104: 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
105: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
106: 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
107: /vradius 0 def /hradius 0 def /lry 0 def
108: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
109: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
110: /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
111: vradius add translate hradius vradius scale 0 0 1 180 270 arc
112: tMatrix setmatrix lrx hradius sub uly vradius add translate
113: hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
114: lrx hradius sub lry vradius sub translate hradius vradius scale
115: 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
116: translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
117: closepath} bdef
118: /FRR {MRR stroke } bdef
119: /PRR {MRR fill } bdef
120: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
121: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122: rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
123: sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
124: closepath} bdef
125: /FlrRR {MlrRR stroke } bdef
126: /PlrRR {MlrRR fill } bdef
127: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
128: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
129: rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
130: sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
131: closepath} bdef
132: /FtbRR {MtbRR stroke } bdef
133: /PtbRR {MtbRR fill } bdef
134: /stri 6 array def /dtri 6 array def
135: /smat 6 array def /dmat 6 array def
136: /tmat1 6 array def /tmat2 6 array def /dif 3 array def
137: /asub {/ind2 exch def /ind1 exch def dup dup
138: ind1 get exch ind2 get sub exch } bdef
139: /tri_to_matrix {
140: 2 0 asub 3 1 asub 4 0 asub 5 1 asub
141: dup 0 get exch 1 get 7 -1 roll astore } bdef
142: /compute_transform {
143: dmat dtri tri_to_matrix tmat1 invertmatrix
144: smat stri tri_to_matrix tmat2 concatmatrix } bdef
145: /ds {stri astore pop} bdef
146: /dt {dtri astore pop} bdef
147: /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
148: currentfile
149: 3 index 0 eq {/ASCIIHexDecode filter}
150: {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
151: ifelse exch readstring pop
152: dup 0 3 index getinterval /rbmap xdef
153: dup 2 index dup getinterval /gbmap xdef
154: 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
155: /it {gs np dtri aload pop moveto lineto lineto cp c
156: cols rows 8 compute_transform
157: rbmap gbmap bbmap true 3 colorimage gr}bdef
158: /il {newpath moveto lineto stroke}bdef
159: currentdict end def
160: %%EndProlog
161:
162: %%BeginSetup
163: MathWorks begin
164:
165: 0 cap
166:
167: end
168: %%EndSetup
169:
170: %%Page: 1 1
171: %%BeginPageSetup
172: %%PageBoundingBox: 96 238 515 553
173: MathWorks begin
174: bpage
175: %%EndPageSetup
176:
177: %%BeginObject: obj1
178: bplot
179:
180: /dpi2point 12 def
181: portraitMode 1152 6636 csm
182:
183: 0 0 5039 3780 rc
184: 86 dict begin %Colortable dictionary
185: /c0 { 0.000000 0.000000 0.000000 sr} bdef
186: /c1 { 1.000000 1.000000 1.000000 sr} bdef
187: /c2 { 0.900000 0.000000 0.000000 sr} bdef
188: /c3 { 0.000000 0.820000 0.000000 sr} bdef
189: /c4 { 0.000000 0.000000 0.800000 sr} bdef
190: /c5 { 0.910000 0.820000 0.320000 sr} bdef
191: /c6 { 1.000000 0.260000 0.820000 sr} bdef
192: /c7 { 0.000000 0.820000 0.820000 sr} bdef
193: c0
194: 1 j
195: 1 sg
196: 0 0 5040 3781 rf
197: 6 w
198: 0 3081 3905 0 0 -3081 655 3364 4 MP
199: PP
200: -3905 0 0 3081 3905 0 0 -3081 655 3364 5 MP stroke
201: 4 w
202: DO
203: SO
204: 6 w
205: 0 sg
206: 655 283 mt 4560 283 L
207: 655 3364 mt 4560 3364 L
208: 4560 3364 mt 4560 283 L
209: 655 3364 mt 655 283 L
210: 655 3364 mt 4560 3364 L
211: 655 3364 mt 655 283 L
212: 655 3364 mt 655 3324 L
213: 655 283 mt 655 322 L
214: %%IncludeResource: font Helvetica
215: /Helvetica /WindowsLatin1Encoding 120 FMSR
216:
217: 622 3509 mt
218: (0) s
219: 1143 3364 mt 1143 3324 L
220: 1143 283 mt 1143 322 L
221: 1110 3509 mt
222: (1) s
223: 1631 3364 mt 1631 3324 L
224: 1631 283 mt 1631 322 L
225: 1598 3509 mt
226: (2) s
227: 2119 3364 mt 2119 3324 L
228: 2119 283 mt 2119 322 L
229: 2086 3509 mt
230: (3) s
231: 2607 3364 mt 2607 3324 L
232: 2607 283 mt 2607 322 L
233: 2574 3509 mt
234: (4) s
235: 3095 3364 mt 3095 3324 L
236: 3095 283 mt 3095 322 L
237: 3062 3509 mt
238: (5) s
239: 3583 3364 mt 3583 3324 L
240: 3583 283 mt 3583 322 L
241: 3550 3509 mt
242: (6) s
243: 4071 3364 mt 4071 3324 L
244: 4071 283 mt 4071 322 L
245: 4038 3509 mt
246: (7) s
247: 4560 3364 mt 4560 3324 L
248: 4560 283 mt 4560 322 L
249: 4527 3509 mt
250: (8) s
251: 655 3364 mt 674 3364 L
252: 4560 3364 mt 4540 3364 L
253: 655 3364 mt 694 3364 L
254: 4560 3364 mt 4520 3364 L
255: 443 3408 mt
256: (10) s
257: %%IncludeResource: font Helvetica
258: /Helvetica /WindowsLatin1Encoding 80 FMSR
259:
260: 576 3334 mt
261: (0) s
262: 655 3132 mt 674 3132 L
263: 4560 3132 mt 4540 3132 L
264: 655 2996 mt 674 2996 L
265: 4560 2996 mt 4540 2996 L
266: 655 2900 mt 674 2900 L
267: 4560 2900 mt 4540 2900 L
268: 655 2825 mt 674 2825 L
269: 4560 2825 mt 4540 2825 L
270: 655 2764 mt 674 2764 L
271: 4560 2764 mt 4540 2764 L
272: 655 2713 mt 674 2713 L
273: 4560 2713 mt 4540 2713 L
274: 655 2668 mt 674 2668 L
275: 4560 2668 mt 4540 2668 L
276: 655 2628 mt 674 2628 L
277: 4560 2628 mt 4540 2628 L
278: 655 2593 mt 674 2593 L
279: 4560 2593 mt 4540 2593 L
280: 655 2593 mt 694 2593 L
281: 4560 2593 mt 4520 2593 L
282: %%IncludeResource: font Helvetica
283: /Helvetica /WindowsLatin1Encoding 120 FMSR
284:
285: 443 2637 mt
286: (10) s
287: %%IncludeResource: font Helvetica
288: /Helvetica /WindowsLatin1Encoding 80 FMSR
289:
290: 576 2563 mt
291: (1) s
292: 655 2361 mt 674 2361 L
293: 4560 2361 mt 4540 2361 L
294: 655 2226 mt 674 2226 L
295: 4560 2226 mt 4540 2226 L
296: 655 2130 mt 674 2130 L
297: 4560 2130 mt 4540 2130 L
298: 655 2055 mt 674 2055 L
299: 4560 2055 mt 4540 2055 L
300: 655 1994 mt 674 1994 L
301: 4560 1994 mt 4540 1994 L
302: 655 1942 mt 674 1942 L
303: 4560 1942 mt 4540 1942 L
304: 655 1898 mt 674 1898 L
305: 4560 1898 mt 4540 1898 L
306: 655 1858 mt 674 1858 L
307: 4560 1858 mt 4540 1858 L
308: 655 1823 mt 674 1823 L
309: 4560 1823 mt 4540 1823 L
310: 655 1823 mt 694 1823 L
311: 4560 1823 mt 4520 1823 L
312: %%IncludeResource: font Helvetica
313: /Helvetica /WindowsLatin1Encoding 120 FMSR
314:
315: 443 1867 mt
316: (10) s
317: %%IncludeResource: font Helvetica
318: /Helvetica /WindowsLatin1Encoding 80 FMSR
319:
320: 576 1793 mt
321: (2) s
322: 655 1591 mt 674 1591 L
323: 4560 1591 mt 4540 1591 L
324: 655 1455 mt 674 1455 L
325: 4560 1455 mt 4540 1455 L
326: 655 1359 mt 674 1359 L
327: 4560 1359 mt 4540 1359 L
328: 655 1285 mt 674 1285 L
329: 4560 1285 mt 4540 1285 L
330: 655 1224 mt 674 1224 L
331: 4560 1224 mt 4540 1224 L
332: 655 1172 mt 674 1172 L
333: 4560 1172 mt 4540 1172 L
334: 655 1127 mt 674 1127 L
335: 4560 1127 mt 4540 1127 L
336: 655 1088 mt 674 1088 L
337: 4560 1088 mt 4540 1088 L
338: 655 1053 mt 674 1053 L
339: 4560 1053 mt 4540 1053 L
340: 655 1053 mt 694 1053 L
341: 4560 1053 mt 4520 1053 L
342: %%IncludeResource: font Helvetica
343: /Helvetica /WindowsLatin1Encoding 120 FMSR
344:
345: 443 1097 mt
346: (10) s
347: %%IncludeResource: font Helvetica
348: /Helvetica /WindowsLatin1Encoding 80 FMSR
349:
350: 576 1023 mt
351: (3) s
352: 655 821 mt 674 821 L
353: 4560 821 mt 4540 821 L
354: 655 685 mt 674 685 L
355: 4560 685 mt 4540 685 L
356: 655 589 mt 674 589 L
357: 4560 589 mt 4540 589 L
358: 655 514 mt 674 514 L
359: 4560 514 mt 4540 514 L
360: 655 453 mt 674 453 L
361: 4560 453 mt 4540 453 L
362: 655 402 mt 674 402 L
363: 4560 402 mt 4540 402 L
364: 655 357 mt 674 357 L
365: 4560 357 mt 4540 357 L
366: 655 318 mt 674 318 L
367: 4560 318 mt 4540 318 L
368: 655 283 mt 674 283 L
369: 4560 283 mt 4540 283 L
370: 655 283 mt 694 283 L
371: 4560 283 mt 4520 283 L
372: %%IncludeResource: font Helvetica
373: /Helvetica /WindowsLatin1Encoding 120 FMSR
374:
375: 443 327 mt
376: (10) s
377: %%IncludeResource: font Helvetica
378: /Helvetica /WindowsLatin1Encoding 80 FMSR
379:
380: 576 253 mt
381: (4) s
382: 655 283 mt 4560 283 L
383: 655 3364 mt 4560 3364 L
384: 4560 3364 mt 4560 283 L
385: 655 3364 mt 655 283 L
386: gs 655 283 3906 3082 rc
387: /c8 { 0.000000 0.000000 1.000000 sr} bdef
388: c8
389: 40 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
390: 39 0 39 0 39 0 39 0 39 256 39 0 39 0 39 0
391: 39 1 39 0 39 0 39 1 40 0 39 0 39 0 39 1
392: 39 161 39 0 39 1 39 1 39 0 39 1 39 1 39 0
393: 39 1 39 1 39 1 39 1 39 1 39 124 39 1 39 1
394: 40 2 39 1 39 1 39 2 39 1 39 2 39 2 39 1
395: 39 2 39 106 39 2 39 2 39 3 39 2 39 3 39 2
396: 39 3 39 3 39 3 39 3 40 4 39 3 39 97 39 4
397: 39 4 39 5 39 5 39 5 39 5 39 6 39 5 39 7
398: 39 6 39 7 39 94 39 8 39 9 39 9 39 10 39 11
399: 40 11 39 12 39 13 39 14 39 16 39 16 39 18 39 105
400: 39 23 39 26 39 29 39 33 39 38 39 45 39 54 39 68
401: 39 89 39 128 39 225 694 1396 100 MP stroke
402: DO
403: /c9 { 1.000000 0.000000 0.000000 sr} bdef
404: c9
405: 40 -14 39 -13 39 -14 39 -14 39 -14 39 -14 39 -14 39 -15
406: 39 -14 39 -15 39 -15 39 -15 39 -15 39 -16 39 -16 39 -15
407: 39 -16 39 -17 39 -16 39 -17 40 -16 39 -18 39 -17 39 -17
408: 39 -18 39 -18 39 -18 39 -19 39 -18 39 -19 39 -20 39 -19
409: 39 -20 39 -20 39 -20 39 -21 39 -21 39 -22 39 -21 39 -23
410: 40 -22 39 -23 39 -23 39 -24 39 -24 39 -25 39 -25 39 -25
411: 39 -26 39 -27 39 -27 39 -27 39 -28 39 -29 39 -30 39 -30
412: 39 -30 39 -32 39 -32 39 -33 40 -34 39 -35 39 -35 39 -37
413: 39 -38 39 -39 39 -40 39 -41 39 -42 39 -44 39 -45 39 -47
414: 39 -49 39 -51 39 -52 39 -55 39 -57 39 -59 39 -62 39 -66
415: 40 -68 39 -73 39 -76 39 -81 39 -87 39 -92 39 -99 39 -53
416: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
417: 39 0 39 0 39 0 694 3364 100 MP stroke
418: DA
419: 0 sg
420: 40 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
421: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
422: 39 0 39 0 39 0 39 0 40 0 39 0 39 0 39 0
423: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
424: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
425: 40 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
426: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
427: 39 0 39 0 39 0 39 0 40 0 39 0 39 0 39 0
428: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
429: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
430: 40 0 39 0 39 0 39 0 39 -2 39 -83 39 -91 39 69
431: 39 16 39 15 39 17 39 16 39 17 39 15 39 11 39 -5
432: 39 -64 39 -1186 39 0 694 3364 100 MP stroke
433: gr
434:
435: DA
436: %%IncludeResource: font Helvetica
437: /Helvetica /WindowsLatin1Encoding 120 FMSR
438:
439: 1645 188 mt
440: (Transmission per node for differen R) s
441: 2539 3652 mt
442: (B) s
443: %%IncludeResource: font Helvetica
444: /Helvetica /WindowsLatin1Encoding 96 FMSR
445:
446: 2619 3712 mt
447: (0) s
448: %%IncludeResource: font Helvetica
449: /Helvetica /WindowsLatin1Encoding 120 FMSR
450:
451: 361 2426 mt -90 rotate
452: (Transmission per node) s
453: 90 rotate
454: 638 3407 mt
455: ( ) s
456: 4544 325 mt
457: ( ) s
458: SO
459: 1 sg
460: 0 546 1778 0 0 -546 905 1133 4 MP
461: PP
462: -1778 0 0 546 1778 0 0 -546 905 1133 5 MP stroke
463: 4 w
464: DO
465: SO
466: 6 w
467: 0 sg
468: 905 587 mt 2683 587 L
469: 905 1133 mt 2683 1133 L
470: 2683 1133 mt 2683 587 L
471: 905 1133 mt 905 587 L
472: 905 1133 mt 2683 1133 L
473: 905 1133 mt 905 587 L
474: 905 587 mt 2683 587 L
475: 905 1133 mt 2683 1133 L
476: 2683 1133 mt 2683 587 L
477: 905 1133 mt 905 587 L
478: 1375 734 mt
479: (Pure Packet Forwarding) s
480: gs 905 587 1779 547 rc
481: c8
482: 361 0 977 692 2 MP stroke
483: gr
484:
485: c8
486: 0 sg
487: 1375 903 mt
488: (Pure CB/CT) s
489: gs 905 587 1779 547 rc
490: DO
491: c9
492: 361 0 977 860 2 MP stroke
493: SO
494: gr
495:
496: c9
497: 0 sg
498: 1375 1071 mt
499: (Joint Optimization) s
500: gs 905 587 1779 547 rc
501: DA
502: 361 0 977 1028 2 MP stroke
503: SO
504: gr
505:
506:
507: end %%Color Dict
508:
509: eplot
510: %%EndObject
511:
512: epage
513: end
514:
515: showpage
516:
517: %%Trailer
518: %%EOF
519: