create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / wind-old / pinkfreq1.eps
1 %!PS-Adobe-3.0 
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64.
3 %%Title: ./pinkfreq.eps
4 %%CreationDate: 10/08/2008  10:17:44
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: (atend)
9 %%BoundingBox: (atend)
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   /bmap xdef pop pop} bdef
145 /it {gs np dtri aload pop moveto lineto lineto cp c
146   cols rows 8 compute_transform 
147   {bmap} image gr}bdef
148 /il {newpath moveto lineto stroke}bdef
149 currentdict end def
150 %%EndProlog
151
152 %%BeginSetup
153 MathWorks begin
154
155 0 cap
156
157 end
158 %%EndSetup
159
160 %%Page: 1 1
161 %%BeginPageSetup
162 %%PageBoundingBox:    71   196   550   592
163 MathWorks begin
164 bpage
165 %%EndPageSetup
166
167 %%BeginObject: obj1
168 bplot
169
170 /dpi2point 12 def
171 portraitMode 0216 7344 csm
172
173   640   237  5753  4755 rc
174 76 dict begin %Colortable dictionary
175 /c0 { 0.000000 0.000000 0.000000 sr} bdef
176 /c1 { 1.000000 1.000000 1.000000 sr} bdef
177 /c2 { 0.900000 0.000000 0.000000 sr} bdef
178 /c3 { 0.000000 0.820000 0.000000 sr} bdef
179 /c4 { 0.000000 0.000000 0.800000 sr} bdef
180 /c5 { 0.910000 0.820000 0.320000 sr} bdef
181 /c6 { 1.000000 0.260000 0.820000 sr} bdef
182 /c7 { 0.000000 0.820000 0.820000 sr} bdef
183 c0
184 1 j
185 1 sg
186    0    0 6913 5186 rf
187 6 w
188 0 4226 5357 0 0 -4226 898 4615 4 MP
189 PP
190 -5357 0 0 4226 5357 0 0 -4226 898 4615 5 MP stroke
191 4 w
192 DO
193 SO
194 6 w
195 0 sg
196  898 4615 mt 6255 4615 L
197  898  389 mt 6255  389 L
198  898 4615 mt  898  389 L
199 6255 4615 mt 6255  389 L
200  898 4615 mt 6255 4615 L
201  898 4615 mt  898  389 L
202 1599 4615 mt 1599 4588 L
203 1599  389 mt 1599  415 L
204 1493 4615 mt 1493 4588 L
205 1493  389 mt 1493  415 L
206 1374 4615 mt 1374 4588 L
207 1374  389 mt 1374  415 L
208 1239 4615 mt 1239 4588 L
209 1239  389 mt 1239  415 L
210 1083 4615 mt 1083 4588 L
211 1083  389 mt 1083  415 L
212  898 4615 mt  898 4588 L
213  898  389 mt  898  415 L
214 1599 4615 mt 1599 4561 L
215 1599  389 mt 1599  442 L
216 %%IncludeResource: font Helvetica
217 /Helvetica /ISOLatin1Encoding 120 FMSR
218
219 1487 4797 mt 
220 (10) s
221 %%IncludeResource: font Helvetica
222 /Helvetica /ISOLatin1Encoding 80 FMSR
223
224 1620 4723 mt 
225 (-1) s
226 2300 4615 mt 2300 4588 L
227 2300  389 mt 2300  415 L
228 2710 4615 mt 2710 4588 L
229 2710  389 mt 2710  415 L
230 3001 4615 mt 3001 4588 L
231 3001  389 mt 3001  415 L
232 3226 4615 mt 3226 4588 L
233 3226  389 mt 3226  415 L
234 3410 4615 mt 3410 4588 L
235 3410  389 mt 3410  415 L
236 3566 4615 mt 3566 4588 L
237 3566  389 mt 3566  415 L
238 3701 4615 mt 3701 4588 L
239 3701  389 mt 3701  415 L
240 3820 4615 mt 3820 4588 L
241 3820  389 mt 3820  415 L
242 3927 4615 mt 3927 4588 L
243 3927  389 mt 3927  415 L
244 3927 4615 mt 3927 4561 L
245 3927  389 mt 3927  442 L
246 %%IncludeResource: font Helvetica
247 /Helvetica /ISOLatin1Encoding 120 FMSR
248
249 3839 4797 mt 
250 (10) s
251 %%IncludeResource: font Helvetica
252 /Helvetica /ISOLatin1Encoding 80 FMSR
253
254 3972 4723 mt 
255 (0) s
256 4628 4615 mt 4628 4588 L
257 4628  389 mt 4628  415 L
258 5037 4615 mt 5037 4588 L
259 5037  389 mt 5037  415 L
260 5328 4615 mt 5328 4588 L
261 5328  389 mt 5328  415 L
262 5554 4615 mt 5554 4588 L
263 5554  389 mt 5554  415 L
264 5738 4615 mt 5738 4588 L
265 5738  389 mt 5738  415 L
266 5894 4615 mt 5894 4588 L
267 5894  389 mt 5894  415 L
268 6029 4615 mt 6029 4588 L
269 6029  389 mt 6029  415 L
270 6148 4615 mt 6148 4588 L
271 6148  389 mt 6148  415 L
272 6255 4615 mt 6255 4588 L
273 6255  389 mt 6255  415 L
274 6255 4615 mt 6255 4561 L
275 6255  389 mt 6255  442 L
276 %%IncludeResource: font Helvetica
277 /Helvetica /ISOLatin1Encoding 120 FMSR
278
279 6167 4797 mt 
280 (10) s
281 %%IncludeResource: font Helvetica
282 /Helvetica /ISOLatin1Encoding 80 FMSR
283
284 6300 4723 mt 
285 (1) s
286  898 4319 mt  925 4319 L
287 6255 4319 mt 6228 4319 L
288  898 4364 mt  925 4364 L
289 6255 4364 mt 6228 4364 L
290  898 4414 mt  925 4414 L
291 6255 4414 mt 6228 4414 L
292  898 4471 mt  925 4471 L
293 6255 4471 mt 6228 4471 L
294  898 4537 mt  925 4537 L
295 6255 4537 mt 6228 4537 L
296  898 4615 mt  925 4615 L
297 6255 4615 mt 6228 4615 L
298  898 4319 mt  952 4319 L
299 6255 4319 mt 6201 4319 L
300 %%IncludeResource: font Helvetica
301 /Helvetica /ISOLatin1Encoding 120 FMSR
302
303  640 4363 mt 
304 (10) s
305 %%IncludeResource: font Helvetica
306 /Helvetica /ISOLatin1Encoding 80 FMSR
307
308  773 4289 mt 
309 (-4) s
310  898 4023 mt  925 4023 L
311 6255 4023 mt 6228 4023 L
312  898 3850 mt  925 3850 L
313 6255 3850 mt 6228 3850 L
314  898 3727 mt  925 3727 L
315 6255 3727 mt 6228 3727 L
316  898 3632 mt  925 3632 L
317 6255 3632 mt 6228 3632 L
318  898 3554 mt  925 3554 L
319 6255 3554 mt 6228 3554 L
320  898 3488 mt  925 3488 L
321 6255 3488 mt 6228 3488 L
322  898 3431 mt  925 3431 L
323 6255 3431 mt 6228 3431 L
324  898 3381 mt  925 3381 L
325 6255 3381 mt 6228 3381 L
326  898 3336 mt  925 3336 L
327 6255 3336 mt 6228 3336 L
328  898 3336 mt  952 3336 L
329 6255 3336 mt 6201 3336 L
330 %%IncludeResource: font Helvetica
331 /Helvetica /ISOLatin1Encoding 120 FMSR
332
333  640 3380 mt 
334 (10) s
335 %%IncludeResource: font Helvetica
336 /Helvetica /ISOLatin1Encoding 80 FMSR
337
338  773 3306 mt 
339 (-3) s
340  898 3040 mt  925 3040 L
341 6255 3040 mt 6228 3040 L
342  898 2867 mt  925 2867 L
343 6255 2867 mt 6228 2867 L
344  898 2745 mt  925 2745 L
345 6255 2745 mt 6228 2745 L
346  898 2649 mt  925 2649 L
347 6255 2649 mt 6228 2649 L
348  898 2572 mt  925 2572 L
349 6255 2572 mt 6228 2572 L
350  898 2506 mt  925 2506 L
351 6255 2506 mt 6228 2506 L
352  898 2449 mt  925 2449 L
353 6255 2449 mt 6228 2449 L
354  898 2399 mt  925 2399 L
355 6255 2399 mt 6228 2399 L
356  898 2354 mt  925 2354 L
357 6255 2354 mt 6228 2354 L
358  898 2354 mt  952 2354 L
359 6255 2354 mt 6201 2354 L
360 %%IncludeResource: font Helvetica
361 /Helvetica /ISOLatin1Encoding 120 FMSR
362
363  640 2398 mt 
364 (10) s
365 %%IncludeResource: font Helvetica
366 /Helvetica /ISOLatin1Encoding 80 FMSR
367
368  773 2324 mt 
369 (-2) s
370  898 2058 mt  925 2058 L
371 6255 2058 mt 6228 2058 L
372  898 1885 mt  925 1885 L
373 6255 1885 mt 6228 1885 L
374  898 1762 mt  925 1762 L
375 6255 1762 mt 6228 1762 L
376  898 1667 mt  925 1667 L
377 6255 1667 mt 6228 1667 L
378  898 1589 mt  925 1589 L
379 6255 1589 mt 6228 1589 L
380  898 1523 mt  925 1523 L
381 6255 1523 mt 6228 1523 L
382  898 1466 mt  925 1466 L
383 6255 1466 mt 6228 1466 L
384  898 1416 mt  925 1416 L
385 6255 1416 mt 6228 1416 L
386  898 1371 mt  925 1371 L
387 6255 1371 mt 6228 1371 L
388  898 1371 mt  952 1371 L
389 6255 1371 mt 6201 1371 L
390 %%IncludeResource: font Helvetica
391 /Helvetica /ISOLatin1Encoding 120 FMSR
392
393  640 1415 mt 
394 (10) s
395 %%IncludeResource: font Helvetica
396 /Helvetica /ISOLatin1Encoding 80 FMSR
397
398  773 1341 mt 
399 (-1) s
400  898 1075 mt  925 1075 L
401 6255 1075 mt 6228 1075 L
402  898  902 mt  925  902 L
403 6255  902 mt 6228  902 L
404  898  779 mt  925  779 L
405 6255  779 mt 6228  779 L
406  898  684 mt  925  684 L
407 6255  684 mt 6228  684 L
408  898  606 mt  925  606 L
409 6255  606 mt 6228  606 L
410  898  541 mt  925  541 L
411 6255  541 mt 6228  541 L
412  898  484 mt  925  484 L
413 6255  484 mt 6228  484 L
414  898  433 mt  925  433 L
415 6255  433 mt 6228  433 L
416  898  389 mt  925  389 L
417 6255  389 mt 6228  389 L
418  898  389 mt  952  389 L
419 6255  389 mt 6201  389 L
420 %%IncludeResource: font Helvetica
421 /Helvetica /ISOLatin1Encoding 120 FMSR
422
423  640  433 mt 
424 (10) s
425 %%IncludeResource: font Helvetica
426 /Helvetica /ISOLatin1Encoding 80 FMSR
427
428  773  359 mt 
429 (0) s
430  898 4615 mt 6255 4615 L
431  898  389 mt 6255  389 L
432  898 4615 mt  898  389 L
433 6255 4615 mt 6255  389 L
434 gs 898 389 5357 4227 rc
435 3 36 2 31 2 10 2 -35 2 6 2 -44 2 37 2 38 
436 2 -84 2 3 2 36 2 56 2 -88 2 47 2 13 2 12 
437 2 -36 3 40 2 13 2 -16 2 -10 2 -60 2 16 2 92 
438 2 -97 2 -33 3 25 2 40 2 -26 2 46 2 -49 2 73 
439 3 -20 2 -100 2 46 2 78 2 -32 2 13 3 -6 2 -82 
440 2 9 2 79 2 41 3 -126 2 9 2 23 2 22 3 -3 
441 2 29 2 -28 2 46 3 -112 2 84 2 47 2 -46 3 -34 
442 2 82 2 -51 2 -43 3 29 2 -27 2 -16 3 -8 2 125 
443 2 -86 3 12 2 -33 2 23 3 18 2 -52 2 60 3 -28 
444 2 -20 2 136 3 -148 2 53 3 -9 2 44 2 15 3 -80 
445 2 66 3 40 2 -31 2 5 3 -71 2 -17 3 66 2 -59 
446 3 -1 2 37 3 -106 2 104 3 1 2 11 3 3 2 96 
447 3 -106 2 19 3 9 2 -79 3 108 2 -74 3 51 2 7 
448 3 -90 2 99 3 -125 2 41 3 99 3 -106 2 119 3 -29 
449 2 -73 3 2 3 45 2 -17 3 28 3 -73 2 -1 3 2 
450 3 84 2 -34 3 8 3 35 2 35 3 3 3 -130 2 132 
451 3 -42 3 11 3 -39 2 -60 3 78 3 -7 3 -44 2 78 
452 3 -43 3 13 3 -77 3 16 2 48 3 1 3 -62 3 19 
453 3 46 3 -19 2 -34 3 61 3 -49 3 14 3 32 3 41 
454 3 21 3 23 3 -98 3 7 2 -3 3 -10 3 -37 3 110 
455 3 1 3 -49 3 28 3 13 3 -72 3 43 3 -51 3 -10 
456 3 90 4 84 3 -93 3 -9 3 37 3 7 3 -77 3 44 
457 3 10 3 -31 3 38 4 -127 3 104 3 -52 3 47 3 66 
458 4 1 3 -51 3 47 3 -95 3 12 4 35 3 -22 3 16 
459 4 4 3 -52 3 85 3 -82 4 58 3 32 4 74 3 -124 
460 3 20 4 23 3 -23 3 7 4 84 3 -99 4 -11 3 83 
461 4 -72 3 114 4 -138 3 -16 4 108 3 26 4 -17 3 -20 
462 4 -43 3 34 4 -5 4 -23 3 54 4 32 4 -91 3 -37 
463 4 146 4 -64 3 13 4 10 4 -41 3 -37 4 40 4 16 
464 4 8 3 68 4 -92 4 72 4 -61 4 103 4 -27 4 -102 
465 3 45 4 22 4 2 4 22 4 -85 4 81 4 9 4 -24 
466 4 -60 4 72 4 -44 4 54 4 -47 4 21 5 112 4 -129 
467 4 74 4 -49 4 84 4 -131 5 176 4 -108 4 101 4 -77 
468 5 80 4 -62 4 -49 5 97 4 39 4 -20 5 -39 4 76 
469 5 -117 4 -3 5 62 4 -81 5 23 4 40 5 12 4 -39 
470 5 34 5 -10 4 75 5 -78 5 -4 4 94 5 -119 5 1 
471 5 155 4 -55 5 -43 5 -48 5 99 5 -123 5 73 5 6 
472 5 20 5 19 5 -40 5333 3892 300 MP stroke
473 5 55 5 26 5 -113 5 30 5 38 5 29 6 -46 5 -49 
474 5 110 5 21 6 31 5 -54 5 -2 6 14 5 -30 6 55 
475 5 -90 6 74 5 15 6 -21 5 22 6 -72 6 69 5 -26 
476 6 44 6 24 6 -45 5 91 6 -23 6 -65 6 -65 6 156 
477 6 19 6 -7 6 -79 6 8 6 -16 7 -15 6 68 6 39 
478 6 -49 7 -6 6 3 6 -8 7 -37 6 21 7 78 7 38 
479 6 -20 7 -62 7 129 6 39 7 -75 7 -23 7 8 7 -10 
480 7 41 7 4 7 16 7 -50 7 26 8 -6 7 44 7 -54 
481 8 47 7 -64 8 102 7 -37 8 33 7 -33 8 -59 8 61 
482 8 52 8 -60 8 16 8 4 8 102 8 -27 8 6 9 -6 
483 8 8 9 30 8 64 9 -110 8 155 9 -83 9 38 9 -90 
484 9 47 9 -85 9 91 9 -20 10 3 9 141 10 -173 9 19 
485 10 78 10 65 9 -41 10 -82 10 99 11 39 10 -4 10 -78 
486 11 33 10 -46 11 10 11 45 11 86 11 -42 11 46 11 -70 
487 12 120 11 -37 12 -43 12 121 12 3 12 -57 12 -4 12 26 
488 13 -11 13 10 13 58 13 -24 13 2 13 -8 14 98 14 -121 
489 14 62 14 39 14 7 15 45 14 -31 15 34 15 91 16 -116 
490 16 -79 16 230 16 -81 16 73 17 -40 17 84 17 -57 18 35 
491 18 -9 18 -36 18 90 19 -7 20 17 19 84 20 -158 21 116 
492 20 63 22 46 21 -25 23 -56 22 26 24 49 23 -14 25 47 
493 25 73 25 -62 27 41 27 -18 27 101 29 48 29 -75 30 52 
494 31 28 32 -16 34 -30 34 113 35 -37 37 81 38 22 40 -9 
495 41 81 43 -23 45 4 47 -13 49 90 52 -7 55 -15 58 105 
496 61 -7 65 130 70 3 75 -59 81 29 88 71 96 41 107 -62 
497 119 136 135 -42 156 18 184 47 225 21 291 61 185 -8 898 1740 200 MP stroke
498 DA
499 3 2 2 1 2 1 2 2 2 1 2 2 2 1 2 2 
500 2 1 2 1 2 2 2 1 2 2 2 1 2 2 2 1 
501 2 2 3 1 2 2 2 1 2 2 2 1 2 2 2 1 
502 2 2 2 1 3 2 2 1 2 2 2 1 2 2 2 1 
503 3 2 2 1 2 2 2 1 2 2 2 1 3 2 2 1 
504 2 2 2 1 2 2 3 2 2 1 2 2 2 1 3 2 
505 2 1 2 2 2 2 3 1 2 2 2 1 2 2 3 2 
506 2 1 2 2 2 1 3 2 2 2 2 1 3 2 2 1 
507 2 2 3 2 2 1 2 2 3 2 2 1 2 2 3 2 
508 2 1 2 2 3 2 2 1 3 2 2 2 2 1 3 2 
509 2 2 3 1 2 2 2 2 3 1 2 2 3 2 2 2 
510 3 1 2 2 3 2 2 2 3 1 2 2 3 2 2 2 
511 3 1 2 2 3 2 2 2 3 1 2 2 3 2 2 2 
512 3 2 2 1 3 2 2 2 3 2 3 2 2 1 3 2 
513 2 2 3 2 3 2 2 2 3 1 3 2 2 2 3 2 
514 3 2 2 2 3 2 3 2 2 1 3 2 3 2 2 2 
515 3 2 3 2 3 2 2 2 3 2 3 2 3 2 2 2 
516 3 2 3 2 3 1 3 2 2 2 3 2 3 2 3 2 
517 3 2 3 2 2 2 3 2 3 2 3 2 3 2 3 3 
518 3 2 3 2 3 2 3 2 2 2 3 2 3 2 3 2 
519 3 2 3 2 3 2 3 2 3 3 3 2 3 2 3 2 
520 3 2 4 2 3 2 3 3 3 2 3 2 3 2 3 2 
521 3 2 3 3 3 2 4 2 3 2 3 3 3 2 3 2 
522 4 2 3 3 3 2 3 2 3 2 4 3 3 2 3 2 
523 4 3 3 2 3 2 3 2 4 3 3 2 4 3 3 2 
524 3 2 4 3 3 2 3 2 4 3 3 2 4 3 3 2 
525 4 3 3 2 4 2 3 3 4 2 3 3 4 2 3 3 
526 4 2 3 3 4 2 4 3 3 2 4 3 4 3 3 2 
527 4 3 4 2 3 3 4 2 4 3 3 3 4 2 4 3 
528 4 3 3 2 4 3 4 3 4 2 4 3 4 3 4 2 
529 3 3 4 3 4 3 4 2 4 3 4 3 4 3 4 3 
530 4 2 4 3 4 3 4 3 4 3 4 3 5 3 4 3 
531 4 2 4 3 4 3 4 3 5 3 4 3 4 3 4 3 
532 5 3 4 3 4 3 5 3 4 3 4 3 5 4 4 3 
533 5 3 4 3 5 3 4 3 5 3 4 4 5 3 4 3 
534 5 3 5 3 4 4 5 3 5 3 4 4 5 3 5 3 
535 5 4 4 3 5 3 5 4 5 3 5 4 5 3 5 4 
536 5 3 5 4 5 3 5333 3848 300 MP stroke
537 5 4 5 3 5 4 5 3 5 4 5 4 6 3 5 4 
538 5 4 5 3 6 4 5 4 5 3 6 4 5 4 6 4 
539 5 4 6 4 5 3 6 4 5 4 6 4 6 4 5 4 
540 6 4 6 4 6 4 5 4 6 5 6 4 6 4 6 4 
541 6 4 6 4 6 5 6 4 6 4 7 5 6 4 6 4 
542 6 5 7 4 6 5 6 4 7 5 6 4 7 5 7 5 
543 6 4 7 5 7 5 6 4 7 5 7 5 7 5 7 5 
544 7 4 7 5 7 5 7 5 7 5 8 6 7 5 7 5 
545 8 5 7 5 8 5 7 6 8 5 7 5 8 6 8 5 
546 8 6 8 5 8 6 8 6 8 5 8 6 8 6 9 6 
547 8 6 9 6 8 5 9 7 8 6 9 6 9 6 9 6 
548 9 6 9 7 9 6 9 7 10 6 9 7 10 6 9 7 
549 10 7 10 7 9 7 10 7 10 7 11 7 10 7 10 7 
550 11 7 10 8 11 7 11 8 11 8 11 7 11 8 11 8 
551 12 8 11 8 12 8 12 8 12 9 12 8 12 9 12 9 
552 13 8 13 9 13 9 13 9 13 10 13 9 14 9 14 10 
553 14 10 14 10 14 10 15 10 14 10 15 10 15 11 16 11 
554 16 11 16 11 16 11 16 12 17 11 17 12 17 12 18 12 
555 18 13 18 13 18 12 19 14 20 13 19 14 20 14 21 14 
556 20 14 22 15 21 15 23 16 22 16 24 16 23 16 25 17 
557 25 17 25 18 27 18 27 19 27 19 29 20 29 20 30 21 
558 31 22 32 22 34 23 34 23 35 25 37 25 38 27 40 27 
559 41 28 43 30 45 31 47 32 49 34 52 35 55 37 58 40 
560 61 42 65 44 70 47 75 51 81 54 88 59 96 65 107 70 
561 119 79 135 88 156 101 184 118 225 141 291 177 185 106 898 870 200 MP stroke
562 gr
563
564 DA
565 %%IncludeResource: font Helvetica
566 /Helvetica /ISOLatin1Encoding 120 FMSR
567
568 3171 4940 mt 
569 (Frequency / Hz) s
570 SO
571
572 end %%Color Dict
573
574 eplot
575 %%EndObject
576
577 epage
578 end
579
580 showpage
581
582 %%Trailer
583 %%BoundingBox:    71   196   550   592
584 %%Pages: 001
585 %%EOF