%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. Version 7.8.0.347 (R2009a). Operating System: Microsoft Windows Vista. %%Title: C:\Users\michal\Documents\MATLAB\bpmer\comptray.eps %%CreationDate: 05/20/2010 22:21:39 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 59 254 535 588 %%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 /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef ISOLatin1Encoding WindowsLatin1Encoding copy pop /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop} {/WindowsLatin1Encoding StandardEncoding bdef} ifelse /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: 59 254 535 588 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0708 7056 csm 0 0 5720 4007 rc 85 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 5721 4008 rf 6 w 0 3265 1914 0 0 -3265 744 3566 4 MP PP -1914 0 0 3265 1914 0 0 -3265 744 3566 5 MP stroke 4 w DO SO 6 w 0 sg 744 301 mt 2658 301 L 744 3566 mt 2658 3566 L 2658 3566 mt 2658 301 L 744 3566 mt 744 301 L 744 3566 mt 2658 3566 L 744 3566 mt 744 301 L 744 3566 mt 744 3533 L 744 301 mt 744 333 L %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 711 3711 mt (1) s 1222 3566 mt 1222 3533 L 1222 301 mt 1222 333 L 1189 3711 mt (2) s 1701 3566 mt 1701 3533 L 1701 301 mt 1701 333 L 1668 3711 mt (3) s 2179 3566 mt 2179 3533 L 2179 301 mt 2179 333 L 2146 3711 mt (4) s 2658 3566 mt 2658 3533 L 2658 301 mt 2658 333 L 2625 3711 mt (5) s 744 3566 mt 776 3566 L 2658 3566 mt 2625 3566 L 473 3610 mt (-0.2) s 744 3099 mt 776 3099 L 2658 3099 mt 2625 3099 L 643 3143 mt (0) s 744 2633 mt 776 2633 L 2658 2633 mt 2625 2633 L 543 2677 mt (0.2) s 744 2166 mt 776 2166 L 2658 2166 mt 2625 2166 L 543 2210 mt (0.4) s 744 1700 mt 776 1700 L 2658 1700 mt 2625 1700 L 543 1744 mt (0.6) s 744 1233 mt 776 1233 L 2658 1233 mt 2625 1233 L 543 1277 mt (0.8) s 744 767 mt 776 767 L 2658 767 mt 2625 767 L 643 811 mt (1) s 744 301 mt 776 301 L 2658 301 mt 2625 301 L 543 345 mt (1.2) s 744 301 mt 2658 301 L 744 3566 mt 2658 3566 L 2658 3566 mt 2658 301 L 744 3566 mt 744 301 L gs 744 301 1915 3266 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 479 -38 478 -2 479 0 478 -2340 744 3133 5 MP stroke /c9 { 0.000000 0.500000 0.000000 sr} bdef c9 479 -7 478 -19 479 -10 478 -2283 744 3063 5 MP stroke /c10 { 1.000000 0.000000 0.000000 sr} bdef c10 479 -45 478 -25 479 48 478 -2341 744 3098 5 MP stroke /c11 { 0.000000 0.750000 0.750000 sr} bdef c11 479 13 478 -23 479 7 478 -2329 744 3099 5 MP stroke /c12 { 0.750000 0.000000 0.750000 sr} bdef c12 479 -38 478 20 479 8 478 -2364 744 3131 5 MP stroke gr c12 0 sg 1670 3854 mt (k) s 391 1964 mt -90 rotate (y) s 90 rotate 1338 198 mt (b ) s %%IncludeResource: font Symbol /Symbol /WindowsLatin1Encoding 120 FMSR 1438 198 mt (~) s %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 1503 198 mt ( N\(1; 0,01\)) s 727 3609 mt ( ) s 2642 343 mt ( ) s 1 sg 0 3265 1915 0 0 -3265 3262 3566 4 MP PP -1915 0 0 3265 1915 0 0 -3265 3262 3566 5 MP stroke 4 w DO SO 6 w 0 sg 3262 301 mt 5177 301 L 3262 3566 mt 5177 3566 L 5177 3566 mt 5177 301 L 3262 3566 mt 3262 301 L 3262 3566 mt 5177 3566 L 3262 3566 mt 3262 301 L 3262 3566 mt 3262 3533 L 3262 301 mt 3262 333 L 3229 3711 mt (1) s 3740 3566 mt 3740 3533 L 3740 301 mt 3740 333 L 3707 3711 mt (2) s 4219 3566 mt 4219 3533 L 4219 301 mt 4219 333 L 4186 3711 mt (3) s 4698 3566 mt 4698 3533 L 4698 301 mt 4698 333 L 4665 3711 mt (4) s 5177 3566 mt 5177 3533 L 5177 301 mt 5177 333 L 5144 3711 mt (5) s 3262 3566 mt 3294 3566 L 5177 3566 mt 5144 3566 L 2991 3610 mt (-0.2) s 3262 3099 mt 3294 3099 L 5177 3099 mt 5144 3099 L 3161 3143 mt (0) s 3262 2633 mt 3294 2633 L 5177 2633 mt 5144 2633 L 3061 2677 mt (0.2) s 3262 2166 mt 3294 2166 L 5177 2166 mt 5144 2166 L 3061 2210 mt (0.4) s 3262 1700 mt 3294 1700 L 5177 1700 mt 5144 1700 L 3061 1744 mt (0.6) s 3262 1233 mt 3294 1233 L 5177 1233 mt 5144 1233 L 3061 1277 mt (0.8) s 3262 767 mt 3294 767 L 5177 767 mt 5144 767 L 3161 811 mt (1) s 3262 301 mt 3294 301 L 5177 301 mt 5144 301 L 3061 345 mt (1.2) s 3262 301 mt 5177 301 L 3262 3566 mt 5177 3566 L 5177 3566 mt 5177 301 L 3262 3566 mt 3262 301 L gs 3262 301 1916 3266 rc c8 479 68 479 -224 479 247 478 -2395 3262 3129 5 MP stroke c9 479 -11 479 26 479 6 478 -2397 3262 3149 5 MP stroke c10 479 39 479 -33 479 28 478 -2395 3262 3157 5 MP stroke c11 479 -51 479 -6 479 -186 478 -2068 3262 3099 5 MP stroke c12 479 -70 479 77 479 -378 478 -2018 3262 3126 5 MP stroke gr c12 0 sg 4188 3854 mt (k) s 2909 1964 mt -90 rotate (y) s 90 rotate 3890 198 mt (b ) s %%IncludeResource: font Symbol /Symbol /WindowsLatin1Encoding 120 FMSR 3990 198 mt (~) s %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 4055 198 mt ( N\(1; 0,1\)) s 3245 3609 mt ( ) s 5161 343 mt ( ) s 1 sg 0 772 786 0 0 -772 1813 3507 4 MP PP -786 0 0 772 786 0 0 -772 1813 3507 5 MP stroke 4 w DO SO 6 w 0 sg 1813 2735 mt 2599 2735 L 1813 3507 mt 2599 3507 L 2599 3507 mt 2599 2735 L 1813 3507 mt 1813 2735 L 1813 3507 mt 2599 3507 L 1813 3507 mt 1813 2735 L 1813 2735 mt 2599 2735 L 1813 3507 mt 2599 3507 L 2599 3507 mt 2599 2735 L 1813 3507 mt 1813 2735 L 2278 2869 mt (CE) s gs 1813 2735 787 773 rc c8 357 0 1884 2826 2 MP stroke gr c8 0 sg 2278 3016 mt (sLQ) s gs 1813 2735 787 773 rc c9 357 0 1884 2973 2 MP stroke gr c9 0 sg 2278 3164 mt (LQ) s gs 1813 2735 787 773 rc c10 357 0 1884 3121 2 MP stroke gr c10 0 sg 2278 3311 mt (iLQG) s gs 1813 2735 787 773 rc c11 357 0 1884 3268 2 MP stroke gr c11 0 sg 2278 3458 mt (iLDP) s gs 1813 2735 787 773 rc c12 357 0 1884 3415 2 MP stroke gr c12 1 sg 0 772 786 0 0 -772 4332 3507 4 MP PP -786 0 0 772 786 0 0 -772 4332 3507 5 MP stroke 4 w DO SO 6 w 0 sg 4332 2735 mt 5118 2735 L 4332 3507 mt 5118 3507 L 5118 3507 mt 5118 2735 L 4332 3507 mt 4332 2735 L 4332 3507 mt 5118 3507 L 4332 3507 mt 4332 2735 L 4332 2735 mt 5118 2735 L 4332 3507 mt 5118 3507 L 5118 3507 mt 5118 2735 L 4332 3507 mt 4332 2735 L 4797 2869 mt (CE) s gs 4332 2735 787 773 rc c8 357 0 4403 2826 2 MP stroke gr c8 0 sg 4797 3016 mt (sLQ) s gs 4332 2735 787 773 rc c9 357 0 4403 2973 2 MP stroke gr c9 0 sg 4797 3164 mt (LQ) s gs 4332 2735 787 773 rc c10 357 0 4403 3121 2 MP stroke gr c10 0 sg 4797 3311 mt (iLQG) s gs 4332 2735 787 773 rc c11 357 0 4403 3268 2 MP stroke gr c11 0 sg 4797 3458 mt (iLDP) s gs 4332 2735 787 773 rc c12 357 0 4403 3415 2 MP stroke gr c12 end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF