1 %!PS-Adobe-3.0 EPSF-3.0
\r
2 %%Creator: MATLAB, The MathWorks, Inc. Version 8.3.0.532 (R2014a). Operating System: Microsoft Windows 7 Édition Intégrale .
\r
3 %%Title: C:\Users\PC NANO\Desktop\Throughput_RNG.eps
\r
4 %%CreationDate: 11/17/2014 02:42:50
\r
5 %%DocumentNeededFonts: Helvetica
\r
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
\r
9 %%BoundingBox: 25 262 569 578
\r
13 % MathWorks dictionary
\r
14 /MathWorks 160 dict begin
\r
15 % definition operators
\r
16 /bdef {bind def} bind def
\r
17 /ldef {load def} bind def
\r
18 /xdef {exch def} bdef
\r
19 /xstore {exch store} bdef
\r
20 % operator abbreviations
\r
28 /cm /currentmatrix ldef
\r
32 /s {show newpath} bdef
\r
33 /sc {setcmykcolor} bdef
\r
34 /sr /setrgbcolor ldef
\r
36 /w /setlinewidth ldef
\r
37 /j /setlinejoin ldef
\r
38 /cap /setlinecap ldef
\r
41 % page state control
\r
43 /bpage {/pgsv save def} bdef
\r
44 /epage {pgsv restore} bdef
\r
46 /eplot {stroke grestore} bdef
\r
47 % orientation switch
\r
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
\r
49 % coordinate system mappings
\r
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
\r
54 makefont setfont} bdef
\r
55 /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
\r
56 ISOLatin1Encoding WindowsLatin1Encoding copy pop
\r
57 /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
\r
58 /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
\r
59 /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
\r
60 /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
\r
61 /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
\r
62 {/WindowsLatin1Encoding StandardEncoding bdef} ifelse
\r
63 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
\r
64 exch dup 3 1 roll findfont dup length dict begin
\r
65 { 1 index /FID ne {def}{pop pop} ifelse } forall
\r
66 /Encoding exch def currentdict end definefont pop} bdef
\r
67 /isroman {findfont /CharStrings get /Agrave known} bdef
\r
68 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
\r
70 /csm {1 dpi2point div -1 dpi2point div scale neg translate
\r
71 dup landscapeMode eq {pop -90 rotate}
\r
72 {rotateMode eq {90 rotate} if} ifelse} bdef
\r
73 % line types: solid, dotted, dashed, dotdash
\r
74 /SO { [] 0 setdash } bdef
\r
75 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
\r
76 /DA { [6 dpi2point mul] 0 setdash } bdef
\r
77 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
\r
78 dpi2point mul] 0 setdash } bdef
\r
79 % macros for lines and objects
\r
80 /L {lineto stroke} bdef
\r
81 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
\r
82 /AP {{rlineto} repeat} bdef
\r
84 /W {/PDlw currentlinewidth def setlinewidth} def
\r
85 /PP {closepath eofill} bdef
\r
86 /DP {closepath stroke} bdef
\r
87 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
\r
88 neg 0 exch rlineto closepath} bdef
\r
89 /FR {MR stroke} bdef
\r
91 /L1i {{currentfile picstr readhexstring pop} image} bdef
\r
93 /MakeOval {newpath tMatrix currentmatrix pop translate scale
\r
94 0 0 1 0 360 arc tMatrix setmatrix} bdef
\r
95 /FO {MakeOval stroke} bdef
\r
96 /PO {MakeOval fill} bdef
\r
97 /PD {currentlinewidth 2 div 0 360 arc fill
\r
98 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
\r
99 /FA {newpath tMatrix currentmatrix pop translate scale
\r
100 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
\r
101 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
\r
102 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
\r
103 /FAn {newpath tMatrix currentmatrix pop translate scale
\r
104 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
\r
105 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
\r
106 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
\r
107 /vradius 0 def /hradius 0 def /lry 0 def
\r
108 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
\r
109 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
\r
110 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
\r
111 vradius add translate hradius vradius scale 0 0 1 180 270 arc
\r
112 tMatrix setmatrix lrx hradius sub uly vradius add translate
\r
113 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
\r
114 lrx hradius sub lry vradius sub translate hradius vradius scale
\r
115 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
\r
116 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
\r
118 /FRR {MRR stroke } bdef
\r
119 /PRR {MRR fill } bdef
\r
120 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
\r
121 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
\r
122 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
\r
123 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
\r
125 /FlrRR {MlrRR stroke } bdef
\r
126 /PlrRR {MlrRR fill } bdef
\r
127 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
\r
128 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
\r
129 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
\r
130 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
\r
132 /FtbRR {MtbRR stroke } bdef
\r
133 /PtbRR {MtbRR fill } bdef
\r
134 /stri 6 array def /dtri 6 array def
\r
135 /smat 6 array def /dmat 6 array def
\r
136 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
\r
137 /asub {/ind2 exch def /ind1 exch def dup dup
\r
138 ind1 get exch ind2 get sub exch } bdef
\r
140 2 0 asub 3 1 asub 4 0 asub 5 1 asub
\r
141 dup 0 get exch 1 get 7 -1 roll astore } bdef
\r
142 /compute_transform {
\r
143 dmat dtri tri_to_matrix tmat1 invertmatrix
\r
144 smat stri tri_to_matrix tmat2 concatmatrix } bdef
\r
145 /ds {stri astore pop} bdef
\r
146 /dt {dtri astore pop} bdef
\r
147 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
\r
149 3 index 0 eq {/ASCIIHexDecode filter}
\r
150 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
\r
151 ifelse exch readstring pop
\r
152 dup 0 3 index getinterval /rbmap xdef
\r
153 dup 2 index dup getinterval /gbmap xdef
\r
154 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
\r
155 /it {gs np dtri aload pop moveto lineto lineto cp c
\r
156 cols rows 8 compute_transform
\r
157 rbmap gbmap bbmap true 3 colorimage gr}bdef
\r
158 /il {newpath moveto lineto stroke}bdef
\r
159 currentdict end def
\r
172 %%PageBoundingBox: 25 262 569 578
\r
177 %%BeginObject: obj1
\r
181 portraitMode 0300 6936 csm
\r
184 85 dict begin %Colortable dictionary
\r
185 /c0 { 0.000000 0.000000 0.000000 sr} bdef
\r
186 /c1 { 1.000000 1.000000 1.000000 sr} bdef
\r
187 /c2 { 0.900000 0.000000 0.000000 sr} bdef
\r
188 /c3 { 0.000000 0.820000 0.000000 sr} bdef
\r
189 /c4 { 0.000000 0.000000 0.800000 sr} bdef
\r
190 /c5 { 0.910000 0.820000 0.320000 sr} bdef
\r
191 /c6 { 1.000000 0.260000 0.820000 sr} bdef
\r
192 /c7 { 0.000000 0.820000 0.820000 sr} bdef
\r
198 0 1047 4525 0 0 -1047 849 1331 4 MP
\r
200 -4525 0 0 1047 4525 0 0 -1047 849 1331 5 MP stroke
\r
206 849 284 mt 5374 284 L
\r
207 849 1331 mt 5374 1331 L
\r
208 5374 1331 mt 5374 284 L
\r
209 849 1331 mt 849 284 L
\r
210 849 1331 mt 5374 1331 L
\r
211 849 1331 mt 849 284 L
\r
212 1414 1331 mt 1414 1285 L
\r
213 1414 284 mt 1414 329 L
\r
214 1980 1331 mt 1980 1285 L
\r
215 1980 284 mt 1980 329 L
\r
216 2545 1331 mt 2545 1285 L
\r
217 2545 284 mt 2545 329 L
\r
218 3111 1331 mt 3111 1285 L
\r
219 3111 284 mt 3111 329 L
\r
220 3677 1331 mt 3677 1285 L
\r
221 3677 284 mt 3677 329 L
\r
222 4242 1331 mt 4242 1285 L
\r
223 4242 284 mt 4242 329 L
\r
224 4808 1331 mt 4808 1285 L
\r
225 4808 284 mt 4808 329 L
\r
226 849 1331 mt 894 1331 L
\r
227 5374 1331 mt 5328 1331 L
\r
228 %%IncludeResource: font Helvetica
\r
229 /Helvetica /WindowsLatin1Encoding 120 FMSR
\r
233 849 982 mt 894 982 L
\r
234 5374 982 mt 5328 982 L
\r
237 849 633 mt 894 633 L
\r
238 5374 633 mt 5328 633 L
\r
241 849 284 mt 894 284 L
\r
242 5374 284 mt 5328 284 L
\r
245 849 284 mt 5374 284 L
\r
246 849 1331 mt 5374 1331 L
\r
247 5374 1331 mt 5374 284 L
\r
248 849 1331 mt 849 284 L
\r
249 gs 849 284 4526 1048 rc
\r
250 /c8 { 0.000000 0.000000 0.562500 sr} bdef
\r
252 0 584 452 0 0 -584 1188 1331 4 MP
\r
255 -452 0 0 584 452 0 0 -584 1188 1331 5 MP stroke
\r
257 0 130 452 0 0 -130 1754 1331 4 MP
\r
260 -452 0 0 130 452 0 0 -130 1754 1331 5 MP stroke
\r
262 0 409 453 0 0 -409 2319 1331 4 MP
\r
265 -453 0 0 409 453 0 0 -409 2319 1331 5 MP stroke
\r
267 0 782 452 0 0 -782 2885 1331 4 MP
\r
270 -452 0 0 782 452 0 0 -782 2885 1331 5 MP stroke
\r
272 0 57 453 0 0 -57 3450 1331 4 MP
\r
275 -453 0 0 57 453 0 0 -57 3450 1331 5 MP stroke
\r
277 0 36 453 0 0 -36 4016 1331 4 MP
\r
280 -453 0 0 36 453 0 0 -36 4016 1331 5 MP stroke
\r
282 0 940 452 0 0 -940 4582 1331 4 MP
\r
285 -452 0 0 940 452 0 0 -940 4582 1331 5 MP stroke
\r
286 4525 0 849 1331 2 MP stroke
\r
291 %%IncludeResource: font Helvetica
\r
292 /Helvetica /WindowsLatin1Encoding 96 FMSR
\r
296 %%IncludeResource: font Helvetica
\r
297 /Helvetica /WindowsLatin1Encoding 120 FMSR
\r
301 1209 1748 mt -45 rotate
\r
304 1779 1748 mt -45 rotate
\r
307 2337 1748 mt -45 rotate
\r
310 2954 1702 mt -45 rotate
\r
313 3512 1702 mt -45 rotate
\r
316 4082 1702 mt -45 rotate
\r
319 4641 1702 mt -45 rotate
\r
322 275 1291 mt -90 rotate
\r
323 (Throughput Mbps) s
\r
326 0 1047 1650 0 0 -1047 848 3123 4 MP
\r
328 -1650 0 0 1047 1650 0 0 -1047 848 3123 5 MP stroke
\r
334 848 2076 mt 2498 2076 L
\r
335 848 3123 mt 2498 3123 L
\r
336 2498 3123 mt 2498 2076 L
\r
337 848 3123 mt 848 2076 L
\r
338 848 3123 mt 2498 3123 L
\r
339 848 3123 mt 848 2076 L
\r
340 1055 3123 mt 1055 3106 L
\r
341 1055 2076 mt 1055 2092 L
\r
342 1261 3123 mt 1261 3106 L
\r
343 1261 2076 mt 1261 2092 L
\r
344 1467 3123 mt 1467 3106 L
\r
345 1467 2076 mt 1467 2092 L
\r
346 1673 3123 mt 1673 3106 L
\r
347 1673 2076 mt 1673 2092 L
\r
348 1879 3123 mt 1879 3106 L
\r
349 1879 2076 mt 1879 2092 L
\r
350 2085 3123 mt 2085 3106 L
\r
351 2085 2076 mt 2085 2092 L
\r
352 2291 3123 mt 2291 3106 L
\r
353 2291 2076 mt 2291 2092 L
\r
354 848 3123 mt 865 3123 L
\r
355 2498 3123 mt 2481 3123 L
\r
358 848 2774 mt 865 2774 L
\r
359 2498 2774 mt 2481 2774 L
\r
362 848 2425 mt 865 2425 L
\r
363 2498 2425 mt 2481 2425 L
\r
366 848 2076 mt 865 2076 L
\r
367 2498 2076 mt 2481 2076 L
\r
370 848 2076 mt 2498 2076 L
\r
371 848 3123 mt 2498 3123 L
\r
372 2498 3123 mt 2498 2076 L
\r
373 848 3123 mt 848 2076 L
\r
374 gs 849 2076 1650 1048 rc
\r
376 0 584 165 0 0 -584 972 3123 4 MP
\r
379 -165 0 0 584 165 0 0 -584 972 3123 5 MP stroke
\r
381 0 130 165 0 0 -130 1178 3123 4 MP
\r
384 -165 0 0 130 165 0 0 -130 1178 3123 5 MP stroke
\r
386 0 409 165 0 0 -409 1384 3123 4 MP
\r
389 -165 0 0 409 165 0 0 -409 1384 3123 5 MP stroke
\r
391 0 782 164 0 0 -782 1591 3123 4 MP
\r
394 -164 0 0 782 164 0 0 -782 1591 3123 5 MP stroke
\r
396 0 57 165 0 0 -57 1797 3123 4 MP
\r
399 -165 0 0 57 165 0 0 -57 1797 3123 5 MP stroke
\r
401 0 36 165 0 0 -36 2003 3123 4 MP
\r
404 -165 0 0 36 165 0 0 -36 2003 3123 5 MP stroke
\r
406 0 940 165 0 0 -940 2209 3123 4 MP
\r
409 -165 0 0 940 165 0 0 -940 2209 3123 5 MP stroke
\r
410 1649 0 849 3123 2 MP stroke
\r
415 %%IncludeResource: font Helvetica
\r
416 /Helvetica /WindowsLatin1Encoding 96 FMSR
\r
420 %%IncludeResource: font Helvetica
\r
421 /Helvetica /WindowsLatin1Encoding 120 FMSR
\r
425 813 3540 mt -45 rotate
\r
428 976 3540 mt -45 rotate
\r
431 1138 3540 mt -45 rotate
\r
434 1347 3494 mt -45 rotate
\r
437 1510 3494 mt -45 rotate
\r
440 1672 3494 mt -45 rotate
\r
443 1835 3494 mt -45 rotate
\r
446 276 3083 mt -90 rotate
\r
447 (Throughput Mbps) s
\r
450 0 1047 1649 0 0 -1047 3725 3123 4 MP
\r
452 -1649 0 0 1047 1649 0 0 -1047 3725 3123 5 MP stroke
\r
458 3725 2076 mt 5374 2076 L
\r
459 3725 3123 mt 5374 3123 L
\r
460 5374 3123 mt 5374 2076 L
\r
461 3725 3123 mt 3725 2076 L
\r
462 3725 3123 mt 5374 3123 L
\r
463 3725 3123 mt 3725 2076 L
\r
464 3931 3123 mt 3931 3106 L
\r
465 3931 2076 mt 3931 2092 L
\r
466 4137 3123 mt 4137 3106 L
\r
467 4137 2076 mt 4137 2092 L
\r
468 4343 3123 mt 4343 3106 L
\r
469 4343 2076 mt 4343 2092 L
\r
470 4549 3123 mt 4549 3106 L
\r
471 4549 2076 mt 4549 2092 L
\r
472 4755 3123 mt 4755 3106 L
\r
473 4755 2076 mt 4755 2092 L
\r
474 4961 3123 mt 4961 3106 L
\r
475 4961 2076 mt 4961 2092 L
\r
476 5167 3123 mt 5167 3106 L
\r
477 5167 2076 mt 5167 2092 L
\r
478 3725 3123 mt 3741 3123 L
\r
479 5374 3123 mt 5357 3123 L
\r
482 3725 2774 mt 3741 2774 L
\r
483 5374 2774 mt 5357 2774 L
\r
486 3725 2425 mt 3741 2425 L
\r
487 5374 2425 mt 5357 2425 L
\r
490 3725 2076 mt 3741 2076 L
\r
491 5374 2076 mt 5357 2076 L
\r
494 3725 2076 mt 5374 2076 L
\r
495 3725 3123 mt 5374 3123 L
\r
496 5374 3123 mt 5374 2076 L
\r
497 3725 3123 mt 3725 2076 L
\r
498 gs 3725 2076 1650 1048 rc
\r
500 0 584 165 0 0 -584 3848 3123 4 MP
\r
503 -165 0 0 584 165 0 0 -584 3848 3123 5 MP stroke
\r
505 0 130 165 0 0 -130 4054 3123 4 MP
\r
508 -165 0 0 130 165 0 0 -130 4054 3123 5 MP stroke
\r
510 0 409 165 0 0 -409 4260 3123 4 MP
\r
513 -165 0 0 409 165 0 0 -409 4260 3123 5 MP stroke
\r
515 0 782 164 0 0 -782 4467 3123 4 MP
\r
518 -164 0 0 782 164 0 0 -782 4467 3123 5 MP stroke
\r
520 0 57 165 0 0 -57 4673 3123 4 MP
\r
523 -165 0 0 57 165 0 0 -57 4673 3123 5 MP stroke
\r
525 0 36 165 0 0 -36 4879 3123 4 MP
\r
528 -165 0 0 36 165 0 0 -36 4879 3123 5 MP stroke
\r
530 0 940 165 0 0 -940 5085 3123 4 MP
\r
533 -165 0 0 940 165 0 0 -940 5085 3123 5 MP stroke
\r
534 1649 0 3725 3123 2 MP stroke
\r
539 %%IncludeResource: font Helvetica
\r
540 /Helvetica /WindowsLatin1Encoding 96 FMSR
\r
544 %%IncludeResource: font Helvetica
\r
545 /Helvetica /WindowsLatin1Encoding 120 FMSR
\r
549 3688 3540 mt -45 rotate
\r
552 3850 3540 mt -45 rotate
\r
555 4011 3540 mt -45 rotate
\r
558 4219 3494 mt -45 rotate
\r
561 4392 3494 mt -45 rotate
\r
564 4553 3494 mt -45 rotate
\r
567 4715 3494 mt -45 rotate
\r
570 3156 3083 mt -90 rotate
\r
571 (Throughput Mbps) s
\r