]> AND Private Git Repository - these_qian.git/blob - images/fft_oldci_xx.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Import initial
[these_qian.git] / images / fft_oldci_xx.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.9.0.529 (R2009b). Operating System: Linux 2.6.32-33-generic #66-Ubuntu SMP Tue Jun 7 18:42:33 UTC 2011 x86_64.
3 %%Title: /home/qianxue/Documents/xue_Thesis/program/fft_inter_corr/fft_oldci_xx.eps
4 %%CreationDate: 06/24/2011  13:02:02
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    81   227   529   564
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 3 mul 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   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    81   227   529   564
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0972 6768 csm
174
175     0     0  5376  4033 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 5377 4034 rf
189 6 w
190 0 3287 4166 0 0 -3287 699 3589 4 MP
191 PP
192 -4166 0 0 3287 4166 0 0 -3287 699 3589 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  699 3589 mt 4865 3589 L
199  699  302 mt 4865  302 L
200  699 3589 mt  699  302 L
201 4865 3589 mt 4865  302 L
202  699 3589 mt 4865 3589 L
203  699 3589 mt  699  302 L
204  699 3589 mt  699 3547 L
205  699  302 mt  699  343 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 120 FMSR
208
209  666 3734 mt 
210 (0) s
211 1532 3589 mt 1532 3547 L
212 1532  302 mt 1532  343 L
213 1432 3734 mt 
214 (500) s
215 2365 3589 mt 2365 3547 L
216 2365  302 mt 2365  343 L
217 2232 3734 mt 
218 (1000) s
219 3198 3589 mt 3198 3547 L
220 3198  302 mt 3198  343 L
221 3065 3734 mt 
222 (1500) s
223 4031 3589 mt 4031 3547 L
224 4031  302 mt 4031  343 L
225 3898 3734 mt 
226 (2000) s
227 4865 3589 mt 4865 3547 L
228 4865  302 mt 4865  343 L
229 4732 3734 mt 
230 (2500) s
231  699 3589 mt  740 3589 L
232 4865 3589 mt 4823 3589 L
233  598 3633 mt 
234 (0) s
235  699 3119 mt  740 3119 L
236 4865 3119 mt 4823 3119 L
237  531 3163 mt 
238 (10) s
239  699 2649 mt  740 2649 L
240 4865 2649 mt 4823 2649 L
241  531 2693 mt 
242 (20) s
243  699 2180 mt  740 2180 L
244 4865 2180 mt 4823 2180 L
245  531 2224 mt 
246 (30) s
247  699 1710 mt  740 1710 L
248 4865 1710 mt 4823 1710 L
249  531 1754 mt 
250 (40) s
251  699 1241 mt  740 1241 L
252 4865 1241 mt 4823 1241 L
253  531 1285 mt 
254 (50) s
255  699  771 mt  740  771 L
256 4865  771 mt 4823  771 L
257  531  815 mt 
258 (60) s
259  699  302 mt  740  302 L
260 4865  302 mt 4823  302 L
261  531  346 mt 
262 (70) s
263  699 3589 mt 4865 3589 L
264  699  302 mt 4865  302 L
265  699 3589 mt  699  302 L
266 4865 3589 mt 4865  302 L
267 gs 699 302 4167 3288 rc
268 /c8 { 0.000000 0.000000 1.000000 sr} bdef
269 c8
270 1 -77 2 341 2 -1019 1 1028 2 -1140 2 4 1 142 2 228 
271 2 -244 1 -1093 2 1189 2 -131 1 329 2 -387 2 156 1 -377 
272 2 -542 2 394 1 216 2 -295 2 867 1 -152 2 -441 2 1 
273 1 1369 2 -848 2 -1037 1 55 2 -118 2 1406 1 -1256 2 106 
274 2 401 1 -670 2 893 2 -570 1 970 2 -558 2 103 1 77 
275 2 348 2 -347 1 600 2 -365 2 -433 1 -692 2 394 2 341 
276 1 414 2 -498 2 913 1 -158 2 -1115 2 1136 1 -885 2 581 
277 2 -521 1 578 2 -542 2 -388 1 -87 2 1054 2 89 1 -862 
278 2 -218 2 791 1 552 2 -407 2 -1172 1 430 2 1612 2 -1123 
279 1 -656 2 94 2 158 1 -253 2 768 2 -1181 1 249 2 129 
280 2 516 1 -632 2 688 2 -210 1 538 2 509 2 -415 1 -1393 
281 2 1897 2 -103 1 -1082 2 -189 2 -137 1 469 2 413 2 -432 
282 1 131 2 1087 2 -1076 1 1481 2 -1772 2 421 1 -149 2 -738 
283 2 672 1 -388 2 74 2 697 1 669 2 -1869 2 830 1 943 
284 2 -1542 2 -32 1 104 2 1066 2 -821 1 -407 2 571 2 -156 
285 1 -303 2 457 2 477 1 -795 2 811 2 -374 1 -169 2 -367 
286 2 103 1 748 2 -265 2 -484 1 735 2 -607 2 86 1 -559 
287 2 2595 2 -2441 1 432 2 147 2 -878 1 555 2 551 2 -57 
288 1 -113 2 27 2 702 1 -894 2 655 2 -155 1 480 2 -1536 
289 2 382 1 1121 2 -1339 2 1610 1 -218 2 -349 2 -806 1 44 
290 2 291 2 -54 1 1412 2 -1957 2 2040 1 -843 2 39 2 171 
291 1 -811 2 248 2 -635 1 429 2 -690 2 -104 1 1025 2 -1223 
292 2 415 1 -115 2 1039 2 -303 1 -742 2 142 2 1112 1 -1034 
293 2 -272 2 621 1 540 2 -257 2 -503 1 366 2 679 2 -1124 
294 1 3 2 1062 2 -1125 1 -71 2 107 2 98 1 107 2 760 
295 2 -1 1 -476 2 -73 2 -125 1 -437 2 2568 2 -1799 1 -1194 
296 2 1919 2 -1243 1 107 2 685 2 -1359 1 725 2 -101 2 -197 
297 1 502 2 -832 2 1060 1 -633 2 -630 2 1041 1 157 2 -1090 
298 2 441 1 990 2 -226 2 -544 1 -522 2 610 2 -891 1 825 
299 2 148 2 1006 1 -1051 2 -316 2 618 1 -717 2 608 2 -202 
300 1 -1 2 317 2 -374 1 478 2 136 2 1044 1 -2220 2 1355 
301 2 -1269 1 530 2 376 2 321 1 -1451 2 1473 2 -757 1 -366 
302 2 465 2 321 1 671 2 -595 2 -1063 1 260 2 381 2 116 
303 1 -841 2 588 2 42 1 247 2 -1173 2 560 1 298 2 748 
304 2 827 1 -1727 2 389 2 -486 1 1784 2 -1819 2 81 1 -131 
305 2 -281 2 1506 1 -1457 2 551 2 543 1 993 2 -928 2 -109 
306 1 -376 2 302 2 -404 1 685 2 -447 2 176 1 218 2 -914 
307 2 302 1 -83 2 -106 3613 2876 300 MP stroke
308 2 477 1 645 2 519 2 -1176 1 538 2 -1196 2 485 1 971 
309 2 -1117 2 71 1 -253 2 697 2 -72 1 -448 2 1079 2 -101 
310 1 -828 2 794 2 -597 1 289 2 -197 2 -1025 1 1378 2 -1316 
311 2 537 1 -413 2 252 2 514 1 -522 2 727 2 -642 1 650 
312 2 -370 2 281 1 -705 2 2064 2 -787 1 -262 2 -1214 2 529 
313 1 476 2 659 2 -1704 1 38 2 1421 2 -305 1 -1027 2 467 
314 2 -471 1 109 2 1200 2 -1558 1 1963 2 -1691 2 1871 1 -798 
315 2 -699 2 673 1 -751 2 -146 2 355 1 1183 2 -764 2 -1025 
316 1 485 2 -92 2 -130 1 139 2 -305 2 541 1 1528 2 -1785 
317 2 -242 1 919 2 -511 2 -326 1 174 2 399 2 -227 1 -694 
318 2 1911 2 -1914 1 323 2 -49 2 884 1 -496 2 -222 2 728 
319 1 -790 2 96 2 543 1 742 2 305 2 -1681 1 960 2 -520 
320 2 -655 1 1272 2 -329 2 -853 1 1117 2 -1574 2 1371 1 -890 
321 2 1089 2 549 1 -534 2 -196 2 -896 1 562 2 -609 2 59 
322 1 26 2 2052 2 -1711 1 91 2 -49 2 7 1 505 2 1435 
323 2 -2380 1 -41 2 355 2 110 1 267 2 -722 2 1110 1 -348 
324 2 -893 2 472 1 535 2 -770 2 840 1 -312 2 -300 2 -548 
325 1 219 2 536 2 80 1 1627 2 -599 2 -683 1 -1084 2 138 
326 2 700 1 -1094 2 2307 2 -2144 1 1929 2 -1758 2 1476 1 -968 
327 2 83 2 330 1 -868 2 -47 2 1333 1 -514 2 -835 2 855 
328 1 -882 2 1730 2 -2013 1 1336 2 -744 2 -436 1 810 2 440 
329 2 25 1 -144 2 -494 2 103 1 -85 2 -591 2 1413 1 -718 
330 2 -493 2 366 1 442 2 -409 2 358 1 -841 2 221 2 539 
331 1 -745 2 1137 2 -898 1 140 2 1378 2 -2110 1 1743 2 -1433 
332 2 900 1 -268 2 -74 2 -300 1 -80 2 -193 2 -139 1 1232 
333 2 -726 2 465 1 890 2 -1575 2 340 1 323 2 -128 2 -11 
334 1 46 2 -93 2 -482 1 -490 2 853 2 -266 1 1245 2 -1325 
335 2 -22 1 733 2 -442 2 987 1 -53 2 -197 2 -911 1 -225 
336 2 152 2 -146 1 100 2 249 2 948 1 -886 2 -206 2 -4 
337 1 147 2 -138 2 822 1 -535 2 596 2 -921 1 418 2 -99 
338 2 541 1 -204 2 725 2 -349 1 -120 2 -169 2 -130 1 -440 
339 2 -222 2 779 1 -122 2 -516 2 -592 1 355 2 1234 2 -1239 
340 1 839 2 486 2 -1315 1 667 2 -460 2 93 1 -329 2 78 
341 2 744 1 -659 2 1604 2 -1370 1 491 2 355 2 -818 1 1304 
342 2 -807 2 -804 1 127 2 633 2 -124 1 -114 2 -673 2 -129 
343 1 740 2 441 2 -640 1 789 2 -790 2 765 1 -97 2 -150 
344 2 -1237 1 541 2 -550 2 -96 1 1280 2 -24 2 50 1 -582 
345 2 105 2 -462 1 678 3115 2451 300 MP stroke
346 2 154 2 -448 1 -231 2 -131 2 187 1 966 2 -668 2 923 
347 1 -940 2 559 2 -91 1 275 2 -1432 2 1202 1 -877 2 48 
348 2 -86 1 819 2 944 2 -708 1 -806 2 -192 2 336 1 1317 
349 2 -1329 2 -324 1 67 2 -190 2 1432 1 -1496 2 50 2 614 
350 1 895 2 -1205 2 -466 1 1032 2 107 2 -628 1 775 2 -243 
351 2 -537 1 210 2 31 2 777 1 -149 2 278 2 -933 1 -456 
352 2 353 2 -289 1 624 2 312 2 -167 1 -1073 2 1008 2 39 
353 1 100 2 -1318 2 866 1 180 2 -972 2 116 1 1729 2 -222 
354 2 -1055 1 617 2 787 2 -1504 1 45 2 306 2 -102 1 59 
355 2 218 2 785 1 -1106 2 1391 2 -797 1 -880 2 1289 2 -1316 
356 1 -16 2 816 2 -1126 1 357 2 1269 2 429 1 -1917 2 2018 
357 2 -452 1 -731 2 -833 2 157 1 431 2 589 2 1253 1 -1965 
358 2 -127 2 1699 1 -361 2 -1563 2 1059 1 -768 2 36 2 598 
359 1 -612 2 65 2 -431 1 648 2 665 2 -1292 1 -108 2 -18 
360 2 919 1 509 2 -695 2 -155 1 -532 2 1513 2 -595 1 -553 
361 2 324 2 -638 1 -239 2 1277 2 -709 1 -269 2 570 2 -353 
362 1 1254 2 -1701 2 -69 1 691 2 -234 2 239 1 498 2 -688 
363 2 73 1 467 2 -484 2 1690 1 -2004 2 1505 2 -508 1 -231 
364 2 -431 2 382 1 -199 2 711 2 -1005 1 1436 2 22 2 -800 
365 1 -355 2 901 2 -865 1 167 2 -445 2 207 1 358 2 -575 
366 2 535 1 95 2 -1128 2 696 1 -303 2 612 2 -74 1 1108 
367 2 -1972 2 481 1 -526 2 639 2 -441 1 1446 2 -1267 2 -161 
368 1 284 2 468 2 -443 1 522 2 748 2 -1357 1 -301 2 207 
369 2 -429 1 1053 2 309 2 -1212 1 197 2 78 2 -62 1 672 
370 2 387 2 -1120 1 1687 2 -1111 2 199 1 -990 2 304 1 785 
371 2 346 2 -1089 1 690 2 715 2 -1794 1 28 2 245 2 -236 
372 1 1045 2 172 2 1236 1 -60 2 -328 2 -955 1 -282 2 243 
373 2 -638 1 263 2 -196 2 111 1 174 2 -74 2 305 1 -830 
374 2 287 2 -93 1 -92 2 1052 2 -456 1 309 2 -2 2 -564 
375 1 1564 2 -376 2 -1796 1 610 2 8 2 83 1 252 2 -296 
376 2 -475 1 1425 2 -1104 2 316 1 470 2 123 2 -1197 1 860 
377 2 -453 2 -151 1 -345 2 -195 2 682 1 149 2 -462 2 1039 
378 1 -213 2 -490 2 -24 1 -3 2 286 2 399 1 1711 2 -1752 
379 2 -539 1 -295 2 363 2 -580 1 50 2 526 2 757 1 -720 
380 2 -193 2 -218 1 197 2 -84 2 601 1 -911 2 2054 2 -981 
381 1 -268 2 358 2 -704 1 -465 2 474 2 -413 1 1216 2 14 
382 2 -196 1 -1286 2 938 2 -194 1 -966 2 922 2 506 1 -1159 
383 2 846 2 351 1 -1054 2617 3107 300 MP stroke
384 2 -165 2 179 1 1088 2 -1332 2 1195 1 306 2 -897 2 218 
385 1 54 2 1059 2 -640 1 -1299 2 180 2 489 1 -651 2 286 
386 2 1183 1 -805 2 551 2 18 1 -1059 2 251 2 31 1 -614 
387 2 1486 2 -1062 1 1259 2 49 2 -1013 1 1112 2 -817 2 860 
388 1 -968 2 236 2 -861 1 71 2 757 2 -648 1 -54 2 778 
389 2 -807 1 582 2 -450 2 -49 1 -14 2 -15 2 466 1 -532 
390 2 560 2 -901 1 626 2 394 2 -818 1 -29 2 822 2 -367 
391 1 375 2 -890 2 1439 1 -488 2 -334 2 1298 1 154 2 -1339 
392 2 -244 1 -338 2 56 2 357 1 -560 2 1188 2 -62 1 -481 
393 2 -172 2 -59 1 492 2 -440 2 -225 1 508 2 -435 2 279 
394 1 -458 2 -99 2 82 1 373 2 135 2 999 1 -1167 2 -314 
395 2 513 1 317 2 -468 2 151 1 184 2 378 2 -879 1 49 
396 2 -212 2 1422 1 -1335 2 1085 2 -824 1 -295 2 36 2 -32 
397 1 647 2 258 2 -432 1 902 2 -382 2 -257 1 -346 2 -310 
398 2 973 1 -634 2 895 2 -384 1 833 2 -1357 2 499 1 -878 
399 2 496 2 778 1 -610 2 -67 2 105 1 856 2 -856 2 -105 
400 1 67 2 610 2 -778 1 -496 2 878 2 -499 1 1357 2 -833 
401 2 384 1 -895 2 634 2 -973 1 310 2 346 2 257 1 382 
402 2 -902 2 432 1 -258 2 -647 2 32 1 -36 2 295 2 824 
403 1 -1085 2 1335 2 -1422 1 212 2 -49 2 879 1 -378 2 -184 
404 2 -151 1 468 2 -317 2 -513 1 314 2 1167 2 -999 1 -135 
405 2 -373 2 -82 1 99 2 458 2 -279 1 435 2 -508 2 225 
406 1 440 2 -492 2 59 1 172 2 481 2 62 1 -1188 2 560 
407 2 -357 1 -56 2 338 2 244 1 1339 2 -154 2 -1298 1 334 
408 2 488 2 -1439 1 890 2 -375 2 367 1 -822 2 29 2 818 
409 1 -394 2 -626 2 901 1 -560 2 532 2 -466 1 15 2 14 
410 2 49 1 450 2 -582 2 807 1 -778 2 54 2 648 1 -757 
411 2 -71 2 861 1 -236 2 968 2 -860 1 817 2 -1112 2 1013 
412 1 -49 2 -1259 2 1062 1 -1486 2 614 2 -31 1 -251 2 1059 
413 2 -18 1 -551 2 805 2 -1183 1 -286 2 651 2 -489 1 -180 
414 2 1299 2 640 1 -1059 2 -54 2 -218 1 897 2 -306 2 -1195 
415 1 1332 2 -1088 2 -179 1 165 2 1054 2 -351 1 -846 2 1159 
416 2 -506 1 -922 2 966 2 194 1 -938 2 1286 2 196 1 -14 
417 2 -1216 2 413 1 -474 2 465 2 704 1 -358 2 268 2 981 
418 1 -2054 2 911 2 -601 1 84 2 -197 2 218 1 193 2 720 
419 2 -757 1 -526 2 -50 2 580 1 -363 2 295 2 539 1 1752 
420 2 -1711 2 -399 1 -286 2 3 2 24 1 490 2 213 2 -1039 
421 1 462 2 -149 2 -682 2118 3376 300 MP stroke
422 1 195 2 345 2 151 1 453 2 -860 2 1197 1 -123 2 -470 
423 2 -316 1 1104 2 -1425 2 475 1 296 2 -252 2 -83 1 -8 
424 2 -610 2 1796 1 376 2 -1564 2 564 1 2 2 -309 2 456 
425 1 -1052 2 92 2 93 1 -287 2 830 2 -305 1 74 2 -174 
426 2 -111 1 196 2 -263 2 638 1 -243 2 282 2 955 1 328 
427 2 60 2 -1236 1 -172 2 -1045 2 236 1 -245 2 -28 2 1794 
428 1 -715 2 -690 2 1089 1 -346 2 -785 2 -304 1 990 2 -199 
429 2 1111 1 -1687 2 1120 2 -387 1 -672 2 62 2 -78 1 -197 
430 2 1212 2 -309 1 -1053 2 429 2 -207 1 301 2 1357 2 -748 
431 1 -522 2 443 2 -468 1 -284 2 161 2 1267 1 -1446 2 441 
432 2 -639 1 526 2 -481 2 1972 1 -1108 2 74 2 -612 1 303 
433 2 -696 2 1128 1 -95 2 -535 2 575 1 -358 2 -207 2 445 
434 1 -167 2 865 2 -901 1 355 2 800 2 -22 1 -1436 2 1005 
435 2 -711 1 199 2 -382 2 431 1 231 2 508 2 -1505 1 2004 
436 2 -1690 2 484 1 -467 2 -73 2 688 1 -498 2 -239 2 234 
437 1 -691 2 69 2 1701 1 -1254 2 353 2 -570 1 269 2 709 
438 2 -1277 1 239 2 638 2 -324 1 553 2 595 2 -1513 1 532 
439 2 155 2 695 1 -509 2 -919 2 18 1 108 2 1292 2 -665 
440 1 -648 2 431 2 -65 1 612 2 -598 2 -36 1 768 2 -1059 
441 2 1563 1 361 2 -1699 2 127 1 1965 2 -1253 2 -589 1 -431 
442 2 -157 2 833 1 731 2 452 2 -2018 1 1917 2 -429 2 -1269 
443 1 -357 2 1126 2 -816 1 16 2 1316 2 -1289 1 880 2 797 
444 2 -1391 1 1106 2 -785 2 -218 1 -59 2 102 2 -306 1 -45 
445 2 1504 2 -787 1 -617 2 1055 2 222 1 -1729 2 -116 2 972 
446 1 -180 2 -866 2 1318 1 -100 2 -39 2 -1008 1 1073 2 167 
447 2 -312 1 -624 2 289 2 -353 1 456 2 933 2 -278 1 149 
448 2 -777 2 -31 1 -210 2 537 2 243 1 -775 2 628 2 -107 
449 1 -1032 2 466 2 1205 1 -895 2 -614 2 -50 1 1496 2 -1432 
450 2 190 1 -67 2 324 2 1329 1 -1317 2 -336 2 192 1 806 
451 2 708 2 -944 1 -819 2 86 2 -48 1 877 2 -1202 2 1432 
452 1 -275 2 91 2 -559 1 940 2 -923 2 668 1 -966 2 -187 
453 2 131 1 231 2 448 2 -154 1 -678 2 462 2 -105 1 582 
454 2 -50 2 24 1 -1280 2 96 2 550 1 -541 2 1237 2 150 
455 1 97 2 -765 2 790 1 -789 2 640 2 -441 1 -740 2 129 
456 2 673 1 114 2 124 2 -633 1 -127 2 804 2 807 1 -1304 
457 2 818 2 -355 1 -491 2 1370 2 -1604 1 659 2 -744 2 -78 
458 1 329 2 -93 2 460 1 -667 2 1315 2 -486 1 -839 2 1239 
459 2 -1234 1 -355 2 592 1620 2789 300 MP stroke
460 2 516 1 122 2 -779 2 222 1 440 2 130 2 169 1 120 
461 2 349 2 -725 1 204 2 -541 2 99 1 -418 2 921 2 -596 
462 1 535 2 -822 2 138 1 -147 2 4 2 206 1 886 2 -948 
463 2 -249 1 -100 2 146 2 -152 1 225 2 911 2 197 1 53 
464 2 -987 2 442 1 -733 2 22 2 1325 1 -1245 2 266 2 -853 
465 1 490 2 482 2 93 1 -46 2 11 2 128 1 -323 2 -340 
466 2 1575 1 -890 2 -465 2 726 1 -1232 2 139 2 193 1 80 
467 2 300 2 74 1 268 2 -900 2 1433 1 -1743 2 2110 2 -1378 
468 1 -140 2 898 2 -1137 1 745 2 -539 2 -221 1 841 2 -358 
469 2 409 1 -442 2 -366 2 493 1 718 2 -1413 2 591 1 85 
470 2 -103 2 494 1 144 2 -25 2 -440 1 -810 2 436 2 744 
471 1 -1336 2 2013 2 -1730 1 882 2 -855 2 835 1 514 2 -1333 
472 2 47 1 868 2 -330 2 -83 1 968 2 -1476 2 1758 1 -1929 
473 2 2144 2 -2307 1 1094 2 -700 2 -138 1 1084 2 683 2 599 
474 1 -1627 2 -80 2 -536 1 -219 2 548 2 300 1 312 2 -840 
475 2 770 1 -535 2 -472 2 893 1 348 2 -1110 2 722 1 -267 
476 2 -110 2 -355 1 41 2 2380 2 -1435 1 -505 2 -7 2 49 
477 1 -91 2 1711 2 -2052 1 -26 2 -59 2 609 1 -562 2 896 
478 2 196 1 534 2 -549 2 -1089 1 890 2 -1371 2 1574 1 -1117 
479 2 853 2 329 1 -1272 2 655 2 520 1 -960 2 1681 2 -305 
480 1 -742 2 -543 2 -96 1 790 2 -728 2 222 1 496 2 -884 
481 2 49 1 -323 2 1914 2 -1911 1 694 2 227 2 -399 1 -174 
482 2 326 2 511 1 -919 2 242 2 1785 1 -1528 2 -541 2 305 
483 1 -139 2 130 2 92 1 -485 2 1025 2 764 1 -1183 2 -355 
484 2 146 1 751 2 -673 2 699 1 798 2 -1871 2 1691 1 -1963 
485 2 1558 2 -1200 1 -109 2 471 2 -467 1 1027 2 305 2 -1421 
486 1 -38 2 1704 2 -659 1 -476 2 -529 2 1214 1 262 2 787 
487 2 -2064 1 705 2 -281 2 370 1 -650 2 642 2 -727 1 522 
488 2 -514 2 -252 1 413 2 -537 2 1316 1 -1378 2 1025 2 197 
489 1 -289 2 597 2 -794 1 828 2 101 2 -1079 1 448 2 72 
490 2 -697 1 253 2 -71 2 1117 1 -971 2 -485 2 1196 1 -538 
491 2 1176 2 -519 1 -645 2 -477 2 106 1 83 2 -302 2 914 
492 1 -218 2 -176 2 447 1 -685 2 404 2 -302 1 376 2 109 
493 2 928 1 -993 2 -543 2 -551 1 1457 2 -1506 2 281 1 131 
494 2 -81 2 1819 1 -1784 2 486 2 -389 1 1727 2 -827 2 -748 
495 1 -298 2 -560 2 1173 1 -247 2 -42 2 -588 1 841 2 -116 
496 2 -381 1 -260 2 1063 2 595 1 -671 2 -321 2 -465 1 366 
497 2 757 2 -1473 1 1451 1122 1889 300 MP stroke
498 2 -321 2 -376 1 -530 2 1269 2 -1355 1 2220 2 -1044 2 -136 
499 1 -478 2 374 2 -317 1 1 2 202 2 -608 1 717 2 -618 
500 2 316 1 1051 2 -1006 2 -148 1 -825 2 891 2 -610 1 522 
501 2 544 2 226 1 -990 2 -441 2 1090 1 -157 2 -1041 2 630 
502 1 633 2 -1060 2 832 1 -502 2 197 2 101 1 -725 2 1359 
503 2 -685 1 -107 2 1243 2 -1919 1 1194 2 1799 2 -2568 1 437 
504 2 125 2 73 1 476 2 1 2 -760 1 -107 2 -98 2 -107 
505 1 71 2 1125 2 -1062 1 -3 2 1124 2 -679 1 -366 2 503 
506 2 257 1 -540 2 -621 2 272 1 1034 2 -1112 2 -142 1 742 
507 2 303 2 -1039 1 115 2 -415 2 1223 1 -1025 2 104 2 690 
508 1 -429 2 635 2 -248 1 811 2 -171 2 -39 1 843 2 -2040 
509 2 1957 1 -1412 2 54 2 -291 1 -44 2 806 2 349 1 218 
510 2 -1610 2 1339 1 -1121 2 -382 2 1536 1 -480 2 155 2 -655 
511 1 894 2 -702 2 -27 1 113 2 57 2 -551 1 -555 2 878 
512 2 -147 1 -432 2 2441 2 -2595 1 559 2 -86 2 607 1 -735 
513 2 484 2 265 1 -748 2 -103 2 367 1 169 2 374 2 -811 
514 1 795 2 -477 2 -457 1 303 2 156 2 -571 1 407 2 821 
515 2 -1066 1 -104 2 32 2 1542 1 -943 2 -830 2 1869 1 -669 
516 2 -697 2 -74 1 388 2 -672 2 738 1 149 2 -421 2 1772 
517 1 -1481 2 1076 2 -1087 1 -131 2 432 2 -413 1 -469 2 137 
518 2 189 1 1082 2 103 2 -1897 1 1393 2 415 2 -509 1 -538 
519 2 210 2 -688 1 632 2 -516 2 -129 1 -249 2 1181 2 -768 
520 1 253 2 -158 2 -94 1 656 2 1123 2 -1612 1 -430 2 1172 
521 2 407 1 -552 2 -791 2 218 1 862 2 -89 2 -1054 1 87 
522 2 388 2 542 1 -578 2 521 2 -581 1 885 2 -1136 2 1115 
523 1 158 2 -913 2 498 1 -414 2 -341 2 -394 1 692 2 433 
524 2 365 1 -600 2 347 2 -348 1 -77 2 -103 2 558 1 -970 
525 2 570 2 -893 1 670 2 -401 2 -106 1 1256 2 -1406 2 118 
526 1 -55 2 1037 2 848 1 -1369 2 -1 2 441 1 152 2 -867 
527 2 295 1 -216 2 -394 2 542 1 377 2 -156 2 387 1 -329 
528 2 131 2 -1189 1 1093 2 244 2 -228 1 -142 2 -4 2 1140 
529 1 -1028 2 1019 2 -341 1 77 2 -1496 700 3162 254 MP stroke
530 gr
531
532 c8
533 0 sg
534 2671  207 mt 
535 (FFT) s
536
537 end %%Color Dict
538
539 eplot
540 %%EndObject
541
542 epage
543 end
544
545 showpage
546
547 %%Trailer
548 %%EOF