%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. Version 7.9.0.529 (R2009b). Operating System: Microsoft Windows XP. %%Title: C:\UTIA\my_graphs\real_tc_cin.eps %%CreationDate: 07/22/2010 07:21:14 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%LanguageLevel: 2 %%Pages: 1 %%BoundingBox: 96 238 515 553 %%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: 96 238 515 553 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 1152 6636 csm 0 0 5039 3780 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 5040 3781 rf 6 w 0 3081 3905 0 0 -3081 655 3364 4 MP PP -3905 0 0 3081 3905 0 0 -3081 655 3364 5 MP stroke 4 w DO SO 6 w 0 sg 655 283 mt 4560 283 L 655 3364 mt 4560 3364 L 4560 3364 mt 4560 283 L 655 3364 mt 655 283 L 655 3364 mt 4560 3364 L 655 3364 mt 655 283 L 655 3364 mt 655 3324 L 655 283 mt 655 322 L %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 622 3509 mt (0) s 1436 3364 mt 1436 3324 L 1436 283 mt 1436 322 L 1403 3509 mt (5) s 2217 3364 mt 2217 3324 L 2217 283 mt 2217 322 L 2151 3509 mt (10) s 2998 3364 mt 2998 3324 L 2998 283 mt 2998 322 L 2932 3509 mt (15) s 3779 3364 mt 3779 3324 L 3779 283 mt 3779 322 L 3713 3509 mt (20) s 4560 3364 mt 4560 3324 L 4560 283 mt 4560 322 L 4494 3509 mt (25) s 655 3364 mt 694 3364 L 4560 3364 mt 4520 3364 L 554 3408 mt (0) s 655 2850 mt 694 2850 L 4560 2850 mt 4520 2850 L 487 2894 mt (20) s 655 2337 mt 694 2337 L 4560 2337 mt 4520 2337 L 487 2381 mt (40) s 655 1823 mt 694 1823 L 4560 1823 mt 4520 1823 L 487 1867 mt (60) s 655 1310 mt 694 1310 L 4560 1310 mt 4520 1310 L 487 1354 mt (80) s 655 796 mt 694 796 L 4560 796 mt 4520 796 L 420 840 mt (100) s 655 283 mt 694 283 L 4560 283 mt 4520 283 L 420 327 mt (120) s 655 283 mt 4560 283 L 655 3364 mt 4560 3364 L 4560 3364 mt 4560 283 L 655 3364 mt 655 283 L gs 655 283 3906 3082 rc /c8 { 0.000000 0.000000 1.000000 sr} bdef c8 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 26 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 52 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 25 4 0 4 0 4 0 4 0 4 52 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 256 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 154 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 180 4 0 4 0 4 0 4 0 4 360 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 282 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 -103 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 488 4 0 4 0 4 0 4 0 4 77 3 0 4 0 4 0 4 0 3232 488 300 MP stroke 4 -154 4 0 4 0 4 0 4 0 4 -128 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 -154 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 -231 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 25 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 52 4 0 4 0 4 0 4 0 4 25 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 2064 1053 300 MP stroke 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 -282 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 -103 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 -51 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 205 4 0 4 0 4 0 4 0 3 -103 4 0 4 0 4 0 4 0 4 26 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 -334 4 0 4 0 4 0 4 0 4 -51 3 0 4 0 4 0 4 0 4 -462 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 -129 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 897 2337 300 MP stroke 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 4 0 3 0 4 0 4 0 4 0 4 0 4 0 4 0 4 26 4 0 4 0 3 0 4 0 4 103 4 0 4 0 4 0 4 0 4 385 4 0 4 0 4 0 3 0 4 513 4 0 4 0 4 0 4 0 4 0 4 0 4 0 662 1310 61 MP stroke /c9 { 1.000000 0.000000 0.000000 sr} bdef c9 4 33 3 -43 4 -29 4 13 4 -4 4 -15 4 16 4 31 4 29 4 -58 4 -33 3 27 4 32 4 -4 4 -17 4 6 4 18 4 -15 4 -11 4 41 4 49 4 -24 3 -24 4 2 4 -4 4 -22 4 60 4 12 4 -82 4 12 4 9 4 20 3 47 4 -19 4 55 4 -52 4 39 4 -5 4 -25 4 -49 4 -28 4 -13 4 27 3 37 4 2 4 -36 4 0 4 103 4 -24 4 -63 4 74 4 12 4 -41 3 -17 4 -8 4 29 4 25 4 -40 4 -22 4 -25 4 -22 4 8 4 54 4 -36 3 64 4 -12 4 -42 4 57 4 67 4 -1 4 -2 4 -55 4 -14 4 -35 3 46 4 61 4 1 4 26 4 -33 4 -31 4 23 4 -51 4 29 4 62 4 -57 3 27 4 0 4 -63 4 -9 4 0 4 -8 4 66 4 76 4 -15 4 1 3 20 4 -108 4 -45 4 31 4 69 4 20 4 52 4 17 4 27 4 16 4 -21 3 18 4 -54 4 84 4 26 4 -53 4 -51 4 30 4 -60 4 30 4 -26 3 -14 4 -1 4 -10 4 -6 4 0 4 72 4 -2 4 39 4 -70 4 -12 4 30 3 125 4 43 4 -35 4 -97 4 76 4 -29 4 -82 4 27 4 30 4 111 3 -31 4 -121 4 146 4 -7 4 16 4 -30 4 101 4 34 4 -120 4 -4 4 -30 3 27 4 64 4 -17 4 -116 4 -19 4 29 4 -30 4 -12 4 -17 4 172 3 48 4 42 4 1 4 14 4 -86 4 -15 4 -10 4 91 4 64 4 -62 4 31 3 63 4 -149 4 -19 4 -166 4 16 4 129 4 90 4 -66 4 116 4 9 4 -194 3 110 4 -54 4 90 4 54 4 -63 4 76 4 -20 4 95 4 -22 4 -67 3 -22 4 86 4 -123 4 38 4 48 4 5 4 52 4 16 4 -59 4 -15 4 77 3 -93 4 -76 4 49 4 136 4 -37 4 -31 4 127 4 -29 4 -7 4 -120 3 72 4 62 4 22 4 -8 4 -58 4 21 4 -4 4 -36 4 59 4 -40 4 42 3 -91 4 0 4 64 4 -41 4 -58 4 148 4 -21 4 -38 4 88 4 -107 3 11 4 33 4 76 4 53 4 -60 4 -15 4 50 4 -17 4 -85 4 -38 4 215 3 -30 4 -44 4 -47 4 -84 4 179 4 -84 4 -76 4 -55 4 58 4 -90 3 107 4 7 4 29 4 -174 4 218 4 37 4 127 4 -41 4 75 4 -38 4 -31 3 -11 4 -85 4 -16 4 -18 4 -52 4 -79 4 40 4 114 4 45 4 -19 3 -129 4 6 4 -39 4 -47 4 -25 4 78 4 223 4 -131 4 71 4 -60 4 -12 3 -15 4 -76 4 16 4 -78 4 120 4 52 4 -77 4 164 4 6 4 -43 3 -1 4 -201 4 92 4 273 3232 1713 300 MP stroke 4 -98 4 -70 4 -43 4 190 4 -32 4 -71 4 25 3 1 4 -130 4 -35 4 42 4 110 4 -43 4 26 4 -1 4 151 4 -107 3 -136 4 105 4 7 4 -200 4 -145 4 89 4 46 4 90 4 54 4 -137 4 -2 3 66 4 44 4 -71 4 -106 4 27 4 36 4 79 4 -16 4 -68 4 21 3 141 4 -19 4 -140 4 95 4 -217 4 189 4 20 4 182 4 -39 4 -188 4 1 3 26 4 -125 4 21 4 78 4 -149 4 42 4 172 4 -40 4 -8 4 -46 3 -44 4 -196 4 229 4 122 4 -210 4 -88 4 151 4 135 4 -115 4 -29 4 39 3 106 4 -55 4 -8 4 1 4 -35 4 -62 4 -132 4 80 4 40 4 39 4 41 3 -69 4 -9 4 -108 4 114 4 -53 4 37 4 71 4 -47 4 -71 4 101 3 -5 4 -129 4 60 4 96 4 6 4 107 4 -79 4 -75 4 25 4 -123 4 58 3 -21 4 145 4 108 4 43 4 -142 4 -167 4 82 4 -1 4 165 4 -122 3 -21 4 -113 4 55 4 -4 4 -60 4 45 4 147 4 27 4 5 4 2 4 -121 3 1 4 -19 4 9 4 35 4 -89 4 141 4 111 4 -74 4 -144 4 56 3 -53 4 37 4 -142 4 71 4 198 4 10 4 21 4 -34 4 28 4 96 4 -157 3 -146 4 -149 4 192 4 97 4 32 4 -49 4 -123 4 -9 4 3 4 20 3 -17 4 -39 4 100 4 -9 4 36 4 -66 4 3 4 -90 4 150 4 -57 4 -13 3 -18 4 51 4 52 4 13 4 -103 4 175 4 46 4 -78 4 -110 4 -54 3 -11 4 24 4 -130 4 14 4 72 4 128 4 -12 4 -82 4 43 4 37 4 26 3 74 4 -58 4 -124 4 72 4 -91 4 79 4 -52 4 25 4 10 4 -13 3 259 4 -66 4 -130 4 -31 4 31 4 -77 4 -27 4 147 4 -95 4 29 4 -74 3 9 4 67 4 -90 4 136 4 -34 4 -98 4 83 4 -16 4 -21 4 -45 3 -29 4 22 4 125 4 -92 4 44 4 23 4 -102 4 -88 4 5 4 89 4 28 3 118 4 -76 4 -34 4 115 4 79 4 13 4 -122 4 -34 4 -18 4 43 3 109 4 -27 4 80 4 -116 4 -154 4 -1 4 26 4 -3 4 -130 4 -44 4 91 3 50 4 66 4 51 4 99 4 -27 4 -119 4 -18 4 86 4 -22 4 27 3 -96 4 9 4 99 4 -42 4 -115 4 8 4 -66 4 -5 4 66 4 -59 4 102 3 -102 4 -35 4 -20 4 -29 4 81 4 -37 4 32 4 114 4 2 4 -81 4 8 3 -29 4 -124 4 12 4 68 4 -60 4 176 4 -96 4 1 4 91 4 -3 3 53 4 13 4 -52 4 1 4 -119 4 -62 4 19 4 12 2064 2253 300 MP stroke 4 -95 4 60 4 79 3 86 4 -33 4 75 4 -81 4 -50 4 36 4 -25 4 -42 4 -2 4 40 3 58 4 -70 4 80 4 116 4 -19 4 17 4 -111 4 -67 4 -6 4 -24 4 -95 3 78 4 -18 4 53 4 21 4 14 4 109 4 -35 4 29 4 -29 4 7 3 -56 4 50 4 -1 4 -107 4 -35 4 -85 4 -30 4 181 4 179 4 -47 4 -2 3 -143 4 20 4 -52 4 71 4 3 4 8 4 -32 4 31 4 -107 4 6 3 53 4 -105 4 -60 4 30 4 92 4 -43 4 -77 4 -47 4 10 4 65 4 79 3 -7 4 0 4 50 4 24 4 -109 4 -45 4 -56 4 90 4 15 4 -100 3 55 4 27 4 78 4 -31 4 -74 4 137 4 -15 4 -55 4 38 4 38 4 -45 3 -52 4 17 4 -98 4 -27 4 121 4 8 4 21 4 65 4 -212 4 -74 3 40 4 74 4 -86 4 -81 4 53 4 -62 4 -16 4 5 4 -82 4 -12 4 41 3 -27 4 52 4 -30 4 -20 4 -45 4 31 4 -38 4 8 4 11 4 26 3 -60 4 37 4 79 4 -53 4 28 4 -30 4 -8 4 -73 4 -17 4 -21 4 69 3 25 4 60 4 -36 4 -42 4 26 4 -52 4 -17 4 -23 4 -17 4 52 3 -36 4 -7 4 2 4 -24 4 15 4 33 4 4 4 -27 4 -2 4 25 4 -17 3 32 4 -86 4 -30 4 11 4 15 4 -9 4 29 4 -1 4 -75 4 12 3 5 4 25 4 48 4 -28 4 -45 4 4 4 -10 4 17 4 -6 4 14 4 1 3 -35 4 14 4 14 4 -8 4 -23 4 11 4 -11 4 18 4 -22 4 -19 4 9 3 18 4 -11 4 12 4 -2 4 14 4 -22 4 5 4 32 4 -59 4 4 3 9 4 18 4 -16 4 21 4 1 4 -22 4 -13 4 6 4 13 4 1 4 0 3 -6 4 8 4 3 4 -7 4 -13 4 -1 4 10 4 -5 4 16 4 -9 3 9 4 -7 4 -14 4 11 4 8 4 -9 4 0 4 0 4 20 4 -17 4 2 3 1 4 5 4 12 4 -24 4 -6 4 15 4 28 4 -3 4 -35 4 18 3 -2 4 13 4 28 4 -29 4 -6 4 -35 4 5 4 10 4 21 4 42 4 -68 3 17 4 -7 4 1 4 6 4 -7 4 26 4 -51 4 2 4 2 4 4 3 10 4 18 4 -15 4 -4 4 18 4 36 4 -5 4 2 4 -41 4 6 4 -25 3 10 4 -8 4 11 4 10 4 -8 4 -9 4 14 4 8 4 -14 4 -15 3 7 4 14 4 3 4 -6 4 25 4 -13 4 -8 4 -17 4 12 4 4 4 28 3 -16 4 -10 4 5 4 1 4 -14 4 10 4 33 4 -12 4 7 4 -11 3 -2 4 -17 897 2845 300 MP stroke 4 19 4 -28 4 21 4 17 4 -37 4 22 4 -21 4 23 4 47 3 -22 4 -43 4 -11 4 -8 4 11 4 20 4 -37 4 4 4 7 4 15 3 29 4 34 4 -18 4 2 4 5 4 -54 4 14 4 -10 4 32 4 -15 4 -24 3 0 4 -9 4 2 4 5 4 22 4 6 4 4 4 9 4 13 4 -22 3 4 4 25 4 -16 4 29 4 45 4 -38 4 -26 4 -15 4 23 4 15 4 -36 3 -34 4 -7 4 24 4 47 4 16 4 13 4 -12 4 -73 4 -39 662 2876 61 MP stroke gr c9 0 sg 2506 3652 mt (t [h]) s 638 3407 mt ( ) s 4544 325 mt ( ) s 1 sg 0 388 1173 0 0 -388 3327 731 4 MP PP -1173 0 0 388 1173 0 0 -388 3327 731 5 MP stroke 4 w DO SO 6 w 0 sg 3327 343 mt 4500 343 L 3327 731 mt 4500 731 L 4500 731 mt 4500 343 L 3327 731 mt 3327 343 L 3327 731 mt 4500 731 L 3327 731 mt 3327 343 L 3327 343 mt 4500 343 L 3327 731 mt 4500 731 L 4500 731 mt 4500 343 L 3327 731 mt 3327 343 L 3804 477 mt (T) s %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 96 FMSR 3877 537 mt (c) s %%IncludeResource: font Helvetica /Helvetica /WindowsLatin1Encoding 120 FMSR 3925 477 mt ( [s]) s gs 3327 343 1174 389 rc c8 366 0 3400 461 2 MP stroke gr c8 0 sg 3804 679 mt (detektory [-]) s gs 3327 343 1174 389 rc c9 366 0 3400 636 2 MP stroke gr c9 end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF