1: %!PS-Adobe-3.0 EPSF-3.0
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: C:\Power\my_work\H_Poor\CB_sensor\analysis2d_fig.eps
4: %%CreationDate: 03/28/2007 22:21:08
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: 85 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: 1436 3364 mt 1436 3324 L
220: 1436 283 mt 1436 322 L
221: 1403 3509 mt
222: (2) s
223: 2217 3364 mt 2217 3324 L
224: 2217 283 mt 2217 322 L
225: 2184 3509 mt
226: (4) s
227: 2998 3364 mt 2998 3324 L
228: 2998 283 mt 2998 322 L
229: 2965 3509 mt
230: (6) s
231: 3779 3364 mt 3779 3324 L
232: 3779 283 mt 3779 322 L
233: 3746 3509 mt
234: (8) s
235: 4560 3364 mt 4560 3324 L
236: 4560 283 mt 4560 322 L
237: 4494 3509 mt
238: (10) s
239: 655 3364 mt 674 3364 L
240: 4560 3364 mt 4540 3364 L
241: 655 3364 mt 694 3364 L
242: 4560 3364 mt 4520 3364 L
243: 443 3408 mt
244: (10) s
245: %%IncludeResource: font Helvetica
246: /Helvetica /WindowsLatin1Encoding 80 FMSR
247:
248: 576 3334 mt
249: (0) s
250: 655 3132 mt 674 3132 L
251: 4560 3132 mt 4540 3132 L
252: 655 2996 mt 674 2996 L
253: 4560 2996 mt 4540 2996 L
254: 655 2900 mt 674 2900 L
255: 4560 2900 mt 4540 2900 L
256: 655 2825 mt 674 2825 L
257: 4560 2825 mt 4540 2825 L
258: 655 2764 mt 674 2764 L
259: 4560 2764 mt 4540 2764 L
260: 655 2713 mt 674 2713 L
261: 4560 2713 mt 4540 2713 L
262: 655 2668 mt 674 2668 L
263: 4560 2668 mt 4540 2668 L
264: 655 2628 mt 674 2628 L
265: 4560 2628 mt 4540 2628 L
266: 655 2593 mt 674 2593 L
267: 4560 2593 mt 4540 2593 L
268: 655 2593 mt 694 2593 L
269: 4560 2593 mt 4520 2593 L
270: %%IncludeResource: font Helvetica
271: /Helvetica /WindowsLatin1Encoding 120 FMSR
272:
273: 443 2637 mt
274: (10) s
275: %%IncludeResource: font Helvetica
276: /Helvetica /WindowsLatin1Encoding 80 FMSR
277:
278: 576 2563 mt
279: (1) s
280: 655 2361 mt 674 2361 L
281: 4560 2361 mt 4540 2361 L
282: 655 2226 mt 674 2226 L
283: 4560 2226 mt 4540 2226 L
284: 655 2130 mt 674 2130 L
285: 4560 2130 mt 4540 2130 L
286: 655 2055 mt 674 2055 L
287: 4560 2055 mt 4540 2055 L
288: 655 1994 mt 674 1994 L
289: 4560 1994 mt 4540 1994 L
290: 655 1942 mt 674 1942 L
291: 4560 1942 mt 4540 1942 L
292: 655 1898 mt 674 1898 L
293: 4560 1898 mt 4540 1898 L
294: 655 1858 mt 674 1858 L
295: 4560 1858 mt 4540 1858 L
296: 655 1823 mt 674 1823 L
297: 4560 1823 mt 4540 1823 L
298: 655 1823 mt 694 1823 L
299: 4560 1823 mt 4520 1823 L
300: %%IncludeResource: font Helvetica
301: /Helvetica /WindowsLatin1Encoding 120 FMSR
302:
303: 443 1867 mt
304: (10) s
305: %%IncludeResource: font Helvetica
306: /Helvetica /WindowsLatin1Encoding 80 FMSR
307:
308: 576 1793 mt
309: (2) s
310: 655 1591 mt 674 1591 L
311: 4560 1591 mt 4540 1591 L
312: 655 1455 mt 674 1455 L
313: 4560 1455 mt 4540 1455 L
314: 655 1359 mt 674 1359 L
315: 4560 1359 mt 4540 1359 L
316: 655 1285 mt 674 1285 L
317: 4560 1285 mt 4540 1285 L
318: 655 1224 mt 674 1224 L
319: 4560 1224 mt 4540 1224 L
320: 655 1172 mt 674 1172 L
321: 4560 1172 mt 4540 1172 L
322: 655 1127 mt 674 1127 L
323: 4560 1127 mt 4540 1127 L
324: 655 1088 mt 674 1088 L
325: 4560 1088 mt 4540 1088 L
326: 655 1053 mt 674 1053 L
327: 4560 1053 mt 4540 1053 L
328: 655 1053 mt 694 1053 L
329: 4560 1053 mt 4520 1053 L
330: %%IncludeResource: font Helvetica
331: /Helvetica /WindowsLatin1Encoding 120 FMSR
332:
333: 443 1097 mt
334: (10) s
335: %%IncludeResource: font Helvetica
336: /Helvetica /WindowsLatin1Encoding 80 FMSR
337:
338: 576 1023 mt
339: (3) s
340: 655 821 mt 674 821 L
341: 4560 821 mt 4540 821 L
342: 655 685 mt 674 685 L
343: 4560 685 mt 4540 685 L
344: 655 589 mt 674 589 L
345: 4560 589 mt 4540 589 L
346: 655 514 mt 674 514 L
347: 4560 514 mt 4540 514 L
348: 655 453 mt 674 453 L
349: 4560 453 mt 4540 453 L
350: 655 402 mt 674 402 L
351: 4560 402 mt 4540 402 L
352: 655 357 mt 674 357 L
353: 4560 357 mt 4540 357 L
354: 655 318 mt 674 318 L
355: 4560 318 mt 4540 318 L
356: 655 283 mt 674 283 L
357: 4560 283 mt 4540 283 L
358: 655 283 mt 694 283 L
359: 4560 283 mt 4520 283 L
360: %%IncludeResource: font Helvetica
361: /Helvetica /WindowsLatin1Encoding 120 FMSR
362:
363: 443 327 mt
364: (10) s
365: %%IncludeResource: font Helvetica
366: /Helvetica /WindowsLatin1Encoding 80 FMSR
367:
368: 576 253 mt
369: (4) s
370: 655 283 mt 4560 283 L
371: 655 3364 mt 4560 3364 L
372: 4560 3364 mt 4560 283 L
373: 655 3364 mt 655 283 L
374: gs 655 283 3906 3082 rc
375: /c8 { 0.000000 0.000000 1.000000 sr} bdef
376: c8
377: 40 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
378: 39 0 39 250 39 1 39 0 39 0 39 0 39 0 39 1
379: 39 0 39 0 39 0 39 155 40 1 39 0 39 1 39 0
380: 39 1 39 0 39 1 39 1 39 0 39 117 39 1 39 1
381: 39 1 39 1 39 1 39 1 39 1 39 1 39 1 39 97
382: 40 2 39 1 39 1 39 2 39 2 39 1 39 2 39 2
383: 39 2 39 86 39 2 39 2 39 3 39 2 39 3 39 2
384: 39 3 39 3 39 3 39 80 40 3 39 4 39 4 39 4
385: 39 5 39 4 39 5 39 5 39 5 39 77 39 6 39 6
386: 39 7 39 7 39 8 39 8 39 9 39 9 39 9 39 79
387: 40 12 39 12 39 13 39 15 39 15 39 17 39 19 39 20
388: 39 23 39 92 39 29 39 33 39 39 39 45 39 54 39 68
389: 39 89 39 129 39 224 694 1313 100 MP stroke
390: DO
391: /c9 { 1.000000 0.000000 0.000000 sr} bdef
392: c9
393: 40 -13 39 -14 39 -13 39 -14 39 -14 39 -14 39 -15 39 -14
394: 39 -15 39 -14 39 -15 39 -16 39 -15 39 -15 39 -16 39 -16
395: 39 -16 39 -16 39 -16 39 -17 40 -17 39 -17 39 -17 39 -18
396: 39 -17 39 -18 39 -19 39 -18 39 -19 39 -19 39 -19 39 -20
397: 39 -19 39 -20 39 -21 39 -21 39 -21 39 -21 39 -22 39 -22
398: 40 -23 39 -22 39 -24 39 -23 39 -24 39 -25 39 -25 39 -25
399: 39 -26 39 -27 39 -27 39 -28 39 -28 39 -29 39 -29 39 -30
400: 39 -31 39 -31 39 -33 39 -33 40 -33 39 -35 39 -36 39 -37
401: 39 -37 39 -39 39 -40 39 -41 39 -43 39 -43 39 -46 39 -47
402: 39 -48 39 -51 39 -52 39 -55 39 -57 39 -59 39 -63 39 -65
403: 40 -69 39 -72 39 -76 39 -82 39 -86 39 -92 39 -99 39 -108
404: 39 -116 39 -128 39 0 39 0 39 0 39 0 39 0 39 0
405: 39 0 39 0 39 0 694 3364 100 MP stroke
406: DA
407: 0 sg
408: 40 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
409: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
410: 39 0 39 0 39 0 39 0 40 0 39 0 39 0 39 0
411: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
412: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
413: 40 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
414: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
415: 39 0 39 0 39 0 39 0 40 0 39 0 39 0 39 0
416: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
417: 39 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
418: 40 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0
419: 39 -88 39 -25 39 19 39 20 39 22 39 21 39 20 39 11
420: 39 -29 39 -413 39 -952 694 3364 100 MP stroke
421: gr
422:
423: DA
424: %%IncludeResource: font Helvetica
425: /Helvetica /WindowsLatin1Encoding 120 FMSR
426:
427: 1373 188 mt
428: (Transmission per node for different values of R) s
429: 2480 3652 mt
430: (R/A) s
431: %%IncludeResource: font Helvetica
432: /Helvetica /WindowsLatin1Encoding 96 FMSR
433:
434: 2680 3712 mt
435: (0) s
436: %%IncludeResource: font Helvetica
437: /Helvetica /WindowsLatin1Encoding 120 FMSR
438:
439: 361 2426 mt -90 rotate
440: (Transmission per node) s
441: 90 rotate
442: 638 3407 mt
443: ( ) s
444: 4544 325 mt
445: ( ) s
446: SO
447: 1 sg
448: 0 546 1778 0 0 -546 761 989 4 MP
449: PP
450: -1778 0 0 546 1778 0 0 -546 761 989 5 MP stroke
451: 4 w
452: DO
453: SO
454: 6 w
455: 0 sg
456: 761 443 mt 2539 443 L
457: 761 989 mt 2539 989 L
458: 2539 989 mt 2539 443 L
459: 761 989 mt 761 443 L
460: 761 989 mt 2539 989 L
461: 761 989 mt 761 443 L
462: 761 443 mt 2539 443 L
463: 761 989 mt 2539 989 L
464: 2539 989 mt 2539 443 L
465: 761 989 mt 761 443 L
466: 1231 590 mt
467: (Pure Packet Forwarding) s
468: gs 761 443 1779 547 rc
469: c8
470: 361 0 833 548 2 MP stroke
471: gr
472:
473: c8
474: 0 sg
475: 1231 759 mt
476: (Pure CB/CT) s
477: gs 761 443 1779 547 rc
478: DO
479: c9
480: 361 0 833 716 2 MP stroke
481: SO
482: gr
483:
484: c9
485: 0 sg
486: 1231 927 mt
487: (Joint Optimization) s
488: gs 761 443 1779 547 rc
489: DA
490: 361 0 833 884 2 MP stroke
491: SO
492: gr
493:
494:
495: end %%Color Dict
496:
497: eplot
498: %%EndObject
499:
500: epage
501: end
502:
503: showpage
504:
505: %%Trailer
506: %%EOF
507: