view mume2012/figures/matbase/fig99042.eps @ 58:a63c438b3f65 tip

Squeezed it into the 6 page limit
author Henrik Ekeus <hekeus@eecs.qmul.ac.uk>
date Tue, 11 Jun 2013 15:17:21 +0100
parents 3d4469f9e172
children
line wrap: on
line source
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: /Users/samer/matbase/figs/fig99042.eps
%%CreationDate: 02/18/2008  06:41:29
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox:    14     0   211   117
%%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:    14     0   211   117
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0000 1356 csm

  169   -48  2364  1396 rc
277 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 2724 1364 rf
5.76 w
0 1027 2110 0 0 -1027 354 1213 4 MP
PP
-2110 0 0 1027 2110 0 0 -1027 354 1213 5 MP stroke
3.84 w
DO
SO
5.76 w
0 sg
 354 1213 mt 2464 1213 L
 354  186 mt 2464  186 L
 354 1213 mt  354  186 L
2464 1213 mt 2464  186 L
 354 1213 mt 2464 1213 L
 354 1213 mt  354  186 L
 675 1213 mt  675 1191 L
 675  186 mt  675  207 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 108 FMSR

 615 1347 mt 
(20) s
1005 1213 mt 1005 1191 L
1005  186 mt 1005  207 L
 945 1347 mt 
(40) s
1334 1213 mt 1334 1191 L
1334  186 mt 1334  207 L
1274 1347 mt 
(60) s
1664 1213 mt 1664 1191 L
1664  186 mt 1664  207 L
1604 1347 mt 
(80) s
1994 1213 mt 1994 1191 L
1994  186 mt 1994  207 L
1904 1347 mt 
(100) s
2323 1213 mt 2323 1191 L
2323  186 mt 2323  207 L
2233 1347 mt 
(120) s
 354 1213 mt  375 1213 L
2464 1213 mt 2442 1213 L
 169 1253 mt 
(0.5) s
 354 1007 mt  375 1007 L
2464 1007 mt 2442 1007 L
 259 1047 mt 
(1) s
 354  802 mt  375  802 L
2464  802 mt 2442  802 L
 169  842 mt 
(1.5) s
 354  596 mt  375  596 L
2464  596 mt 2442  596 L
 259  636 mt 
(2) s
 354  391 mt  375  391 L
2464  391 mt 2442  391 L
 169  431 mt 
(2.5) s
 354  186 mt  375  186 L
2464  186 mt 2442  186 L
 259  226 mt 
(3) s
 354 1213 mt 2464 1213 L
 354  186 mt 2464  186 L
 354 1213 mt  354  186 L
