-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOExp2_graph.eps
540 lines (519 loc) · 14.8 KB
/
OExp2_graph.eps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The MathWorks, Inc. Version 7.14.0.739 (R2012a). Operating System: Darwin 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64.
%%Title: /Users/yifeizhuang/Documents/research/Oct2013/Experiment_oneModel/OExp2_graph.eps
%%CreationDate: 10/21/2013 17:22:20
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 26 186 585 606
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
makefont setfont} bdef
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
exch dup 3 1 roll findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
currentfile
3 index 0 eq {/ASCIIHexDecode filter}
{/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
ifelse exch readstring pop
dup 0 3 index getinterval /rbmap xdef
dup 2 index dup getinterval /gbmap xdef
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 26 186 585 606
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 0312 7272 csm
0 0 6719 5033 rc
88 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 6720 5034 rf
6 w
0 4102 5208 0 0 -4102 873 4479 4 MP
PP
-5208 0 0 4102 5208 0 0 -4102 873 4479 5 MP stroke
4 w
DO
0 sg
873 4479 mt 873 377 L
873 377 mt 873 377 L
1393 4479 mt 1393 377 L
1393 377 mt 1393 377 L
1914 4479 mt 1914 377 L
1914 377 mt 1914 377 L
2435 4479 mt 2435 377 L
2435 377 mt 2435 377 L
2956 4479 mt 2956 377 L
2956 377 mt 2956 377 L
3477 4479 mt 3477 377 L
3477 377 mt 3477 377 L
3997 4479 mt 3997 377 L
3997 377 mt 3997 377 L
4518 4479 mt 4518 377 L
4518 377 mt 4518 377 L
5039 4479 mt 5039 377 L
5039 377 mt 5039 377 L
5560 4479 mt 5560 377 L
5560 377 mt 5560 377 L
6081 4479 mt 6081 377 L
6081 377 mt 6081 377 L
873 4479 mt 6081 4479 L
6081 4479 mt 6081 4479 L
873 4068 mt 6081 4068 L
6081 4068 mt 6081 4068 L
873 3658 mt 6081 3658 L
6081 3658 mt 6081 3658 L
873 3248 mt 6081 3248 L
6081 3248 mt 6081 3248 L
873 2838 mt 6081 2838 L
6081 2838 mt 6081 2838 L
873 2428 mt 6081 2428 L
6081 2428 mt 6081 2428 L
873 2017 mt 6081 2017 L
6081 2017 mt 6081 2017 L
873 1607 mt 6081 1607 L
6081 1607 mt 6081 1607 L
873 1197 mt 6081 1197 L
6081 1197 mt 6081 1197 L
873 787 mt 6081 787 L
6081 787 mt 6081 787 L
873 377 mt 6081 377 L
6081 377 mt 6081 377 L
SO
6 w
873 4479 mt 6081 4479 L
873 377 mt 6081 377 L
873 4479 mt 873 377 L
6081 4479 mt 6081 377 L
873 4479 mt 6081 4479 L
873 4479 mt 873 377 L
873 4479 mt 873 4426 L
873 377 mt 873 429 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR
840 4624 mt
(0) s
1393 4479 mt 1393 4426 L
1393 377 mt 1393 429 L
1310 4624 mt
(0.5) s
1914 4479 mt 1914 4426 L
1914 377 mt 1914 429 L
1881 4624 mt
(1) s
2435 4479 mt 2435 4426 L
2435 377 mt 2435 429 L
2352 4624 mt
(1.5) s
2956 4479 mt 2956 4426 L
2956 377 mt 2956 429 L
2923 4624 mt
(2) s
3477 4479 mt 3477 4426 L
3477 377 mt 3477 429 L
3394 4624 mt
(2.5) s
3997 4479 mt 3997 4426 L
3997 377 mt 3997 429 L
3964 4624 mt
(3) s
4518 4479 mt 4518 4426 L
4518 377 mt 4518 429 L
4435 4624 mt
(3.5) s
5039 4479 mt 5039 4426 L
5039 377 mt 5039 429 L
5006 4624 mt
(4) s
5560 4479 mt 5560 4426 L
5560 377 mt 5560 429 L
5477 4624 mt
(4.5) s
6081 4479 mt 6081 4426 L
6081 377 mt 6081 429 L
6048 4624 mt
(5) s
873 4479 mt 925 4479 L
6081 4479 mt 6028 4479 L
772 4523 mt
(0) s
873 4068 mt 925 4068 L
6081 4068 mt 6028 4068 L
672 4112 mt
(0.1) s
873 3658 mt 925 3658 L
6081 3658 mt 6028 3658 L
672 3702 mt
(0.2) s
873 3248 mt 925 3248 L
6081 3248 mt 6028 3248 L
672 3292 mt
(0.3) s
873 2838 mt 925 2838 L
6081 2838 mt 6028 2838 L
672 2882 mt
(0.4) s
873 2428 mt 925 2428 L
6081 2428 mt 6028 2428 L
672 2472 mt
(0.5) s
873 2017 mt 925 2017 L
6081 2017 mt 6028 2017 L
672 2061 mt
(0.6) s
873 1607 mt 925 1607 L
6081 1607 mt 6028 1607 L
672 1651 mt
(0.7) s
873 1197 mt 925 1197 L
6081 1197 mt 6028 1197 L
672 1241 mt
(0.8) s
873 787 mt 925 787 L
6081 787 mt 6028 787 L
672 831 mt
(0.9) s
873 377 mt 925 377 L
6081 377 mt 6028 377 L
772 421 mt
(1) s
873 4479 mt 6081 4479 L
873 377 mt 6081 377 L
873 4479 mt 873 377 L
6081 4479 mt 6081 377 L
gs 873 377 5209 4103 rc
24 w
5 -41 8 -41 37 -41 126 -41 138 -41 125 -41 173 -41 74 -41
186 -41 93 -41 7 -41 5 -41 29 -41 21 -41 2 -41 23 -41
3 -41 17 -41 15 -41 5 -41 0 -41 4 -41 1 -41 1 -41
28 -41 4 -41 3 -41 9 -41 1 -41 8 -41 8 -41 12 -41
6 -41 20 -41 3 -41 10 -41 2 -41 7 -41 3 -41 10 -41
2 -41 4 -41 0 -41 6 -41 12 -41 5 -41 8 -41 1 -41
6 -41 0 -41 6 -42 2 -41 0 -82 2 -41 3 -41 3 -41
0 -41 3 -41 6 -41 0 -82 1 -41 2 -41 6 -41 0 -41
5 -41 2 -41 0 -41 4 -41 2 -41 5 -41 4 -41 2 -41
1 -41 0 -41 2 -41 1 -41 3 -41 2 -41 1 -41 4 -41
1 -41 1 -41 3 -41 2 -41 3 -41 2 -41 3 -41 0 -41
3 -41 1 -41 1 -41 27 -41 2 -41 2 -41 30 -41 10 -41
10 -41 0 -42 1173 4479 99 MP stroke
/c8 { 1.000000 0.000000 1.000000 sr} bdef
c8
34 -41 12 -41 37 -41 177 -41 99 -41 220 -41 121 -41 88 -41
86 -41 59 -41 34 -41 8 -41 61 -41 10 -41 3 -41 6 -41
3 -41 4 -41 5 -41 9 -41 2 -41 3 -41 0 -41 8 -41
2 -41 8 -41 23 -41 7 -41 1 -41 22 -41 0 -41 18 -41
6 -41 1 -41 1 -41 5 -41 5 -41 2 -41 2 -41 5 -41
0 -41 21 -41 1 -41 2 -41 16 -41 4 -41 9 -41 1 -41
4 -41 1 -41 13 -42 3 -41 1 -41 4 -41 4 -41 6 -41
5 -41 2 -41 0 -41 1 -41 2 -41 0 -41 3 -41 6 -41
1 -41 0 -123 4 -41 2 -41 5 -41 0 -41 10 -41 2 -41
0 -41 2 -41 2 -41 4 -41 2 -41 0 -41 6 -41 3 -41
2 -41 3 -41 1 -41 8 -41 25 -41 12 -41 3 -41 11 -41
11 -41 4 -41 6 -41 2 -41 5 -41 51 -41 23 -41 21 -41
11 -41 0 -42 2337 4479 99 MP stroke
DA
/c9 { 0.000000 1.000000 0.000000 sr} bdef
c9
35 -41 9 -41 15 -41 215 -41 40 -41 289 -41 80 -41 257 -41
7 -41 9 -41 5 -41 5 -41 20 -41 4 -41 10 -41 3 -41
10 -41 34 -41 1 -41 14 -41 14 -41 8 -41 8 -41 11 -41
20 -41 3 -41 27 -41 3 -41 18 -41 2 -41 1 -41 9 -41
1 -41 7 -41 14 -41 3 -41 3 -41 15 -41 4 -41 3 -41
1 -41 5 -41 3 -41 5 -41 4 -41 3 -41 11 -41 6 -41
9 -41 12 -41 1 -42 4 -41 6 -41 20 -41 2 -41 2 -41
22 -41 13 -41 1 -41 3 -41 10 -41 5 -41 4 -41 1 -41
3 -41 5 -41 8 -41 2 -41 3 -41 3 -41 1 -41 6 -41
4 -41 7 -41 3 -41 4 -41 17 -41 22 -41 0 -41 25 -41
17 -41 9 -41 21 -41 8 -41 14 -41 5 -41 14 -41 3 -41
22 -41 15 -41 7 -41 3 -41 7 -41 66 -41 24 -41 67 -41
19 -41 30 -41 8 -41 0 -42 1901 4479 101 MP stroke
DD
/c10 { 0.000000 1.000000 1.000000 sr} bdef
c10
92 -41 54 -41 20 -41 86 -41 220 -41 203 -41 121 -41 162 -41
217 -41 6 -41 5 -41 10 -41 18 -41 3 -41 0 -41 5 -41
20 -41 6 -41 10 -41 8 -41 2 -41 3 -41 0 -41 6 -41
5 -41 7 -41 7 -41 11 -41 16 -41 13 -41 14 -41 2 -41
39 -41 15 -41 5 -41 6 -41 1 -41 25 -41 3 -41 4 -41
11 -41 35 -41 4 -41 1 -41 4 -41 0 -41 4 -41 7 -41
1 -41 10 -41 3 -42 3 -41 11 -41 5 -41 5 -41 4 -41
0 -41 3 -41 3 -41 3 -41 3 -41 2 -41 3 -41 2 -41
0 -41 1 -41 5 -41 0 -41 1 -41 0 -41 5 -41 2 -41
3 -41 5 -41 2 -41 2 -41 0 -41 4 -41 1 -41 3 -41
15 -41 7 -41 0 -41 9 -41 3 -41 3 -41 12 -41 2 -41
13 -41 0 -41 8 -41 0 -41 4 -41 2 -41 0 -41 4 -41
1 -41 10 -41 8 -41 0 -42 1491 4479 101 MP stroke
SO
/c11 { 0.000000 0.000000 1.000000 sr} bdef
c11
196 -41 34 -41 7 -41 34 -41 63 -41 147 -41 6 -41 45 -41
106 -41 102 -41 24 -41 10 -41 13 -41 10 -41 20 -41 5 -41
1 -41 3 -41 7 -41 12 -41 23 -41 5 -41 10 -41 5 -41
0 -41 1 -41 1 -41 1 -41 2 -41 8 -41 9 -41 1 -41
2 -41 6 -41 2 -41 1 -41 6 -41 1 -41 4 -41 2 -41
2 -41 0 -41 1 -41 6 -41 1 -41 1 -41 5 -41 4 -41
6 -41 2 -41 3 -42 3 -41 3 -41 0 -41 2 -41 0 -41
5 -41 12 -41 4 -41 0 -82 8 -41 1 -41 10 -41 1 -41
0 -41 1 -41 0 -41 1 -41 2 -41 0 -41 5 -41 3 -41
0 -41 4 -41 0 -41 2 -41 2 -41 9 -41 9 -41 2 -41
1 -41 2 -41 4 -41 6 -41 2 -41 0 -41 8 -41 28 -41
69 -41 12 -41 3 -41 25 -41 1 -41 129 -41 21 -41 75 -41
19 -41 18 -41 0 -42 4556 4479 100 MP stroke
/c12 { 1.000000 0.000000 0.000000 sr} bdef
c12
68 -41 13 -41 7 -41 169 -41 185 -41 267 -41 132 -41 166 -41
209 -41 63 -41 34 -41 2 -41 48 -41 16 -41 10 -41 2 -41
3 -41 18 -41 15 -41 9 -41 35 -41 14 -41 3 -41 53 -41
26 -41 0 -41 6 -41 5 -41 3 -41 1 -41 2 -41 5 -41
8 -41 1 -41 20 -41 22 -41 18 -41 4 -41 13 -41 3 -41
5 -41 7 -41 3 -41 3 -41 3 -41 12 -41 4 -41 6 -41
6 -41 9 -41 4 -42 9 -41 9 -41 5 -41 5 -41 1 -41
2 -41 16 -41 4 -41 8 -41 3 -41 17 -41 10 -41 11 -41
4 -41 4 -41 6 -41 3 -41 6 -41 2 -41 3 -41 2 -41
1 -41 2 -41 2 -41 6 -41 1 -41 0 -41 3 -41 3 -41
1 -41 6 -41 7 -41 6 -41 8 -41 4 -41 12 -41 1 -41
1 -41 2 -41 1 -41 1 -41 4 -41 9 -41 20 -41 25 -41
3 -41 0 -41 5 -41 0 -42 1992 4479 101 MP stroke
gr
24 w
c12
0 sg
2862 4767 mt
(secrecy capacity bit/Hz) s
590 2817 mt -90 rotate
(Empirical CDF) s
90 rotate
856 4522 mt
( ) s
6065 419 mt
( ) s
6 w
1 sg
0 1084 1752 0 0 -1084 3137 2720 4 MP
PP
-1752 0 0 1084 1752 0 0 -1084 3137 2720 5 MP stroke
4 w
DO
SO
6 w
0 sg
3137 2720 mt 4889 2720 L
3137 1636 mt 4889 1636 L
3137 2720 mt 3137 1636 L
4889 2720 mt 4889 1636 L
3137 2720 mt 4889 2720 L
3137 2720 mt 3137 1636 L
3137 2720 mt 4889 2720 L
3137 1636 mt 4889 1636 L
3137 2720 mt 3137 1636 L
4889 2720 mt 4889 1636 L
3612 1786 mt
(SISO) s
gs 3137 1636 1753 1085 rc
24 w
365 0 3210 1743 2 MP stroke
gr
24 w
3612 1960 mt
(MISO E\(N-PE\) B\(N-P\)) s
gs 3137 1636 1753 1085 rc
c8
365 0 3210 1917 2 MP stroke
gr
c8
0 sg
3612 2134 mt
(MISO E\(N-P\) B\(N-P\)) s
gs 3137 1636 1753 1085 rc
DA
c9
365 0 3210 2091 2 MP stroke
SO
gr
c9
0 sg
3612 2307 mt
(MISO B\(N-P\)) s
gs 3137 1636 1753 1085 rc
DD
c10
365 0 3210 2264 2 MP stroke
SO
gr
c10
0 sg
3612 2481 mt
(MIMO221 E\(N-PE\)) s
gs 3137 1636 1753 1085 rc
c11
365 0 3210 2438 2 MP stroke
gr
c11
0 sg
3612 2655 mt
(MIMO222) s
gs 3137 1636 1753 1085 rc
c12
365 0 3210 2612 2 MP stroke
6 w
gr
6 w
c12
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF