hekeus@45: %!PS-Adobe-3.0 EPSF-3.0 hekeus@45: %%Creator: MATLAB, The Mathworks, Inc. hekeus@45: %%Title: /Users/samer/matbase/figs/fig48061.eps hekeus@45: %%CreationDate: 02/18/2008 06:40:37 hekeus@45: %%DocumentNeededFonts: Helvetica hekeus@45: %%DocumentProcessColors: Cyan Magenta Yellow Black hekeus@45: %%LanguageLevel: 2 hekeus@45: %%Pages: 1 hekeus@45: %%BoundingBox: 14 0 209 117 hekeus@45: %%EndComments hekeus@45: hekeus@45: %%BeginProlog hekeus@45: % MathWorks dictionary hekeus@45: /MathWorks 160 dict begin hekeus@45: % definition operators hekeus@45: /bdef {bind def} bind def hekeus@45: /ldef {load def} bind def hekeus@45: /xdef {exch def} bdef hekeus@45: /xstore {exch store} bdef hekeus@45: % operator abbreviations hekeus@45: /c /clip ldef hekeus@45: /cc /concat ldef hekeus@45: /cp /closepath ldef hekeus@45: /gr /grestore ldef hekeus@45: /gs /gsave ldef hekeus@45: /mt /moveto ldef hekeus@45: /np /newpath ldef hekeus@45: /cm /currentmatrix ldef hekeus@45: /sm /setmatrix ldef hekeus@45: /rm /rmoveto ldef hekeus@45: /rl /rlineto ldef hekeus@45: /s {show newpath} bdef hekeus@45: /sc {setcmykcolor} bdef hekeus@45: /sr /setrgbcolor ldef hekeus@45: /sg /setgray ldef hekeus@45: /w /setlinewidth ldef hekeus@45: /j /setlinejoin ldef hekeus@45: /cap /setlinecap ldef hekeus@45: /rc {rectclip} bdef hekeus@45: /rf {rectfill} bdef hekeus@45: % page state control hekeus@45: /pgsv () def hekeus@45: /bpage {/pgsv save def} bdef hekeus@45: /epage {pgsv restore} bdef hekeus@45: /bplot /gsave ldef hekeus@45: /eplot {stroke grestore} bdef hekeus@45: % orientation switch hekeus@45: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def hekeus@45: % coordinate system mappings hekeus@45: /dpi2point 0 def hekeus@45: % font control hekeus@45: /FontSize 0 def hekeus@45: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] hekeus@45: makefont setfont} bdef hekeus@45: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse hekeus@45: exch dup 3 1 roll findfont dup length dict begin hekeus@45: { 1 index /FID ne {def}{pop pop} ifelse } forall hekeus@45: /Encoding exch def currentdict end definefont pop} bdef hekeus@45: /isroman {findfont /CharStrings get /Agrave known} bdef hekeus@45: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse hekeus@45: exch FMS} bdef hekeus@45: /csm {1 dpi2point div -1 dpi2point div scale neg translate hekeus@45: dup landscapeMode eq {pop -90 rotate} hekeus@45: {rotateMode eq {90 rotate} if} ifelse} bdef hekeus@45: % line types: solid, dotted, dashed, dotdash hekeus@45: /SO { [] 0 setdash } bdef hekeus@45: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef hekeus@45: /DA { [6 dpi2point mul] 0 setdash } bdef hekeus@45: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 hekeus@45: dpi2point mul] 0 setdash } bdef hekeus@45: % macros for lines and objects hekeus@45: /L {lineto stroke} bdef hekeus@45: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef hekeus@45: /AP {{rlineto} repeat} bdef hekeus@45: /PDlw -1 def hekeus@45: /W {/PDlw currentlinewidth def setlinewidth} def hekeus@45: /PP {closepath eofill} bdef hekeus@45: /DP {closepath stroke} bdef hekeus@45: /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto hekeus@45: neg 0 exch rlineto closepath} bdef hekeus@45: /FR {MR stroke} bdef hekeus@45: /PR {MR fill} bdef hekeus@45: /L1i {{currentfile picstr readhexstring pop} image} bdef hekeus@45: /tMatrix matrix def hekeus@45: /MakeOval {newpath tMatrix currentmatrix pop translate scale hekeus@45: 0 0 1 0 360 arc tMatrix setmatrix} bdef hekeus@45: /FO {MakeOval stroke} bdef hekeus@45: /PO {MakeOval fill} bdef hekeus@45: /PD {currentlinewidth 2 div 0 360 arc fill hekeus@45: PDlw -1 eq not {PDlw w /PDlw -1 def} if} def hekeus@45: /FA {newpath tMatrix currentmatrix pop translate scale hekeus@45: 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef hekeus@45: /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale hekeus@45: 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef hekeus@45: /FAn {newpath tMatrix currentmatrix pop translate scale hekeus@45: 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef hekeus@45: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale hekeus@45: 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef hekeus@45: /vradius 0 def /hradius 0 def /lry 0 def hekeus@45: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def hekeus@45: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef hekeus@45: /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly hekeus@45: vradius add translate hradius vradius scale 0 0 1 180 270 arc hekeus@45: tMatrix setmatrix lrx hradius sub uly vradius add translate hekeus@45: hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix hekeus@45: lrx hradius sub lry vradius sub translate hradius vradius scale hekeus@45: 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub hekeus@45: translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix hekeus@45: closepath} bdef hekeus@45: /FRR {MRR stroke } bdef hekeus@45: /PRR {MRR fill } bdef hekeus@45: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def hekeus@45: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate hekeus@45: rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad hekeus@45: sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix hekeus@45: closepath} bdef hekeus@45: /FlrRR {MlrRR stroke } bdef hekeus@45: /PlrRR {MlrRR fill } bdef hekeus@45: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def hekeus@45: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate hekeus@45: rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad hekeus@45: sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix hekeus@45: closepath} bdef hekeus@45: /FtbRR {MtbRR stroke } bdef hekeus@45: /PtbRR {MtbRR fill } bdef hekeus@45: /stri 6 array def /dtri 6 array def hekeus@45: /smat 6 array def /dmat 6 array def hekeus@45: /tmat1 6 array def /tmat2 6 array def /dif 3 array def hekeus@45: /asub {/ind2 exch def /ind1 exch def dup dup hekeus@45: ind1 get exch ind2 get sub exch } bdef hekeus@45: /tri_to_matrix { hekeus@45: 2 0 asub 3 1 asub 4 0 asub 5 1 asub hekeus@45: dup 0 get exch 1 get 7 -1 roll astore } bdef hekeus@45: /compute_transform { hekeus@45: dmat dtri tri_to_matrix tmat1 invertmatrix hekeus@45: smat stri tri_to_matrix tmat2 concatmatrix } bdef hekeus@45: /ds {stri astore pop} bdef hekeus@45: /dt {dtri astore pop} bdef hekeus@45: /db {2 copy /cols xdef /rows xdef mul dup 3 mul string hekeus@45: currentfile hekeus@45: 3 index 0 eq {/ASCIIHexDecode filter} hekeus@45: {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } hekeus@45: ifelse exch readstring pop hekeus@45: dup 0 3 index getinterval /rbmap xdef hekeus@45: dup 2 index dup getinterval /gbmap xdef hekeus@45: 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef hekeus@45: /it {gs np dtri aload pop moveto lineto lineto cp c hekeus@45: cols rows 8 compute_transform hekeus@45: rbmap gbmap bbmap true 3 colorimage gr}bdef hekeus@45: /il {newpath moveto lineto stroke}bdef hekeus@45: currentdict end def hekeus@45: %%EndProlog hekeus@45: hekeus@45: %%BeginSetup hekeus@45: MathWorks begin hekeus@45: hekeus@45: 0 cap hekeus@45: hekeus@45: end hekeus@45: %%EndSetup hekeus@45: hekeus@45: %%Page: 1 1 hekeus@45: %%BeginPageSetup hekeus@45: %%PageBoundingBox: 14 0 209 117 hekeus@45: MathWorks begin hekeus@45: bpage hekeus@45: %%EndPageSetup hekeus@45: hekeus@45: %%BeginObject: obj1 hekeus@45: bplot hekeus@45: hekeus@45: /dpi2point 12 def hekeus@45: portraitMode 0000 1356 csm hekeus@45: hekeus@45: 169 -48 2345 1396 rc hekeus@45: 277 dict begin %Colortable dictionary hekeus@45: /c0 { 0.000000 0.000000 0.000000 sr} bdef hekeus@45: /c1 { 1.000000 1.000000 1.000000 sr} bdef hekeus@45: /c2 { 0.900000 0.000000 0.000000 sr} bdef hekeus@45: /c3 { 0.000000 0.820000 0.000000 sr} bdef hekeus@45: /c4 { 0.000000 0.000000 0.800000 sr} bdef hekeus@45: /c5 { 0.910000 0.820000 0.320000 sr} bdef hekeus@45: /c6 { 1.000000 0.260000 0.820000 sr} bdef hekeus@45: /c7 { 0.000000 0.820000 0.820000 sr} bdef hekeus@45: c0 hekeus@45: 1 j hekeus@45: 1 sg hekeus@45: 0 0 2724 1364 rf hekeus@45: 5.76 w hekeus@45: 0 1027 2110 0 0 -1027 354 1213 4 MP hekeus@45: PP hekeus@45: -2110 0 0 1027 2110 0 0 -1027 354 1213 5 MP stroke hekeus@45: 3.84 w hekeus@45: DO hekeus@45: SO hekeus@45: 5.76 w hekeus@45: 0 sg hekeus@45: 354 1213 mt 2464 1213 L hekeus@45: 354 186 mt 2464 186 L hekeus@45: 354 1213 mt 354 186 L hekeus@45: 2464 1213 mt 2464 186 L hekeus@45: 354 1213 mt 2464 1213 L hekeus@45: 354 1213 mt 354 186 L hekeus@45: 667 1213 mt 667 1191 L hekeus@45: 667 186 mt 667 207 L hekeus@45: %%IncludeResource: font Helvetica hekeus@45: /Helvetica /ISOLatin1Encoding 108 FMSR hekeus@45: hekeus@45: 607 1347 mt hekeus@45: (10) s hekeus@45: 996 1213 mt 996 1191 L hekeus@45: 996 186 mt 996 207 L hekeus@45: 936 1347 mt hekeus@45: (20) s hekeus@45: 1326 1213 mt 1326 1191 L hekeus@45: 1326 186 mt 1326 207 L hekeus@45: 1266 1347 mt hekeus@45: (30) s hekeus@45: 1656 1213 mt 1656 1191 L hekeus@45: 1656 186 mt 1656 207 L hekeus@45: 1596 1347 mt hekeus@45: (40) s hekeus@45: 1985 1213 mt 1985 1191 L hekeus@45: 1985 186 mt 1985 207 L hekeus@45: 1925 1347 mt hekeus@45: (50) s hekeus@45: 2315 1213 mt 2315 1191 L hekeus@45: 2315 186 mt 2315 207 L hekeus@45: 2255 1347 mt hekeus@45: (60) s hekeus@45: 354 1213 mt 375 1213 L hekeus@45: 2464 1213 mt 2442 1213 L hekeus@45: 169 1253 mt hekeus@45: (0.5) s hekeus@45: 354 1007 mt 375 1007 L hekeus@45: 2464 1007 mt 2442 1007 L hekeus@45: 259 1047 mt hekeus@45: (1) s hekeus@45: 354 802 mt 375 802 L hekeus@45: 2464 802 mt 2442 802 L hekeus@45: 169 842 mt hekeus@45: (1.5) s hekeus@45: 354 596 mt 375 596 L hekeus@45: 2464 596 mt 2442 596 L hekeus@45: 259 636 mt hekeus@45: (2) s hekeus@45: 354 391 mt 375 391 L hekeus@45: 2464 391 mt 2442 391 L hekeus@45: 169 431 mt hekeus@45: (2.5) s hekeus@45: 354 186 mt 375 186 L hekeus@45: 2464 186 mt 2442 186 L hekeus@45: 259 226 mt hekeus@45: (3) s hekeus@45: 354 1213 mt 2464 1213 L hekeus@45: 354 186 mt 2464 186 L hekeus@45: 354 1213 mt 354 186 L hekeus@45: 2464 1213 mt 2464 186 L hekeus@45: gs 354 186 2111 1028 rc hekeus@45: 0 1066 26 0 0 -1066 357 1418 4 MP hekeus@45: PP hekeus@45: 6 w hekeus@45: -26 0 0 1066 26 0 0 -1066 357 1418 5 MP stroke hekeus@45: 0 509 26 0 0 -509 390 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 509 26 0 0 -509 390 1418 5 MP stroke hekeus@45: 0 534 26 0 0 -534 423 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 534 26 0 0 -534 423 1418 5 MP stroke hekeus@45: 0 597 26 0 0 -597 456 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 597 26 0 0 -597 456 1418 5 MP stroke hekeus@45: 0 612 26 0 0 -612 489 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 612 26 0 0 -612 489 1418 5 MP stroke hekeus@45: 0 664 26 0 0 -664 522 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 664 26 0 0 -664 522 1418 5 MP stroke hekeus@45: 0 531 26 0 0 -531 555 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 531 26 0 0 -531 555 1418 5 MP stroke hekeus@45: 0 513 26 0 0 -513 588 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 513 26 0 0 -513 588 1418 5 MP stroke hekeus@45: 0 521 26 0 0 -521 621 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 521 26 0 0 -521 621 1418 5 MP stroke hekeus@45: 0 466 26 0 0 -466 654 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 466 26 0 0 -466 654 1418 5 MP stroke hekeus@45: 0 528 27 0 0 -528 686 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 528 27 0 0 -528 686 1418 5 MP stroke hekeus@45: 0 530 27 0 0 -530 719 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 530 27 0 0 -530 719 1418 5 MP stroke hekeus@45: 0 488 27 0 0 -488 752 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 488 27 0 0 -488 752 1418 5 MP stroke hekeus@45: 0 532 27 0 0 -532 785 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 532 27 0 0 -532 785 1418 5 MP stroke hekeus@45: 0 541 27 0 0 -541 818 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 541 27 0 0 -541 818 1418 5 MP stroke hekeus@45: 0 539 27 0 0 -539 851 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 539 27 0 0 -539 851 1418 5 MP stroke hekeus@45: 0 431 27 0 0 -431 884 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 431 27 0 0 -431 884 1418 5 MP stroke hekeus@45: 0 464 27 0 0 -464 917 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 464 27 0 0 -464 917 1418 5 MP stroke hekeus@45: 0 479 27 0 0 -479 950 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 479 27 0 0 -479 950 1418 5 MP stroke hekeus@45: 0 421 27 0 0 -421 983 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 421 27 0 0 -421 983 1418 5 MP stroke hekeus@45: 0 452 27 0 0 -452 1016 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 452 27 0 0 -452 1016 1418 5 MP stroke hekeus@45: 0 524 27 0 0 -524 1049 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 524 27 0 0 -524 1049 1418 5 MP stroke hekeus@45: 0 600 26 0 0 -600 1082 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 600 26 0 0 -600 1082 1418 5 MP stroke hekeus@45: 0 670 26 0 0 -670 1115 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 670 26 0 0 -670 1115 1418 5 MP stroke hekeus@45: 0 560 26 0 0 -560 1148 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 560 26 0 0 -560 1148 1418 5 MP stroke hekeus@45: 0 528 26 0 0 -528 1181 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 528 26 0 0 -528 1181 1418 5 MP stroke hekeus@45: 0 652 26 0 0 -652 1214 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 652 26 0 0 -652 1214 1418 5 MP stroke hekeus@45: 0 484 26 0 0 -484 1247 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 484 26 0 0 -484 1247 1418 5 MP stroke hekeus@45: 0 457 26 0 0 -457 1280 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 457 26 0 0 -457 1280 1418 5 MP stroke hekeus@45: 0 475 26 0 0 -475 1313 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 475 26 0 0 -475 1313 1418 5 MP stroke hekeus@45: 0 455 26 0 0 -455 1346 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 455 26 0 0 -455 1346 1418 5 MP stroke hekeus@45: 0 428 26 0 0 -428 1379 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 428 26 0 0 -428 1379 1418 5 MP stroke hekeus@45: 0 727 26 0 0 -727 1412 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 727 26 0 0 -727 1412 1418 5 MP stroke hekeus@45: 0 548 26 0 0 -548 1445 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 548 26 0 0 -548 1445 1418 5 MP stroke hekeus@45: 0 647 26 0 0 -647 1478 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 647 26 0 0 -647 1478 1418 5 MP stroke hekeus@45: 0 405 26 0 0 -405 1511 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 405 26 0 0 -405 1511 1418 5 MP stroke hekeus@45: 0 555 26 0 0 -555 1544 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 555 26 0 0 -555 1544 1418 5 MP stroke hekeus@45: 0 649 26 0 0 -649 1577 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 649 26 0 0 -649 1577 1418 5 MP stroke hekeus@45: 0 681 26 0 0 -681 1610 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 681 26 0 0 -681 1610 1418 5 MP stroke hekeus@45: 0 545 26 0 0 -545 1643 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 545 26 0 0 -545 1643 1418 5 MP stroke hekeus@45: 0 561 26 0 0 -561 1676 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 561 26 0 0 -561 1676 1418 5 MP stroke hekeus@45: 0 643 26 0 0 -643 1709 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 643 26 0 0 -643 1709 1418 5 MP stroke hekeus@45: 0 538 27 0 0 -538 1741 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 538 27 0 0 -538 1741 1418 5 MP stroke hekeus@45: 0 573 27 0 0 -573 1774 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 573 27 0 0 -573 1774 1418 5 MP stroke hekeus@45: 0 507 27 0 0 -507 1807 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 507 27 0 0 -507 1807 1418 5 MP stroke hekeus@45: 0 560 27 0 0 -560 1840 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 560 27 0 0 -560 1840 1418 5 MP stroke hekeus@45: 0 442 27 0 0 -442 1873 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 442 27 0 0 -442 1873 1418 5 MP stroke hekeus@45: 0 467 27 0 0 -467 1906 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 467 27 0 0 -467 1906 1418 5 MP stroke hekeus@45: 0 510 27 0 0 -510 1939 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 510 27 0 0 -510 1939 1418 5 MP stroke hekeus@45: 0 543 27 0 0 -543 1972 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 543 27 0 0 -543 1972 1418 5 MP stroke hekeus@45: 0 471 27 0 0 -471 2005 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 471 27 0 0 -471 2005 1418 5 MP stroke hekeus@45: 0 530 27 0 0 -530 2038 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 530 27 0 0 -530 2038 1418 5 MP stroke hekeus@45: 0 511 27 0 0 -511 2071 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 511 27 0 0 -511 2071 1418 5 MP stroke hekeus@45: 0 526 27 0 0 -526 2104 1418 4 MP hekeus@45: PP hekeus@45: -27 0 0 526 27 0 0 -526 2104 1418 5 MP stroke hekeus@45: 0 554 26 0 0 -554 2137 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 554 26 0 0 -554 2137 1418 5 MP stroke hekeus@45: 0 438 26 0 0 -438 2170 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 438 26 0 0 -438 2170 1418 5 MP stroke hekeus@45: 0 515 26 0 0 -515 2203 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 515 26 0 0 -515 2203 1418 5 MP stroke hekeus@45: 0 430 26 0 0 -430 2236 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 430 26 0 0 -430 2236 1418 5 MP stroke hekeus@45: 0 424 26 0 0 -424 2269 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 424 26 0 0 -424 2269 1418 5 MP stroke hekeus@45: 0 459 26 0 0 -459 2302 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 459 26 0 0 -459 2302 1418 5 MP stroke hekeus@45: 0 469 26 0 0 -469 2335 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 469 26 0 0 -469 2335 1418 5 MP stroke hekeus@45: 0 419 26 0 0 -419 2368 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 419 26 0 0 -419 2368 1418 5 MP stroke hekeus@45: 0 439 26 0 0 -439 2401 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 439 26 0 0 -439 2401 1418 5 MP stroke hekeus@45: 0 378 26 0 0 -378 2434 1418 4 MP hekeus@45: PP hekeus@45: -26 0 0 378 26 0 0 -378 2434 1418 5 MP stroke hekeus@45: gr hekeus@45: hekeus@45: 6 w hekeus@45: 386 101 mt hekeus@45: (average surprisingness over 64 beat metre) s hekeus@45: 5.76 w hekeus@45: hekeus@45: end %%Color Dict hekeus@45: hekeus@45: eplot hekeus@45: %%EndObject hekeus@45: hekeus@45: epage hekeus@45: end hekeus@45: hekeus@45: showpage hekeus@45: hekeus@45: %%Trailer hekeus@45: %%EOF