2464 1213 mt 2464  186 L
gs 354 186 2111 1028 rc
0 937 13 0 0 -937 355 1418 4 MP
PP
6 w
-13 0 0 937 13 0 0 -937 355 1418 5 MP stroke
0 479 13 0 0 -479 372 1418 4 MP
PP
-13 0 0 479 13 0 0 -479 372 1418 5 MP stroke
0 535 13 0 0 -535 388 1418 4 MP
PP
-13 0 0 535 13 0 0 -535 388 1418 5 MP stroke
0 473 13 0 0 -473 405 1418 4 MP
PP
-13 0 0 473 13 0 0 -473 405 1418 5 MP stroke
0 466 13 0 0 -466 421 1418 4 MP
PP
-13 0 0 466 13 0 0 -466 421 1418 5 MP stroke
0 643 13 0 0 -643 438 1418 4 MP
PP
-13 0 0 643 13 0 0 -643 438 1418 5 MP stroke
0 522 13 0 0 -522 454 1418 4 MP
PP
-13 0 0 522 13 0 0 -522 454 1418 5 MP stroke
0 488 13 0 0 -488 471 1418 4 MP
PP
-13 0 0 488 13 0 0 -488 471 1418 5 MP stroke
0 520 13 0 0 -520 487 1418 4 MP
PP
-13 0 0 520 13 0 0 -520 487 1418 5 MP stroke
0 421 13 0 0 -421 504 1418 4 MP
PP
-13 0 0 421 13 0 0 -421 504 1418 5 MP stroke
0 421 13 0 0 -421 520 1418 4 MP
PP
-13 0 0 421 13 0 0 -421 520 1418 5 MP stroke
0 570 14 0 0 -570 536 1418 4 MP
PP
-14 0 0 570 14 0 0 -570 536 1418 5 MP stroke
0 501 13 0 0 -501 553 1418 4 MP
PP
-13 0 0 501 13 0 0 -501 553 1418 5 MP stroke
0 478 14 0 0 -478 569 1418 4 MP
PP
-14 0 0 478 14 0 0 -478 569 1418 5 MP stroke
0 554 13 0 0 -554 586 1418 4 MP
PP
-13 0 0 554 13 0 0 -554 586 1418 5 MP stroke
0 462 14 0 0 -462 602 1418 4 MP
PP
-14 0 0 462 14 0 0 -462 602 1418 5 MP stroke
0 461 13 0 0 -461 619 1418 4 MP
PP
-13 0 0 461 13 0 0 -461 619 1418 5 MP stroke
0 375 14 0 0 -375 635 1418 4 MP
PP
-14 0 0 375 14 0 0 -375 635 1418 5 MP stroke
0 417 13 0 0 -417 652 1418 4 MP
PP
-13 0 0 417 13 0 0 -417 652 1418 5 MP stroke
0 421 14 0 0 -421 668 1418 4 MP
PP
-14 0 0 421 14 0 0 -421 668 1418 5 MP stroke
0 408 13 0 0 -408 685 1418 4 MP
PP
-13 0 0 408 13 0 0 -408 685 1418 5 MP stroke
0 524 14 0 0 -524 701 1418 4 MP
PP
-14 0 0 524 14 0 0 -524 701 1418 5 MP stroke
0 535 13 0 0 -535 718 1418 4 MP
PP
-13 0 0 535 13 0 0 -535 718 1418 5 MP stroke
0 640 13 0 0 -640 734 1418 4 MP
PP
-13 0 0 640 13 0 0 -640 734 1418 5 MP stroke
0 481 13 0 0 -481 751 1418 4 MP
PP
-13 0 0 481 13 0 0 -481 751 1418 5 MP stroke
0 561 13 0 0 -561 767 1418 4 MP
PP
-13 0 0 561 13 0 0 -561 767 1418 5 MP stroke
0 643 13 0 0 -643 784 1418 4 MP
PP
-13 0 0 643 13 0 0 -643 784 1418 5 MP stroke
0 486 13 0 0 -486 800 1418 4 MP
PP
-13 0 0 486 13 0 0 -486 800 1418 5 MP stroke
0 446 13 0 0 -446 817 1418 4 MP
PP
-13 0 0 446 13 0 0 -446 817 1418 5 MP stroke
0 484 13 0 0 -484 833 1418 4 MP
PP
-13 0 0 484 13 0 0 -484 833 1418 5 MP stroke
0 489 13 0 0 -489 850 1418 4 MP
PP
-13 0 0 489 13 0 0 -489 850 1418 5 MP stroke
0 339 13 0 0 -339 866 1418 4 MP
PP
-13 0 0 339 13 0 0 -339 866 1418 5 MP stroke
0 771 13 0 0 -771 883 1418 4 MP
PP
-13 0 0 771 13 0 0 -771 883 1418 5 MP stroke
0 547 13 0 0 -547 899 1418 4 MP
PP
-13 0 0 547 13 0 0 -547 899 1418 5 MP stroke
0 727 13 0 0 -727 916 1418 4 MP
PP
-13 0 0 727 13 0 0 -727 916 1418 5 MP stroke
0 427 13 0 0 -427 932 1418 4 MP
PP
-13 0 0 427 13 0 0 -427 932 1418 5 MP stroke
0 488 13 0 0 -488 949 1418 4 MP
PP
-13 0 0 488 13 0 0 -488 949 1418 5 MP stroke
0 673 13 0 0 -673 965 1418 4 MP
PP
-13 0 0 673 13 0 0 -673 965 1418 5 MP stroke
0 660 13 0 0 -660 982 1418 4 MP
PP
-13 0 0 660 13 0 0 -660 982 1418 5 MP stroke
0 541 13 0 0 -541 998 1418 4 MP
PP
-13 0 0 541 13 0 0 -541 998 1418 5 MP stroke
0 661 13 0 0 -661 1015 1418 4 MP
PP
-13 0 0 661 13 0 0 -661 1015 1418 5 MP stroke
0 577 13 0 0 -577 1031 1418 4 MP
PP
-13 0 0 577 13 0 0 -577 1031 1418 5 MP stroke
0 637 14 0 0 -637 1047 1418 4 MP
PP
-14 0 0 637 14 0 0 -637 1047 1418 5 MP stroke
0 600 13 0 0 -600 1064 1418 4 MP
PP
-13 0 0 600 13 0 0 -600 1064 1418 5 MP stroke
0 498 14 0 0 -498 1080 1418 4 MP
PP
-14 0 0 498 14 0 0 -498 1080 1418 5 MP stroke
0 515 13 0 0 -515 1097 1418 4 MP
PP
-13 0 0 515 13 0 0 -515 1097 1418 5 MP stroke
0 428 14 0 0 -428 1113 1418 4 MP
PP
-14 0 0 428 14 0 0 -428 1113 1418 5 MP stroke
0 465 13 0 0 -465 1130 1418 4 MP
PP
-13 0 0 465 13 0 0 -465 1130 1418 5 MP stroke
0 467 14 0 0 -467 1146 1418 4 MP
PP
-14 0 0 467 14 0 0 -467 1146 1418 5 MP stroke
0 501 13 0 0 -501 1163 1418 4 MP
PP
-13 0 0 501 13 0 0 -501 1163 1418 5 MP stroke
0 401 14 0 0 -401 1179 1418 4 MP
PP
-14 0 0 401 14 0 0 -401 1179 1418 5 MP stroke
0 638 13 0 0 -638 1196 1418 4 MP
PP
-13 0 0 638 13 0 0 -638 1196 1418 5 MP stroke
0 564 14 0 0 -564 1212 1418 4 MP
PP
-14 0 0 564 14 0 0 -564 1212 1418 5 MP stroke
0 512 13 0 0 -512 1229 1418 4 MP
PP
-13 0 0 512 13 0 0 -512 1229 1418 5 MP stroke
0 494 13 0 0 -494 1245 1418 4 MP
PP
-13 0 0 494 13 0 0 -494 1245 1418 5 MP stroke
0 414 13 0 0 -414 1262 1418 4 MP
PP
-13 0 0 414 13 0 0 -414 1262 1418 5 MP stroke
0 514 13 0 0 -514 1278 1418 4 MP
PP
-13 0 0 514 13 0 0 -514 1278 1418 5 MP stroke
0 416 13 0 0 -416 1295 1418 4 MP
PP
-13 0 0 416 13 0 0 -416 1295 1418 5 MP stroke
0 382 13 0 0 -382 1311 1418 4 MP
PP
-13 0 0 382 13 0 0 -382 1311 1418 5 MP stroke
0 406 13 0 0 -406 1328 1418 4 MP
PP
-13 0 0 406 13 0 0 -406 1328 1418 5 MP stroke
0 435 13 0 0 -435 1344 1418 4 MP
PP
-13 0 0 435 13 0 0 -435 1344 1418 5 MP stroke
0 471 13 0 0 -471 1361 1418 4 MP
PP
-13 0 0 471 13 0 0 -471 1361 1418 5 MP stroke
0 398 13 0 0 -398 1377 1418 4 MP
PP
-13 0 0 398 13 0 0 -398 1377 1418 5 MP stroke
0 435 13 0 0 -435 1394 1418 4 MP
PP
-13 0 0 435 13 0 0 -435 1394 1418 5 MP stroke
0 1196 13 0 0 -1196 1410 1418 4 MP
PP
-13 0 0 1196 13 0 0 -1196 1410 1418 5 MP stroke
0 540 13 0 0 -540 1427 1418 4 MP
PP
-13 0 0 540 13 0 0 -540 1427 1418 5 MP stroke
0 533 13 0 0 -533 1443 1418 4 MP
PP
-13 0 0 533 13 0 0 -533 1443 1418 5 MP stroke
0 725 13 0 0 -725 1460 1418 4 MP
PP
-13 0 0 725 13 0 0 -725 1460 1418 5 MP stroke
0 763 13 0 0 -763 1476 1418 4 MP
PP
-13 0 0 763 13 0 0 -763 1476 1418 5 MP stroke
0 686 13 0 0 -686 1493 1418 4 MP
PP
-13 0 0 686 13 0 0 -686 1493 1418 5 MP stroke
0 541 13 0 0 -541 1509 1418 4 MP
PP
-13 0 0 541 13 0 0 -541 1509 1418 5 MP stroke
0 539 13 0 0 -539 1526 1418 4 MP
PP
-13 0 0 539 13 0 0 -539 1526 1418 5 MP stroke
0 523 13 0 0 -523 1542 1418 4 MP
PP
-13 0 0 523 13 0 0 -523 1542 1418 5 MP stroke
0 513 13 0 0 -513 1559 1418 4 MP
PP
-13 0 0 513 13 0 0 -513 1559 1418 5 MP stroke
0 640 13 0 0 -640 1575 1418 4 MP
PP
-13 0 0 640 13 0 0 -640 1575 1418 5 MP stroke
0 489 14 0 0 -489 1591 1418 4 MP
PP
-14 0 0 489 14 0 0 -489 1591 1418 5 MP stroke
0 474 13 0 0 -474 1608 1418 4 MP
PP
-13 0 0 474 13 0 0 -474 1608 1418 5 MP stroke
0 588 14 0 0 -588 1624 1418 4 MP
PP
-14 0 0 588 14 0 0 -588 1624 1418 5 MP stroke
0 528 13 0 0 -528 1641 1418 4 MP
PP
-13 0 0 528 13 0 0 -528 1641 1418 5 MP stroke
0 619 14 0 0 -619 1657 1418 4 MP
PP
-14 0 0 619 14 0 0 -619 1657 1418 5 MP stroke
0 401 13 0 0 -401 1674 1418 4 MP
PP
-13 0 0 401 13 0 0 -401 1674 1418 5 MP stroke
0 557 14 0 0 -557 1690 1418 4 MP
PP
-14 0 0 557 14 0 0 -557 1690 1418 5 MP stroke
0 544 13 0 0 -544 1707 1418 4 MP
PP
-13 0 0 544 13 0 0 -544 1707 1418 5 MP stroke
0 422 14 0 0 -422 1723 1418 4 MP
PP
-14 0 0 422 14 0 0 -422 1723 1418 5 MP stroke
0 498 13 0 0 -498 1740 1418 4 MP
PP
-13 0 0 498 13 0 0 -498 1740 1418 5 MP stroke
0 524 14 0 0 -524 1756 1418 4 MP
PP
-14 0 0 524 14 0 0 -524 1756 1418 5 MP stroke
0 668 13 0 0 -668 1773 1418 4 MP
PP
-13 0 0 668 13 0 0 -668 1773 1418 5 MP stroke
0 701 13 0 0 -701 1789 1418 4 MP
PP
-13 0 0 701 13 0 0 -701 1789 1418 5 MP stroke
0 642 13 0 0 -642 1806 1418 4 MP
PP
-13 0 0 642 13 0 0 -642 1806 1418 5 MP stroke
0 495 13 0 0 -495 1822 1418 4 MP
PP
-13 0 0 495 13 0 0 -495 1822 1418 5 MP stroke
0 661 13 0 0 -661 1839 1418 4 MP
PP
-13 0 0 661 13 0 0 -661 1839 1418 5 MP stroke
0 482 13 0 0 -482 1855 1418 4 MP
PP
-13 0 0 482 13 0 0 -482 1855 1418 5 MP stroke
0 468 13 0 0 -468 1872 1418 4 MP
PP
-13 0 0 468 13 0 0 -468 1872 1418 5 MP stroke
0 466 13 0 0 -466 1888 1418 4 MP
PP
-13 0 0 466 13 0 0 -466 1888 1418 5 MP stroke
0 420 13 0 0 -420 1905 1418 4 MP
PP
-13 0 0 420 13 0 0 -420 1905 1418 5 MP stroke
0 520 13 0 0 -520 1921 1418 4 MP
PP
-13 0 0 520 13 0 0 -520 1921 1418 5 MP stroke
0 682 13 0 0 -682 1938 1418 4 MP
PP
-13 0 0 682 13 0 0 -682 1938 1418 5 MP stroke
0 549 13 0 0 -549 1954 1418 4 MP
PP
-13 0 0 549 13 0 0 -549 1954 1418 5 MP stroke
0 564 13 0 0 -564 1971 1418 4 MP
PP
-13 0 0 564 13 0 0 -564 1971 1418 5 MP stroke
0 382 13 0 0 -382 1987 1418 4 MP
PP
-13 0 0 382 13 0 0 -382 1987 1418 5 MP stroke
0 624 13 0 0 -624 2004 1418 4 MP
PP
-13 0 0 624 13 0 0 -624 2004 1418 5 MP stroke
0 623 13 0 0 -623 2020 1418 4 MP
PP
-13 0 0 623 13 0 0 -623 2020 1418 5 MP stroke
0 704 13 0 0 -704 2037 1418 4 MP
PP
-13 0 0 704 13 0 0 -704 2037 1418 5 MP stroke
0 548 13 0 0 -548 2053 1418 4 MP
PP
-13 0 0 548 13 0 0 -548 2053 1418 5 MP stroke
0 458 13 0 0 -458 2070 1418 4 MP
PP
-13 0 0 458 13 0 0 -458 2070 1418 5 MP stroke
0 711 13 0 0 -711 2086 1418 4 MP
PP
-13 0 0 711 13 0 0 -711 2086 1418 5 MP stroke
0 436 14 0 0 -436 2102 1418 4 MP
PP
-14 0 0 436 14 0 0 -436 2102 1418 5 MP stroke
0 546 13 0 0 -546 2119 1418 4 MP
PP
-13 0 0 546 13 0 0 -546 2119 1418 5 MP stroke
0 516 14 0 0 -516 2135 1418 4 MP
PP
-14 0 0 516 14 0 0 -516 2135 1418 5 MP stroke
0 606 13 0 0 -606 2152 1418 4 MP
PP
-13 0 0 606 13 0 0 -606 2152 1418 5 MP stroke
0 456 14 0 0 -456 2168 1418 4 MP
PP
-14 0 0 456 14 0 0 -456 2168 1418 5 MP stroke
0 468 13 0 0 -468 2185 1418 4 MP
PP
-13 0 0 468 13 0 0 -468 2185 1418 5 MP stroke
0 554 14 0 0 -554 2201 1418 4 MP
PP
-14 0 0 554 14 0 0 -554 2201 1418 5 MP stroke
0 586 13 0 0 -586 2218 1418 4 MP
PP
-13 0 0 586 13 0 0 -586 2218 1418 5 MP stroke
0 545 14 0 0 -545 2234 1418 4 MP
PP
-14 0 0 545 14 0 0 -545 2234 1418 5 MP stroke
0 417 13 0 0 -417 2251 1418 4 MP
PP
-13 0 0 417 13 0 0 -417 2251 1418 5 MP stroke
0 456 14 0 0 -456 2267 1418 4 MP
PP
-14 0 0 456 14 0 0 -456 2267 1418 5 MP stroke
0 541 13 0 0 -541 2284 1418 4 MP
PP
-13 0 0 541 13 0 0 -541 2284 1418 5 MP stroke
0 617 13 0 0 -617 2300 1418 4 MP
PP
-13 0 0 617 13 0 0 -617 2300 1418 5 MP stroke
0 462 13 0 0 -462 2317 1418 4 MP
PP
-13 0 0 462 13 0 0 -462 2317 1418 5 MP stroke
0 517 13 0 0 -517 2333 1418 4 MP
PP
-13 0 0 517 13 0 0 -517 2333 1418 5 MP stroke
0 445 13 0 0 -445 2350 1418 4 MP
PP
-13 0 0 445 13 0 0 -445 2350 1418 5 MP stroke
0 467 13 0 0 -467 2366 1418 4 MP
PP
-13 0 0 467 13 0 0 -467 2366 1418 5 MP stroke
0 515 13 0 0 -515 2383 1418 4 MP
PP
-13 0 0 515 13 0 0 -515 2383 1418 5 MP stroke
0 503 13 0 0 -503 2399 1418 4 MP
PP
-13 0 0 503 13 0 0 -503 2399 1418 5 MP stroke
0 366 13 0 0 -366 2416 1418 4 MP
PP
-13 0 0 366 13 0 0 -366 2416 1418 5 MP stroke
0 481 13 0 0 -481 2432 1418 4 MP
PP
-13 0 0 481 13 0 0 -481 2432 1418 5 MP stroke
0 320 13 0 0 -320 2449 1418 4 MP
PP
-13 0 0 320 13 0 0 -320 2449 1418 5 MP stroke
gr

6 w
 356  101 mt 
(average surprisingness over 128 beat metre) s
5.76 w

end %%Color Dict

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF