hekeus@52
|
1 %!PS-Adobe-3.0 EPSF-3.0
|
hekeus@52
|
2 %%Creator: MATLAB, The Mathworks, Inc.
|
hekeus@52
|
3 %%Title: /Users/samer/matbase/figs/fig88658.eps
|
hekeus@52
|
4 %%CreationDate: 02/18/2008 06:44:14
|
hekeus@52
|
5 %%DocumentNeededFonts: Helvetica
|
hekeus@52
|
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
|
hekeus@52
|
7 %%LanguageLevel: 2
|
hekeus@52
|
8 %%Pages: 1
|
hekeus@52
|
9 %%BoundingBox: 9 0 213 117
|
hekeus@52
|
10 %%EndComments
|
hekeus@52
|
11
|
hekeus@52
|
12 %%BeginProlog
|
hekeus@52
|
13 % MathWorks dictionary
|
hekeus@52
|
14 /MathWorks 160 dict begin
|
hekeus@52
|
15 % definition operators
|
hekeus@52
|
16 /bdef {bind def} bind def
|
hekeus@52
|
17 /ldef {load def} bind def
|
hekeus@52
|
18 /xdef {exch def} bdef
|
hekeus@52
|
19 /xstore {exch store} bdef
|
hekeus@52
|
20 % operator abbreviations
|
hekeus@52
|
21 /c /clip ldef
|
hekeus@52
|
22 /cc /concat ldef
|
hekeus@52
|
23 /cp /closepath ldef
|
hekeus@52
|
24 /gr /grestore ldef
|
hekeus@52
|
25 /gs /gsave ldef
|
hekeus@52
|
26 /mt /moveto ldef
|
hekeus@52
|
27 /np /newpath ldef
|
hekeus@52
|
28 /cm /currentmatrix ldef
|
hekeus@52
|
29 /sm /setmatrix ldef
|
hekeus@52
|
30 /rm /rmoveto ldef
|
hekeus@52
|
31 /rl /rlineto ldef
|
hekeus@52
|
32 /s {show newpath} bdef
|
hekeus@52
|
33 /sc {setcmykcolor} bdef
|
hekeus@52
|
34 /sr /setrgbcolor ldef
|
hekeus@52
|
35 /sg /setgray ldef
|
hekeus@52
|
36 /w /setlinewidth ldef
|
hekeus@52
|
37 /j /setlinejoin ldef
|
hekeus@52
|
38 /cap /setlinecap ldef
|
hekeus@52
|
39 /rc {rectclip} bdef
|
hekeus@52
|
40 /rf {rectfill} bdef
|
hekeus@52
|
41 % page state control
|
hekeus@52
|
42 /pgsv () def
|
hekeus@52
|
43 /bpage {/pgsv save def} bdef
|
hekeus@52
|
44 /epage {pgsv restore} bdef
|
hekeus@52
|
45 /bplot /gsave ldef
|
hekeus@52
|
46 /eplot {stroke grestore} bdef
|
hekeus@52
|
47 % orientation switch
|
hekeus@52
|
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
|
hekeus@52
|
49 % coordinate system mappings
|
hekeus@52
|
50 /dpi2point 0 def
|
hekeus@52
|
51 % font control
|
hekeus@52
|
52 /FontSize 0 def
|
hekeus@52
|
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
|
hekeus@52
|
54 makefont setfont} bdef
|
hekeus@52
|
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
|
hekeus@52
|
56 exch dup 3 1 roll findfont dup length dict begin
|
hekeus@52
|
57 { 1 index /FID ne {def}{pop pop} ifelse } forall
|
hekeus@52
|
58 /Encoding exch def currentdict end definefont pop} bdef
|
hekeus@52
|
59 /isroman {findfont /CharStrings get /Agrave known} bdef
|
hekeus@52
|
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
|
hekeus@52
|
61 exch FMS} bdef
|
hekeus@52
|
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
|
hekeus@52
|
63 dup landscapeMode eq {pop -90 rotate}
|
hekeus@52
|
64 {rotateMode eq {90 rotate} if} ifelse} bdef
|
hekeus@52
|
65 % line types: solid, dotted, dashed, dotdash
|
hekeus@52
|
66 /SO { [] 0 setdash } bdef
|
hekeus@52
|
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
|
hekeus@52
|
68 /DA { [6 dpi2point mul] 0 setdash } bdef
|
hekeus@52
|
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
|
hekeus@52
|
70 dpi2point mul] 0 setdash } bdef
|
hekeus@52
|
71 % macros for lines and objects
|
hekeus@52
|
72 /L {lineto stroke} bdef
|
hekeus@52
|
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
|
hekeus@52
|
74 /AP {{rlineto} repeat} bdef
|
hekeus@52
|
75 /PDlw -1 def
|
hekeus@52
|
76 /W {/PDlw currentlinewidth def setlinewidth} def
|
hekeus@52
|
77 /PP {closepath eofill} bdef
|
hekeus@52
|
78 /DP {closepath stroke} bdef
|
hekeus@52
|
79 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
|
hekeus@52
|
80 neg 0 exch rlineto closepath} bdef
|
hekeus@52
|
81 /FR {MR stroke} bdef
|
hekeus@52
|
82 /PR {MR fill} bdef
|
hekeus@52
|
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
|
hekeus@52
|
84 /tMatrix matrix def
|
hekeus@52
|
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
|
hekeus@52
|
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
|
hekeus@52
|
87 /FO {MakeOval stroke} bdef
|
hekeus@52
|
88 /PO {MakeOval fill} bdef
|
hekeus@52
|
89 /PD {currentlinewidth 2 div 0 360 arc fill
|
hekeus@52
|
90 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
|
hekeus@52
|
91 /FA {newpath tMatrix currentmatrix pop translate scale
|
hekeus@52
|
92 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
|
hekeus@52
|
93 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
|
hekeus@52
|
94 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
|
hekeus@52
|
95 /FAn {newpath tMatrix currentmatrix pop translate scale
|
hekeus@52
|
96 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
|
hekeus@52
|
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
|
hekeus@52
|
98 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
|
hekeus@52
|
99 /vradius 0 def /hradius 0 def /lry 0 def
|
hekeus@52
|
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
|
hekeus@52
|
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
|
hekeus@52
|
102 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
|
hekeus@52
|
103 vradius add translate hradius vradius scale 0 0 1 180 270 arc
|
hekeus@52
|
104 tMatrix setmatrix lrx hradius sub uly vradius add translate
|
hekeus@52
|
105 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
|
hekeus@52
|
106 lrx hradius sub lry vradius sub translate hradius vradius scale
|
hekeus@52
|
107 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
|
hekeus@52
|
108 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
|
hekeus@52
|
109 closepath} bdef
|
hekeus@52
|
110 /FRR {MRR stroke } bdef
|
hekeus@52
|
111 /PRR {MRR fill } bdef
|
hekeus@52
|
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
|
hekeus@52
|
113 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
|
hekeus@52
|
114 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
|
hekeus@52
|
115 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
|
hekeus@52
|
116 closepath} bdef
|
hekeus@52
|
117 /FlrRR {MlrRR stroke } bdef
|
hekeus@52
|
118 /PlrRR {MlrRR fill } bdef
|
hekeus@52
|
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
|
hekeus@52
|
120 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
|
hekeus@52
|
121 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
|
hekeus@52
|
122 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
|
hekeus@52
|
123 closepath} bdef
|
hekeus@52
|
124 /FtbRR {MtbRR stroke } bdef
|
hekeus@52
|
125 /PtbRR {MtbRR fill } bdef
|
hekeus@52
|
126 /stri 6 array def /dtri 6 array def
|
hekeus@52
|
127 /smat 6 array def /dmat 6 array def
|
hekeus@52
|
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
|
hekeus@52
|
129 /asub {/ind2 exch def /ind1 exch def dup dup
|
hekeus@52
|
130 ind1 get exch ind2 get sub exch } bdef
|
hekeus@52
|
131 /tri_to_matrix {
|
hekeus@52
|
132 2 0 asub 3 1 asub 4 0 asub 5 1 asub
|
hekeus@52
|
133 dup 0 get exch 1 get 7 -1 roll astore } bdef
|
hekeus@52
|
134 /compute_transform {
|
hekeus@52
|
135 dmat dtri tri_to_matrix tmat1 invertmatrix
|
hekeus@52
|
136 smat stri tri_to_matrix tmat2 concatmatrix } bdef
|
hekeus@52
|
137 /ds {stri astore pop} bdef
|
hekeus@52
|
138 /dt {dtri astore pop} bdef
|
hekeus@52
|
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
|
hekeus@52
|
140 currentfile
|
hekeus@52
|
141 3 index 0 eq {/ASCIIHexDecode filter}
|
hekeus@52
|
142 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
|
hekeus@52
|
143 ifelse exch readstring pop
|
hekeus@52
|
144 dup 0 3 index getinterval /rbmap xdef
|
hekeus@52
|
145 dup 2 index dup getinterval /gbmap xdef
|
hekeus@52
|
146 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
|
hekeus@52
|
147 /it {gs np dtri aload pop moveto lineto lineto cp c
|
hekeus@52
|
148 cols rows 8 compute_transform
|
hekeus@52
|
149 rbmap gbmap bbmap true 3 colorimage gr}bdef
|
hekeus@52
|
150 /il {newpath moveto lineto stroke}bdef
|
hekeus@52
|
151 currentdict end def
|
hekeus@52
|
152 %%EndProlog
|
hekeus@52
|
153
|
hekeus@52
|
154 %%BeginSetup
|
hekeus@52
|
155 MathWorks begin
|
hekeus@52
|
156
|
hekeus@52
|
157 0 cap
|
hekeus@52
|
158
|
hekeus@52
|
159 end
|
hekeus@52
|
160 %%EndSetup
|
hekeus@52
|
161
|
hekeus@52
|
162 %%Page: 1 1
|
hekeus@52
|
163 %%BeginPageSetup
|
hekeus@52
|
164 %%PageBoundingBox: 9 0 213 117
|
hekeus@52
|
165 MathWorks begin
|
hekeus@52
|
166 bpage
|
hekeus@52
|
167 %%EndPageSetup
|
hekeus@52
|
168
|
hekeus@52
|
169 %%BeginObject: obj1
|
hekeus@52
|
170 bplot
|
hekeus@52
|
171
|
hekeus@52
|
172 /dpi2point 12 def
|
hekeus@52
|
173 portraitMode 0000 1356 csm
|
hekeus@52
|
174
|
hekeus@52
|
175 109 -48 2453 1396 rc
|
hekeus@52
|
176 277 dict begin %Colortable dictionary
|
hekeus@52
|
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
|
hekeus@52
|
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
|
hekeus@52
|
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
|
hekeus@52
|
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
|
hekeus@52
|
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
|
hekeus@52
|
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
|
hekeus@52
|
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
|
hekeus@52
|
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
|
hekeus@52
|
185 c0
|
hekeus@52
|
186 1 j
|
hekeus@52
|
187 1 sg
|
hekeus@52
|
188 0 0 2724 1364 rf
|
hekeus@52
|
189 5.76 w
|
hekeus@52
|
190 0 1027 2110 0 0 -1027 354 1213 4 MP
|
hekeus@52
|
191 PP
|
hekeus@52
|
192 -2110 0 0 1027 2110 0 0 -1027 354 1213 5 MP stroke
|
hekeus@52
|
193 3.84 w
|
hekeus@52
|
194 DO
|
hekeus@52
|
195 SO
|
hekeus@52
|
196 5.76 w
|
hekeus@52
|
197 0 sg
|
hekeus@52
|
198 354 1213 mt 2464 1213 L
|
hekeus@52
|
199 354 186 mt 2464 186 L
|
hekeus@52
|
200 354 1213 mt 354 186 L
|
hekeus@52
|
201 2464 1213 mt 2464 186 L
|
hekeus@52
|
202 354 1213 mt 2464 1213 L
|
hekeus@52
|
203 354 1213 mt 354 186 L
|
hekeus@52
|
204 650 1213 mt 650 1191 L
|
hekeus@52
|
205 650 186 mt 650 207 L
|
hekeus@52
|
206 %%IncludeResource: font Helvetica
|
hekeus@52
|
207 /Helvetica /ISOLatin1Encoding 108 FMSR
|
hekeus@52
|
208
|
hekeus@52
|
209 620 1347 mt
|
hekeus@52
|
210 (5) s
|
hekeus@52
|
211 980 1213 mt 980 1191 L
|
hekeus@52
|
212 980 186 mt 980 207 L
|
hekeus@52
|
213 920 1347 mt
|
hekeus@52
|
214 (10) s
|
hekeus@52
|
215 1310 1213 mt 1310 1191 L
|
hekeus@52
|
216 1310 186 mt 1310 207 L
|
hekeus@52
|
217 1250 1347 mt
|
hekeus@52
|
218 (15) s
|
hekeus@52
|
219 1639 1213 mt 1639 1191 L
|
hekeus@52
|
220 1639 186 mt 1639 207 L
|
hekeus@52
|
221 1579 1347 mt
|
hekeus@52
|
222 (20) s
|
hekeus@52
|
223 1969 1213 mt 1969 1191 L
|
hekeus@52
|
224 1969 186 mt 1969 207 L
|
hekeus@52
|
225 1909 1347 mt
|
hekeus@52
|
226 (25) s
|
hekeus@52
|
227 2299 1213 mt 2299 1191 L
|
hekeus@52
|
228 2299 186 mt 2299 207 L
|
hekeus@52
|
229 2239 1347 mt
|
hekeus@52
|
230 (30) s
|
hekeus@52
|
231 354 1127 mt 375 1127 L
|
hekeus@52
|
232 2464 1127 mt 2442 1127 L
|
hekeus@52
|
233 109 1167 mt
|
hekeus@52
|
234 (0.15) s
|
hekeus@52
|
235 354 699 mt 375 699 L
|
hekeus@52
|
236 2464 699 mt 2442 699 L
|
hekeus@52
|
237 169 739 mt
|
hekeus@52
|
238 (0.2) s
|
hekeus@52
|
239 354 271 mt 375 271 L
|
hekeus@52
|
240 2464 271 mt 2442 271 L
|
hekeus@52
|
241 109 311 mt
|
hekeus@52
|
242 (0.25) s
|
hekeus@52
|
243 354 1213 mt 2464 1213 L
|
hekeus@52
|
244 354 186 mt 2464 186 L
|
hekeus@52
|
245 354 1213 mt 354 186 L
|
hekeus@52
|
246 2464 1213 mt 2464 186 L
|
hekeus@52
|
247 gs 354 186 2111 1028 rc
|
hekeus@52
|
248 0 2163 53 0 0 -2163 360 2411 4 MP
|
hekeus@52
|
249 PP
|
hekeus@52
|
250 6 w
|
hekeus@52
|
251 -53 0 0 2163 53 0 0 -2163 360 2411 5 MP stroke
|
hekeus@52
|
252 0 1301 53 0 0 -1301 426 2411 4 MP
|
hekeus@52
|
253 PP
|
hekeus@52
|
254 -53 0 0 1301 53 0 0 -1301 426 2411 5 MP stroke
|
hekeus@52
|
255 0 1662 53 0 0 -1662 492 2411 4 MP
|
hekeus@52
|
256 PP
|
hekeus@52
|
257 -53 0 0 1662 53 0 0 -1662 492 2411 5 MP stroke
|
hekeus@52
|
258 0 1386 53 0 0 -1386 558 2411 4 MP
|
hekeus@52
|
259 PP
|
hekeus@52
|
260 -53 0 0 1386 53 0 0 -1386 558 2411 5 MP stroke
|
hekeus@52
|
261 0 1626 53 0 0 -1626 624 2411 4 MP
|
hekeus@52
|
262 PP
|
hekeus@52
|
263 -53 0 0 1626 53 0 0 -1626 624 2411 5 MP stroke
|
hekeus@52
|
264 0 1699 53 0 0 -1699 690 2411 4 MP
|
hekeus@52
|
265 PP
|
hekeus@52
|
266 -53 0 0 1699 53 0 0 -1699 690 2411 5 MP stroke
|
hekeus@52
|
267 0 1501 52 0 0 -1501 756 2411 4 MP
|
hekeus@52
|
268 PP
|
hekeus@52
|
269 -52 0 0 1501 52 0 0 -1501 756 2411 5 MP stroke
|
hekeus@52
|
270 0 1488 52 0 0 -1488 822 2411 4 MP
|
hekeus@52
|
271 PP
|
hekeus@52
|
272 -52 0 0 1488 52 0 0 -1488 822 2411 5 MP stroke
|
hekeus@52
|
273 0 1515 52 0 0 -1515 888 2411 4 MP
|
hekeus@52
|
274 PP
|
hekeus@52
|
275 -52 0 0 1515 52 0 0 -1515 888 2411 5 MP stroke
|
hekeus@52
|
276 0 1572 52 0 0 -1572 954 2411 4 MP
|
hekeus@52
|
277 PP
|
hekeus@52
|
278 -52 0 0 1572 52 0 0 -1572 954 2411 5 MP stroke
|
hekeus@52
|
279 0 1574 53 0 0 -1574 1019 2411 4 MP
|
hekeus@52
|
280 PP
|
hekeus@52
|
281 -53 0 0 1574 53 0 0 -1574 1019 2411 5 MP stroke
|
hekeus@52
|
282 0 1625 53 0 0 -1625 1085 2411 4 MP
|
hekeus@52
|
283 PP
|
hekeus@52
|
284 -53 0 0 1625 53 0 0 -1625 1085 2411 5 MP stroke
|
hekeus@52
|
285 0 1615 53 0 0 -1615 1151 2411 4 MP
|
hekeus@52
|
286 PP
|
hekeus@52
|
287 -53 0 0 1615 53 0 0 -1615 1151 2411 5 MP stroke
|
hekeus@52
|
288 0 1570 53 0 0 -1570 1217 2411 4 MP
|
hekeus@52
|
289 PP
|
hekeus@52
|
290 -53 0 0 1570 53 0 0 -1570 1217 2411 5 MP stroke
|
hekeus@52
|
291 0 1391 53 0 0 -1391 1283 2411 4 MP
|
hekeus@52
|
292 PP
|
hekeus@52
|
293 -53 0 0 1391 53 0 0 -1391 1283 2411 5 MP stroke
|
hekeus@52
|
294 0 1565 53 0 0 -1565 1349 2411 4 MP
|
hekeus@52
|
295 PP
|
hekeus@52
|
296 -53 0 0 1565 53 0 0 -1565 1349 2411 5 MP stroke
|
hekeus@52
|
297 0 1334 53 0 0 -1334 1415 2411 4 MP
|
hekeus@52
|
298 PP
|
hekeus@52
|
299 -53 0 0 1334 53 0 0 -1334 1415 2411 5 MP stroke
|
hekeus@52
|
300 0 1496 53 0 0 -1496 1481 2411 4 MP
|
hekeus@52
|
301 PP
|
hekeus@52
|
302 -53 0 0 1496 53 0 0 -1496 1481 2411 5 MP stroke
|
hekeus@52
|
303 0 1516 53 0 0 -1516 1547 2411 4 MP
|
hekeus@52
|
304 PP
|
hekeus@52
|
305 -53 0 0 1516 53 0 0 -1516 1547 2411 5 MP stroke
|
hekeus@52
|
306 0 1330 53 0 0 -1330 1613 2411 4 MP
|
hekeus@52
|
307 PP
|
hekeus@52
|
308 -53 0 0 1330 53 0 0 -1330 1613 2411 5 MP stroke
|
hekeus@52
|
309 0 1548 53 0 0 -1548 1679 2411 4 MP
|
hekeus@52
|
310 PP
|
hekeus@52
|
311 -53 0 0 1548 53 0 0 -1548 1679 2411 5 MP stroke
|
hekeus@52
|
312 0 1701 53 0 0 -1701 1745 2411 4 MP
|
hekeus@52
|
313 PP
|
hekeus@52
|
314 -53 0 0 1701 53 0 0 -1701 1745 2411 5 MP stroke
|
hekeus@52
|
315 0 1594 52 0 0 -1594 1811 2411 4 MP
|
hekeus@52
|
316 PP
|
hekeus@52
|
317 -52 0 0 1594 52 0 0 -1594 1811 2411 5 MP stroke
|
hekeus@52
|
318 0 1671 52 0 0 -1671 1877 2411 4 MP
|
hekeus@52
|
319 PP
|
hekeus@52
|
320 -52 0 0 1671 52 0 0 -1671 1877 2411 5 MP stroke
|
hekeus@52
|
321 0 1548 52 0 0 -1548 1943 2411 4 MP
|
hekeus@52
|
322 PP
|
hekeus@52
|
323 -52 0 0 1548 52 0 0 -1548 1943 2411 5 MP stroke
|
hekeus@52
|
324 0 1502 52 0 0 -1502 2009 2411 4 MP
|
hekeus@52
|
325 PP
|
hekeus@52
|
326 -52 0 0 1502 52 0 0 -1502 2009 2411 5 MP stroke
|
hekeus@52
|
327 0 1516 53 0 0 -1516 2074 2411 4 MP
|
hekeus@52
|
328 PP
|
hekeus@52
|
329 -53 0 0 1516 53 0 0 -1516 2074 2411 5 MP stroke
|
hekeus@52
|
330 0 1470 53 0 0 -1470 2140 2411 4 MP
|
hekeus@52
|
331 PP
|
hekeus@52
|
332 -53 0 0 1470 53 0 0 -1470 2140 2411 5 MP stroke
|
hekeus@52
|
333 0 1483 53 0 0 -1483 2206 2411 4 MP
|
hekeus@52
|
334 PP
|
hekeus@52
|
335 -53 0 0 1483 53 0 0 -1483 2206 2411 5 MP stroke
|
hekeus@52
|
336 0 1248 53 0 0 -1248 2272 2411 4 MP
|
hekeus@52
|
337 PP
|
hekeus@52
|
338 -53 0 0 1248 53 0 0 -1248 2272 2411 5 MP stroke
|
hekeus@52
|
339 0 1581 53 0 0 -1581 2338 2411 4 MP
|
hekeus@52
|
340 PP
|
hekeus@52
|
341 -53 0 0 1581 53 0 0 -1581 2338 2411 5 MP stroke
|
hekeus@52
|
342 0 1224 53 0 0 -1224 2404 2411 4 MP
|
hekeus@52
|
343 PP
|
hekeus@52
|
344 -53 0 0 1224 53 0 0 -1224 2404 2411 5 MP stroke
|
hekeus@52
|
345 gr
|
hekeus@52
|
346
|
hekeus@52
|
347 6 w
|
hekeus@52
|
348 327 101 mt
|
hekeus@52
|
349 (average predictive information, 32 beat metre) s
|
hekeus@52
|
350 5.76 w
|
hekeus@52
|
351
|
hekeus@52
|
352 end %%Color Dict
|
hekeus@52
|
353
|
hekeus@52
|
354 eplot
|
hekeus@52
|
355 %%EndObject
|
hekeus@52
|
356
|
hekeus@52
|
357 epage
|
hekeus@52
|
358 end
|
hekeus@52
|
359
|
hekeus@52
|
360 showpage
|
hekeus@52
|
361
|
hekeus@52
|
362 %%Trailer
|
hekeus@52
|
363 %%EOF
|