view mume2012/figures/matbase/fig87490.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/fig87490.eps
%%CreationDate: 02/18/2008  06:44:48
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox:     9     0   216   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:     9     0   216   117
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0000 1356 csm

  109   -48  2483  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 1028 2110 0 0 -1028 354 1213 4 MP
PP
-2110 0 0 1028 2110 0 0 -1028 354 1213 5 MP stroke
3.84 w
DO
SO
5.76 w
0 sg
 354 1213 mt 2464 1213 L
 354  185 mt 2464  185 L
 354 1213 mt  354  185 L
2464 1213 mt 2464  185 L
 354 1213 mt 2464 1213 L
 354 1213 mt  354  185 L
 675 1213 mt  675 1191 L
 675  185 mt  675  206 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 108 FMSR

 615 1347 mt 
(20) s
1005 1213 mt 1005 1191 L
1005  185 mt 1005  206 L
 945 1347 mt 
(40) s
1334 1213 mt 1334 1191 L
1334  185 mt 1334  206 L
1274 1347 mt 
(60) s
1664 1213 mt 1664 1191 L
1664  185 mt 1664  206 L
1604 1347 mt 
(80) s
1994 1213 mt 1994 1191 L
1994  185 mt 1994  206 L
1904 1347 mt 
(100) s
2323 1213 mt 2323 1191 L
2323  185 mt 2323  206 L
2233 1347 mt 
(120) s
 354 1213 mt  375 1213 L
2464 1213 mt 2442 1213 L
 169 1253 mt 
(0.1) s
 354 1007 mt  375 1007 L
2464 1007 mt 2442 1007 L
 109 1047 mt 
(0.15) s
 354  801 mt  375  801 L
2464  801 mt 2442  801 L
 169  841 mt 
(0.2) s
 354  596 mt  375  596 L
2464  596 mt 2442  596 L
 109  636 mt 
(0.25) s
 354  390 mt  375  390 L
2464  390 mt 2442  390 L
 169  430 mt 
(0.3) s
 354 1213 mt 2464 1213 L
 354  185 mt 2464  185 L
 354 1213 mt  354  185 L
2464 1213 mt 2464  185 L
gs 354 185 2111 1029 rc
0 1089 13 0 0 -1089 355 1624 4 MP
PP
6 w
-13 0 0 1089 13 0 0 -1089 355 1624 5 MP stroke
0 577 13 0 0 -577 372 1624 4 MP
PP
-13 0 0 577 13 0 0 -577 372 1624 5 MP stroke
0 695 13 0 0 -695 388 1624 4 MP
PP
-13 0 0 695 13 0 0 -695 388 1624 5 MP stroke
0 582 13 0 0 -582 405 1624 4 MP
PP
-13 0 0 582 13 0 0 -582 405 1624 5 MP stroke
0 622 13 0 0 -622 421 1624 4 MP
PP
-13 0 0 622 13 0 0 -622 421 1624 5 MP stroke
0 835 13 0 0 -835 438 1624 4 MP
PP
-13 0 0 835 13 0 0 -835 438 1624 5 MP stroke
0 734 13 0 0 -734 454 1624 4 MP
PP
-13 0 0 734 13 0 0 -734 454 1624 5 MP stroke
0 665 13 0 0 -665 471 1624 4 MP
PP
-13 0 0 665 13 0 0 -665 471 1624 5 MP stroke
0 725 13 0 0 -725 487 1624 4 MP
PP
-13 0 0 725 13 0 0 -725 487 1624 5 MP stroke
0 675 13 0 0 -675 504 1624 4 MP
PP
-13 0 0 675 13 0 0 -675 504 1624 5 MP stroke
0 651 13 0 0 -651 520 1624 4 MP
PP
-13 0 0 651 13 0 0 -651 520 1624 5 MP stroke
0 806 14 0 0 -806 536 1624 4 MP
PP
-14 0 0 806 14 0 0 -806 536 1624 5 MP stroke
0 725 13 0 0 -725 553 1624 4 MP
PP
-13 0 0 725 13 0 0 -725 553 1624 5 MP stroke
0 676 14 0 0 -676 569 1624 4 MP
PP
-14 0 0 676 14 0 0 -676 569 1624 5 MP stroke
0 697 13 0 0 -697 586 1624 4 MP
PP
-13 0 0 697 13 0 0 -697 586 1624 5 MP stroke
0 706 14 0 0 -706 602 1624 4 MP
PP
-14 0 0 706 14 0 0 -706 602 1624 5 MP stroke
0 644 13 0 0 -644 619 1624 4 MP
PP
-13 0 0 644 13 0 0 -644 619 1624 5 MP stroke
0 598 14 0 0 -598 635 1624 4 MP
PP
-14 0 0 598 14 0 0 -598 635 1624 5 MP stroke
0 661 13 0 0 -661 652 1624 4 MP
PP
-13 0 0 661 13 0 0 -661 652 1624 5 MP stroke
0 569 14 0 0 -569 668 1624 4 MP
PP
-14 0 0 569 14 0 0 -569 668 1624 5 MP stroke
0 707 13 0 0 -707 685 1624 4 MP
PP
-13 0 0 707 13 0 0 -707 685 1624 5 MP stroke
0 789 14 0 0 -789 701 1624 4 MP
PP
-14 0 0 789 14 0 0 -789 701 1624 5 MP stroke
0 754 13 0 0 -754 718 1624 4 MP
PP
-13 0 0 754 13 0 0 -754 718 1624 5 MP stroke
0 925 13 0 0 -925 734 1624 4 MP
PP
-13 0 0 925 13 0 0 -925 734 1624 5 MP stroke
0 710 13 0 0 -710 751 1624 4 MP
PP
-13 0 0 710 13 0 0 -710 751 1624 5 MP stroke
0 803 13 0 0 -803 767 1624 4 MP
PP
-13 0 0 803 13 0 0 -803 767 1624 5 MP stroke
0 783 13 0 0 -783 784 1624 4 MP
PP
-13 0 0 783 13 0 0 -783 784 1624 5 MP stroke
0 744 13 0 0 -744 800 1624 4 MP
PP
-13 0 0 744 13 0 0 -744 800 1624 5 MP stroke
0 743 13 0 0 -743 817 1624 4 MP
PP
-13 0 0 743 13 0 0 -743 817 1624 5 MP stroke
0 603 13 0 0 -603 833 1624 4 MP
PP
-13 0 0 603 13 0 0 -603 833 1624 5 MP stroke
0 728 13 0 0 -728 850 1624 4 MP
PP
-13 0 0 728 13 0 0 -728 850 1624 5 MP stroke
0 481 13 0 0 -481 866 1624 4 MP
PP
-13 0 0 481 13 0 0 -481 866 1624 5 MP stroke
0 911 13 0 0 -911 883 1624 4 MP
PP
-13 0 0 911 13 0 0 -911 883 1624 5 MP stroke
0 581 13 0 0 -581 899 1624 4 MP
PP
-13 0 0 581 13 0 0 -581 899 1624 5 MP stroke
0 881 13 0 0 -881 916 1624 4 MP
PP
-13 0 0 881 13 0 0 -881 916 1624 5 MP stroke
0 723 13 0 0 -723 932 1624 4 MP
PP
-13 0 0 723 13 0 0 -723 932 1624 5 MP stroke
0 748 13 0 0 -748 949 1624 4 MP
PP
-13 0 0 748 13 0 0 -748 949 1624 5 MP stroke
0 931 13 0 0 -931 965 1624 4 MP
PP
-13 0 0 931 13 0 0 -931 965 1624 5 MP stroke
0 789 13 0 0 -789 982 1624 4 MP
PP
-13 0 0 789 13 0 0 -789 982 1624 5 MP stroke
0 783 13 0 0 -783 998 1624 4 MP
PP
-13 0 0 783 13 0 0 -783 998 1624 5 MP stroke
0 816 13 0 0 -816 1015 1624 4 MP
PP
-13 0 0 816 13 0 0 -816 1015 1624 5 MP stroke
0 668 13 0 0 -668 1031 1624 4 MP
PP
-13 0 0 668 13 0 0 -668 1031 1624 5 MP stroke
0 905 14 0 0 -905 1047 1624 4 MP
PP
-14 0 0 905 14 0 0 -905 1047 1624 5 MP stroke
0 829 13 0 0 -829 1064 1624 4 MP
PP
-13 0 0 829 13 0 0 -829 1064 1624 5 MP stroke
0 682 14 0 0 -682 1080 1624 4 MP
PP
-14 0 0 682 14 0 0 -682 1080 1624 5 MP stroke
0 701 13 0 0 -701 1097 1624 4 MP
PP
-13 0 0 701 13 0 0 -701 1097 1624 5 MP stroke
0 668 14 0 0 -668 1113 1624 4 MP
PP
-14 0 0 668 14 0 0 -668 1113 1624 5 MP stroke
0 724 13 0 0 -724 1130 1624 4 MP
PP
-13 0 0 724 13 0 0 -724 1130 1624 5 MP stroke
0 703 14 0 0 -703 1146 1624 4 MP
PP
-14 0 0 703 14 0 0 -703 1146 1624 5 MP stroke
0 717 13 0 0 -717 1163 1624 4 MP
PP
-13 0 0 717 13 0 0 -717 1163 1624 5 MP stroke
0 716 14 0 0 -716 1179 1624 4 MP
PP
-14 0 0 716 14 0 0 -716 1179 1624 5 MP stroke
0 779 13 0 0 -779 1196 1624 4 MP
PP
-13 0 0 779 13 0 0 -779 1196 1624 5 MP stroke
0 843 14 0 0 -843 1212 1624 4 MP
PP
-14 0 0 843 14 0 0 -843 1212 1624 5 MP stroke
0 790 13 0 0 -790 1229 1624 4 MP
PP
-13 0 0 790 13 0 0 -790 1229 1624 5 MP stroke
0 722 13 0 0 -722 1245 1624 4 MP
PP
-13 0 0 722 13 0 0 -722 1245 1624 5 MP stroke
0 679 13 0 0 -679 1262 1624 4 MP
PP
-13 0 0 679 13 0 0 -679 1262 1624 5 MP stroke
0 678 13 0 0 -678 1278 1624 4 MP
PP
-13 0 0 678 13 0 0 -678 1278 1624 5 MP stroke
0 689 13 0 0 -689 1295 1624 4 MP
PP
-13 0 0 689 13 0 0 -689 1295 1624 5 MP stroke
0 702 13 0 0 -702 1311 1624 4 MP
PP
-13 0 0 702 13 0 0 -702 1311 1624 5 MP stroke
0 598 13 0 0 -598 1328 1624 4 MP
PP
-13 0 0 598 13 0 0 -598 1328 1624 5 MP stroke
0 561 13 0 0 -561 1344 1624 4 MP
PP
-13 0 0 561 13 0 0 -561 1344 1624 5 MP stroke
0 615 13 0 0 -615 1361 1624 4 MP
PP
-13 0 0 615 13 0 0 -615 1361 1624 5 MP stroke
0 617 13 0 0 -617 1377 1624 4 MP
PP
-13 0 0 617 13 0 0 -617 1377 1624 5 MP stroke
0 609 13 0 0 -609 1394 1624 4 MP
PP
-13 0 0 609 13 0 0 -609 1394 1624 5 MP stroke
0 1200 13 0 0 -1200 1410 1624 4 MP
PP
-13 0 0 1200 13 0 0 -1200 1410 1624 5 MP stroke
0 639 13 0 0 -639 1427 1624 4 MP
PP
-13 0 0 639 13 0 0 -639 1427 1624 5 MP stroke
0 696 13 0 0 -696 1443 1624 4 MP
PP
-13 0 0 696 13 0 0 -696 1443 1624 5 MP stroke
0 790 13 0 0 -790 1460 1624 4 MP
PP
-13 0 0 790 13 0 0 -790 1460 1624 5 MP stroke
0 830 13 0 0 -830 1476 1624 4 MP
PP
-13 0 0 830 13 0 0 -830 1476 1624 5 MP stroke
0 823 13 0 0 -823 1493 1624 4 MP
PP
-13 0 0 823 13 0 0 -823 1493 1624 5 MP stroke
0 597 13 0 0 -597 1509 1624 4 MP
PP
-13 0 0 597 13 0 0 -597 1509 1624 5 MP stroke
0 690 13 0 0 -690 1526 1624 4 MP
PP
-13 0 0 690 13 0 0 -690 1526 1624 5 MP stroke
0 796 13 0 0 -796 1542 1624 4 MP
PP
-13 0 0 796 13 0 0 -796 1542 1624 5 MP stroke
0 808 13 0 0 -808 1559 1624 4 MP
PP
-13 0 0 808 13 0 0 -808 1559 1624 5 MP stroke
0 765 13 0 0 -765 1575 1624 4 MP
PP
-13 0 0 765 13 0 0 -765 1575 1624 5 MP stroke
0 685 14 0 0 -685 1591 1624 4 MP
PP
-14 0 0 685 14 0 0 -685 1591 1624 5 MP stroke
0 845 13 0 0 -845 1608 1624 4 MP
PP
-13 0 0 845 13 0 0 -845 1608 1624 5 MP stroke
0 761 14 0 0 -761 1624 1624 4 MP
PP
-14 0 0 761 14 0 0 -761 1624 1624 5 MP stroke
0 635 13 0 0 -635 1641 1624 4 MP
PP
-13 0 0 635 13 0 0 -635 1641 1624 5 MP stroke
0 841 14 0 0 -841 1657 1624 4 MP
PP
-14 0 0 841 14 0 0 -841 1657 1624 5 MP stroke
0 568 13 0 0 -568 1674 1624 4 MP
PP
-13 0 0 568 13 0 0 -568 1674 1624 5 MP stroke
0 825 14 0 0 -825 1690 1624 4 MP
PP
-14 0 0 825 14 0 0 -825 1690 1624 5 MP stroke
0 815 13 0 0 -815 1707 1624 4 MP
PP
-13 0 0 815 13 0 0 -815 1707 1624 5 MP stroke
0 704 14 0 0 -704 1723 1624 4 MP
PP
-14 0 0 704 14 0 0 -704 1723 1624 5 MP stroke
0 732 13 0 0 -732 1740 1624 4 MP
PP
-13 0 0 732 13 0 0 -732 1740 1624 5 MP stroke
0 886 14 0 0 -886 1756 1624 4 MP
PP
-14 0 0 886 14 0 0 -886 1756 1624 5 MP stroke
0 689 13 0 0 -689 1773 1624 4 MP
PP
-13 0 0 689 13 0 0 -689 1773 1624 5 MP stroke
0 897 13 0 0 -897 1789 1624 4 MP
PP
-13 0 0 897 13 0 0 -897 1789 1624 5 MP stroke
0 933 13 0 0 -933 1806 1624 4 MP
PP
-13 0 0 933 13 0 0 -933 1806 1624 5 MP stroke
0 659 13 0 0 -659 1822 1624 4 MP
PP
-13 0 0 659 13 0 0 -659 1822 1624 5 MP stroke
0 778 13 0 0 -778 1839 1624 4 MP
PP
-13 0 0 778 13 0 0 -778 1839 1624 5 MP stroke
0 711 13 0 0 -711 1855 1624 4 MP
PP
-13 0 0 711 13 0 0 -711 1855 1624 5 MP stroke
0 791 13 0 0 -791 1872 1624 4 MP
PP
-13 0 0 791 13 0 0 -791 1872 1624 5 MP stroke
0 626 13 0 0 -626 1888 1624 4 MP
PP
-13 0 0 626 13 0 0 -626 1888 1624 5 MP stroke
0 830 13 0 0 -830 1905 1624 4 MP
PP
-13 0 0 830 13 0 0 -830 1905 1624 5 MP stroke
0 804 13 0 0 -804 1921 1624 4 MP
PP
-13 0 0 804 13 0 0 -804 1921 1624 5 MP stroke
0 963 13 0 0 -963 1938 1624 4 MP
PP
-13 0 0 963 13 0 0 -963 1938 1624 5 MP stroke
0 708 13 0 0 -708 1954 1624 4 MP
PP
-13 0 0 708 13 0 0 -708 1954 1624 5 MP stroke
0 924 13 0 0 -924 1971 1624 4 MP
PP
-13 0 0 924 13 0 0 -924 1971 1624 5 MP stroke
0 569 13 0 0 -569 1987 1624 4 MP
PP
-13 0 0 569 13 0 0 -569 1987 1624 5 MP stroke
0 933 13 0 0 -933 2004 1624 4 MP
PP
-13 0 0 933 13 0 0 -933 2004 1624 5 MP stroke
0 673 13 0 0 -673 2020 1624 4 MP
PP
-13 0 0 673 13 0 0 -673 2020 1624 5 MP stroke
0 763 13 0 0 -763 2037 1624 4 MP
PP
-13 0 0 763 13 0 0 -763 2037 1624 5 MP stroke
0 723 13 0 0 -723 2053 1624 4 MP
PP
-13 0 0 723 13 0 0 -723 2053 1624 5 MP stroke
0 573 13 0 0 -573 2070 1624 4 MP
PP
-13 0 0 573 13 0 0 -573 2070 1624 5 MP stroke
0 877 13 0 0 -877 2086 1624 4 MP
PP
-13 0 0 877 13 0 0 -877 2086 1624 5 MP stroke
0 703 14 0 0 -703 2102 1624 4 MP
PP
-14 0 0 703 14 0 0 -703 2102 1624 5 MP stroke
0 801 13 0 0 -801 2119 1624 4 MP
PP
-13 0 0 801 13 0 0 -801 2119 1624 5 MP stroke
0 857 14 0 0 -857 2135 1624 4 MP
PP
-14 0 0 857 14 0 0 -857 2135 1624 5 MP stroke
0 884 13 0 0 -884 2152 1624 4 MP
PP
-13 0 0 884 13 0 0 -884 2152 1624 5 MP stroke
0 672 14 0 0 -672 2168 1624 4 MP
PP
-14 0 0 672 14 0 0 -672 2168 1624 5 MP stroke
0 739 13 0 0 -739 2185 1624 4 MP
PP
-13 0 0 739 13 0 0 -739 2185 1624 5 MP stroke
0 647 14 0 0 -647 2201 1624 4 MP
PP
-14 0 0 647 14 0 0 -647 2201 1624 5 MP stroke
0 742 13 0 0 -742 2218 1624 4 MP
PP
-13 0 0 742 13 0 0 -742 2218 1624 5 MP stroke
0 724 14 0 0 -724 2234 1624 4 MP
PP
-14 0 0 724 14 0 0 -724 2234 1624 5 MP stroke
0 502 13 0 0 -502 2251 1624 4 MP
PP
-13 0 0 502 13 0 0 -502 2251 1624 5 MP stroke
0 691 14 0 0 -691 2267 1624 4 MP
PP
-14 0 0 691 14 0 0 -691 2267 1624 5 MP stroke
0 808 13 0 0 -808 2284 1624 4 MP
PP
-13 0 0 808 13 0 0 -808 2284 1624 5 MP stroke
0 901 13 0 0 -901 2300 1624 4 MP
PP
-13 0 0 901 13 0 0 -901 2300 1624 5 MP stroke
0 710 13 0 0 -710 2317 1624 4 MP
PP
-13 0 0 710 13 0 0 -710 2317 1624 5 MP stroke
0 659 13 0 0 -659 2333 1624 4 MP
PP
-13 0 0 659 13 0 0 -659 2333 1624 5 MP stroke
0 734 13 0 0 -734 2350 1624 4 MP
PP
-13 0 0 734 13 0 0 -734 2350 1624 5 MP stroke
0 651 13 0 0 -651 2366 1624 4 MP
PP
-13 0 0 651 13 0 0 -651 2366 1624 5 MP stroke
0 775 13 0 0 -775 2383 1624 4 MP
PP
-13 0 0 775 13 0 0 -775 2383 1624 5 MP stroke
0 760 13 0 0 -760 2399 1624 4 MP
PP
-13 0 0 760 13 0 0 -760 2399 1624 5 MP stroke
0 555 13 0 0 -555 2416 1624 4 MP
PP
-13 0 0 555 13 0 0 -555 2416 1624 5 MP stroke
0 870 13 0 0 -870 2432 1624 4 MP
PP
-13 0 0 870 13 0 0 -870 2432 1624 5 MP stroke
0 463 13 0 0 -463 2449 1624 4 MP
PP
-13 0 0 463 13 0 0 -463 2449 1624 5 MP stroke
gr

6 w
 297  100 mt 
(average predictive information, 128 beat metre) s
5.76 w

end %%Color Dict

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF