-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfig020204.eps
9358 lines (9341 loc) · 181 KB
/
fig020204.eps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.232 (R2006a). Operating System: Microsoft Windows XP.
%%Title: C:\workshop\fig020204.eps
%%CreationDate: 06/06/2013 13:28:40
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: -78 148 689 643
%%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
/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
ISOLatin1Encoding WindowsLatin1Encoding copy pop
/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
/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: -78 148 689 643
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode -0936 7716 csm
0 0 9215 5940 rc
85 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 9216 5941 rf
6 w
0 4841 7142 0 0 -4841 1198 5287 4 MP
PP
-7142 0 0 4841 7142 0 0 -4841 1198 5287 5 MP stroke
4 w
DO
SO
6 w
0 sg
1198 5287 mt 8340 5287 L
1198 5287 mt 1198 446 L
1198 5287 mt 1198 5215 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR
1095 5432 mt
(-2) s
2090 5287 mt 2090 5215 L
1937 5432 mt
(-1.5) s
2983 5287 mt 2983 5215 L
2880 5432 mt
(-1) s
3876 5287 mt 3876 5215 L
3723 5432 mt
(-0.5) s
4769 5287 mt 4769 5215 L
4736 5432 mt
(0) s
5661 5287 mt 5661 5215 L
5578 5432 mt
(0.5) s
6554 5287 mt 6554 5215 L
6521 5432 mt
(1) s
7447 5287 mt 7447 5215 L
7364 5432 mt
(1.5) s
8340 5287 mt 8340 5215 L
8307 5432 mt
(2) s
1198 5287 mt 1269 5287 L
1027 5331 mt
(-3) s
1198 4480 mt 1269 4480 L
1027 4524 mt
(-2) s
1198 3673 mt 1269 3673 L
1027 3717 mt
(-1) s
1198 2866 mt 1269 2866 L
1097 2910 mt
(0) s
1198 2059 mt 1269 2059 L
1097 2103 mt
(1) s
1198 1252 mt 1269 1252 L
1097 1296 mt
(2) s
1198 446 mt 1269 446 L
1097 490 mt
(3) s
gs 1198 446 7143 4842 rc
9.6 w
/c8 { 0.000000 0.000000 1.000000 sr} bdef
c8
-63 54 -89 63 -90 53 -89 43 -89 36 -89 28 -90 21 -89 15
-89 8 -90 3 4769 4964 11 MP stroke
63 54 89 63 90 53 89 43 89 36 89 28 90 21 89 15
89 8 89 3 4769 4964 11 MP stroke
-77 160 -89 151 -89 123 -90 103 -89 87 -89 74 -90 63 -89 55
-89 47 -89 42 -90 35 -89 32 -89 27 -89 24 -90 21 -89 18
-89 15 -90 14 -89 11 -89 9 -89 7 -90 6 -89 4 -89 2
-90 1 4769 4157 26 MP stroke
77 160 89 151 89 123 90 103 89 87 89 74 90 63 89 55
89 47 89 42 90 35 89 32 89 27 89 24 90 21 89 18
89 15 90 14 89 11 89 9 89 7 90 6 89 4 89 2
89 1 4769 4157 26 MP stroke
-81 244 -89 201 -89 157 -89 126 -90 103 -89 85 -89 72 -90 60
-89 51 -89 45 -89 38 -90 33 -89 30 -89 25 -89 23 -90 20
-89 18 -89 15 -90 15 -89 12 -89 11 -89 10 -90 9 -89 8
-89 7 -89 6 -90 6 -89 5 -89 4 -90 4 -89 3 -89 2
-89 2 -90 2 -89 1 -89 1 -90 0 4769 3834 38 MP stroke
81 244 89 201 89 157 89 126 90 103 89 85 89 72 90 60
89 51 89 45 89 38 90 33 89 30 89 25 89 23 90 20
89 18 89 15 90 15 89 12 89 11 89 10 90 9 89 8
89 7 89 6 90 6 89 5 89 4 90 4 89 3 89 2
89 2 90 2 89 1 89 1 89 0 4769 3834 38 MP stroke
-89 0 -89 0 -89 0 -90 0 -89 0 -89 0 -89 0 -90 0
-89 0 -89 0 -90 0 -89 0 -89 0 -89 0 -90 0 -89 0
-89 0 -89 0 -90 0 -89 0 -89 0 -90 0 -89 0 -89 0
-89 0 -90 0 -89 0 -89 0 -89 0 -90 0 -89 0 -89 0
-90 0 -89 0 -89 0 -89 0 -90 0 -89 0 -89 0 -90 0
4769 3673 41 MP stroke
90 0 89 0 89 0 90 0 89 0 89 0 89 0 90 0
89 0 89 0 90 0 89 0 89 0 89 0 90 0 89 0
89 0 89 0 90 0 89 0 89 0 90 0 89 0 89 0
89 0 90 0 89 0 89 0 89 0 90 0 89 0 89 0
90 0 89 0 89 0 89 0 90 0 89 0 89 0 89 0
4769 3673 41 MP stroke
-89 -17 -89 -18 -89 -19 -90 -20 -89 -20 -89 -21 -89 -21 -90 -22
-89 -22 -89 -23 -90 -22 -89 -23 -89 -22 -89 -22 -90 -22 -89 -21
-89 -22 -89 -20 -90 -20 -89 -19 -89 -19 -90 -18 -89 -17 -89 -16
-89 -15 -90 -15 -89 -13 -89 -13 -89 -11 -90 -11 -89 -9 -89 -9
-90 -7 -89 -7 -89 -5 -89 -5 -90 -3 -89 -3 -89 -1 -90 -1
4769 2866 41 MP stroke
90 -17 89 -18 89 -19 90 -20 89 -20 89 -21 89 -21 90 -22
89 -22 89 -23 90 -22 89 -23 89 -22 89 -22 90 -22 89 -21
89 -22 89 -20 90 -20 89 -19 89 -19 90 -18 89 -17 89 -16
89 -15 90 -15 89 -13 89 -13 89 -11 90 -11 89 -9 89 -9
90 -7 89 -7 89 -5 89 -5 90 -3 89 -3 89 -1 89 -1
4769 2866 41 MP stroke
-89 0 -89 0 -89 0 -90 0 -89 0 -89 0 -89 0 -90 0
-89 0 -89 0 -90 0 -89 0 -89 0 -89 0 -90 0 -89 0
-89 0 -89 0 -90 0 -89 0 -89 0 -90 0 -89 0 -89 0
-89 0 -90 0 -89 0 -89 0 -89 0 -90 0 -89 0 -89 0
-90 0 -89 0 -89 0 -89 0 -90 0 -89 0 -89 0 -90 0
4769 2059 41 MP stroke
90 0 89 0 89 0 90 0 89 0 89 0 89 0 90 0
89 0 89 0 90 0 89 0 89 0 89 0 90 0 89 0
89 0 89 0 90 0 89 0 89 0 90 0 89 0 89 0
89 0 90 0 89 0 89 0 89 0 90 0 89 0 89 0
90 0 89 0 89 0 89 0 90 0 89 0 89 0 89 0
4769 2059 41 MP stroke
-89 -10 -89 -11 -89 -12 -90 -13 -89 -12 -89 -14 -89 -14 -90 -14
-89 -15 -89 -15 -90 -16 -89 -15 -89 -16 -89 -16 -90 -16 -89 -16
-89 -16 -89 -16 -90 -15 -89 -15 -89 -15 -90 -15 -89 -13 -89 -14
-89 -13 -90 -12 -89 -11 -89 -11 -89 -10 -90 -9 -89 -8 -89 -8
-90 -7 -89 -6 -89 -5 -89 -4 -90 -3 -89 -2 -89 -1 -90 -1
4769 2624 41 MP stroke
90 -10 89 -11 89 -12 90 -13 89 -12 89 -14 89 -14 90 -14
89 -15 89 -15 90 -16 89 -15 89 -16 89 -16 90 -16 89 -16
89 -16 89 -16 90 -15 89 -15 89 -15 90 -15 89 -13 89 -14
89 -13 90 -12 89 -11 89 -11 89 -10 90 -9 89 -8 89 -8
90 -7 89 -6 89 -5 89 -4 90 -3 89 -2 89 -1 89 -1
4769 2624 41 MP stroke
-89 -7 -89 -7 -89 -8 -90 -8 -89 -9 -89 -9 -89 -9 -90 -10
-89 -10 -89 -11 -90 -11 -89 -11 -89 -11 -89 -11 -90 -12 -89 -11
-89 -12 -89 -12 -90 -11 -89 -12 -89 -11 -90 -11 -89 -10 -89 -11
-89 -10 -90 -9 -89 -9 -89 -9 -89 -8 -90 -7 -89 -7 -89 -6
-90 -5 -89 -5 -89 -4 -89 -4 -90 -2 -89 -2 -89 -1 -90 -1
4769 2463 41 MP stroke
90 -7 89 -7 89 -8 90 -8 89 -9 89 -9 89 -9 90 -10
89 -10 89 -11 90 -11 89 -11 89 -11 89 -11 90 -12 89 -11
89 -12 89 -12 90 -11 89 -12 89 -11 90 -11 89 -10 89 -11
89 -10 90 -9 89 -9 89 -9 89 -8 90 -7 89 -7 89 -6
90 -5 89 -5 89 -4 89 -4 90 -2 89 -2 89 -1 89 -1
4769 2463 41 MP stroke
-89 -5 -89 -6 -89 -6 -90 -6 -89 -7 -89 -7 -89 -7 -90 -8
-89 -8 -89 -8 -90 -9 -89 -9 -89 -9 -89 -9 -90 -9 -89 -9
-89 -10 -89 -9 -90 -9 -89 -10 -89 -9 -90 -9 -89 -9 -89 -8
-89 -8 -90 -8 -89 -8 -89 -7 -89 -7 -90 -6 -89 -6 -89 -5
-90 -4 -89 -4 -89 -4 -89 -3 -90 -2 -89 -2 -89 -1 -90 0
4769 2382 41 MP stroke
90 -5 89 -6 89 -6 90 -6 89 -7 89 -7 89 -7 90 -8
89 -8 89 -8 90 -9 89 -9 89 -9 89 -9 90 -9 89 -9
89 -10 89 -9 90 -9 89 -10 89 -9 90 -9 89 -9 89 -8
89 -8 90 -8 89 -8 89 -7 89 -7 90 -6 89 -6 89 -5
90 -4 89 -4 89 -4 89 -3 90 -2 89 -2 89 -1 89 0
4769 2382 41 MP stroke
-89 2 -89 2 -89 3 -90 2 -89 3 -89 3 -89 3 -90 4
-89 3 -89 4 -90 4 -89 4 -89 4 -89 4 -90 5 -89 5
-89 4 -89 5 -90 5 -89 5 -89 5 -90 5 -89 5 -89 5
-89 5 -90 4 -89 5 -89 4 -89 5 -90 4 -89 3 -89 4
-90 3 -89 2 -89 3 -89 2 -90 1 -89 1 -89 1 -90 0
4769 1898 41 MP stroke
90 2 89 2 89 3 90 2 89 3 89 3 89 3 90 4
89 3 89 4 90 4 89 4 89 4 89 4 90 5 89 5
89 4 89 5 90 5 89 5 89 5 90 5 89 5 89 5
89 5 90 4 89 5 89 4 89 5 90 4 89 3 89 4
90 3 89 2 89 3 89 2 90 1 89 1 89 1 89 0
4769 1898 41 MP stroke
-89 3 -89 3 -89 4 -90 4 -89 4 -89 4 -89 5 -90 5
-89 5 -89 5 -90 6 -89 6 -89 6 -89 7 -90 6 -89 7
-89 7 -89 8 -90 7 -89 7 -89 8 -90 8 -89 7 -89 8
-89 7 -90 7 -89 7 -89 7 -89 7 -90 6 -89 5 -89 6
-90 4 -89 5 -89 3 -89 3 -90 3 -89 1 -89 2 -90 0
4769 1817 41 MP stroke
90 3 89 3 89 4 90 4 89 4 89 4 89 5 90 5
89 5 89 5 90 6 89 6 89 6 89 7 90 6 89 7
89 7 89 8 90 7 89 7 89 8 90 8 89 7 89 8
89 7 90 7 89 7 89 7 89 7 90 6 89 5 89 6
90 4 89 5 89 3 89 3 90 3 89 1 89 2 89 0
4769 1817 41 MP stroke
-89 10 -89 10 -89 11 -90 12 -89 13 -89 14 -89 15 -90 17
-89 17 -89 19 -90 19 -89 21 -89 22 -89 24 -90 24 -89 26
-89 27 -89 28 -90 30 -89 30 -89 31 -90 32 -89 33 -89 33
-89 33 -90 33 -89 33 -89 33 -89 31 -90 31 -89 29 -89 27
-90 25 -89 23 -89 19 -89 17 -90 13 -89 9 -89 6 -90 2
4769 1091 41 MP stroke
90 10 89 10 89 11 90 12 89 13 89 14 89 15 90 17
89 17 89 19 90 19 89 21 89 22 89 24 90 24 89 26
89 27 89 28 90 30 89 30 89 31 90 32 89 33 89 33
89 33 90 33 89 33 89 33 89 31 90 31 89 29 89 27
90 25 89 23 89 19 89 17 90 13 89 9 89 6 89 2
4769 1091 41 MP stroke
-89 13 -89 14 -89 16 -90 17 -89 18 -89 20 -89 22 -90 23
-89 26 -89 27 -90 29 -89 31 -89 33 -89 35 -90 38 -89 40
-89 42 -89 45 -90 47 -89 49 -89 52 -90 53 -89 56 -89 57
-89 58 -90 59 -89 60 -89 60 -89 59 -90 58 -89 56 -89 53
-90 50 -89 44 -89 40 -89 34 -90 27 -89 19 -89 12 -90 4
4769 446 41 MP stroke
90 13 89 14 89 16 90 17 89 18 89 20 89 22 90 23
89 26 89 27 90 29 89 31 89 33 89 35 90 38 89 40
89 42 89 45 90 47 89 49 89 52 90 53 89 56 89 57
89 58 90 59 89 60 89 60 89 59 90 58 89 56 89 53
90 50 89 44 89 40 89 34 90 27 89 19 89 12 89 4
4769 446 41 MP stroke
90 -8 89 -9 89 -10 90 -10 89 -11 89 -11 89 -12 90 -12
89 -12 89 -13 90 -13 89 -14 89 -13 89 -14 90 -14 89 -14
89 -13 89 -14 90 -14 89 -13 89 -13 90 -13 89 -12 89 -12
89 -12 90 -10 89 -11 89 -10 89 -9 90 -8 89 -8 89 -7
90 -6 89 -5 89 -5 89 -4 90 -2 89 -3 89 -1 89 0
4769 2543 41 MP stroke
-89 -8 -89 -9 -89 -10 -90 -10 -89 -11 -89 -11 -89 -12 -90 -12
-89 -12 -89 -13 -90 -13 -89 -14 -89 -13 -89 -14 -90 -14 -89 -14
-89 -13 -89 -14 -90 -14 -89 -13 -89 -13 -90 -13 -89 -12 -89 -12
-89 -12 -90 -10 -89 -11 -89 -10 -89 -9 -90 -8 -89 -8 -89 -7
-90 -6 -89 -5 -89 -5 -89 -4 -90 -2 -89 -3 -89 -1 -90 0
4769 2543 41 MP stroke
2.4 w
90 -30 89 -31 89 -31 90 -31 89 -31 89 -32 89 -31 90 -31
89 -31 89 -30 90 -29 89 -29 89 -27 89 -27 90 -26 89 -24
89 -24 89 -22 90 -22 89 -20 89 -19 90 -18 89 -16 89 -16
89 -14 90 -14 89 -12 89 -12 89 -10 90 -9 89 -9 89 -7
90 -7 89 -5 89 -5 89 -4 90 -3 89 -2 89 -1 89 -1
4769 3189 41 MP stroke
9.6 w
-89 -30 -89 -31 -89 -31 -90 -31 -89 -31 -89 -32 -89 -31 -90 -31
-89 -31 -89 -30 -90 -29 -89 -29 -89 -27 -89 -27 -90 -26 -89 -24
-89 -24 -89 -22 -90 -22 -89 -20 -89 -19 -90 -18 -89 -16 -89 -16
-89 -14 -90 -14 -89 -12 -89 -12 -89 -10 -90 -9 -89 -9 -89 -7
-90 -7 -89 -5 -89 -5 -89 -4 -90 -3 -89 -2 -89 -1 -90 -1
4769 3189 41 MP stroke
90 -3 89 -2 89 -3 90 -3 89 -3 89 -3 89 -4 90 -4
89 -3 89 -4 90 -4 89 -5 89 -4 89 -5 90 -4 89 -5
89 -5 89 -4 90 -5 89 -5 89 -5 90 -5 89 -4 89 -5
89 -4 90 -4 89 -4 89 -4 89 -4 90 -3 89 -3 89 -3
90 -3 89 -2 89 -2 89 -2 90 -1 89 -1 89 0 89 -1
4769 2221 41 MP stroke
-89 -3 -89 -2 -89 -3 -90 -3 -89 -3 -89 -3 -89 -4 -90 -4
-89 -3 -89 -4 -90 -4 -89 -5 -89 -4 -89 -5 -90 -4 -89 -5
-89 -5 -89 -4 -90 -5 -89 -5 -89 -5 -90 -5 -89 -4 -89 -5
-89 -4 -90 -4 -89 -4 -89 -4 -89 -4 -90 -3 -89 -3 -89 -3
-90 -3 -89 -2 -89 -2 -89 -2 -90 -1 -89 -1 -89 0 -90 -1
4769 2221 41 MP stroke
2.4 w
90 -40 89 -37 89 -36 90 -35 89 -32 89 -31 89 -29 90 -27
89 -26 89 -23 90 -23 89 -20 89 -19 89 -18 90 -17 89 -15
89 -14 89 -13 90 -12 89 -11 89 -10 90 -9 89 -9 89 -8
89 -7 90 -6 89 -6 89 -5 89 -5 90 -4 89 -4 89 -3
90 -3 89 -3 89 -2 89 -2 90 -1 89 -1 89 0 89 0
4769 3511 41 MP stroke
9.6 w
-89 -40 -89 -37 -89 -36 -90 -35 -89 -32 -89 -31 -89 -29 -90 -27
-89 -26 -89 -23 -90 -23 -89 -20 -89 -19 -89 -18 -90 -17 -89 -15
-89 -14 -89 -13 -90 -12 -89 -11 -89 -10 -90 -9 -89 -9 -89 -8
-89 -7 -90 -6 -89 -6 -89 -5 -89 -5 -90 -4 -89 -4 -89 -3
-90 -3 -89 -3 -89 -2 -89 -2 -90 -1 -89 -1 -89 0 -90 0
4769 3511 41 MP stroke
gr
9.6 w
c8
0 sg
%%IncludeResource: font Helvetica-Oblique
/Helvetica-Oblique /WindowsLatin1Encoding 168 FMSR
8518 5347 mt
( x) s
1144 247 mt
( y) s
gs 1198 446 7143 4842 rc
c8
26 -97 1198 5287 2 MP stroke
-26 17 1224 5190 2 MP stroke
26 31 1224 5190 2 MP stroke
0 sg
68 4 -42 27 1224 5190 3 MP
PP
6 w
-26 -31 68 4 -42 27 1224 5190 4 MP stroke
9.6 w
c8
30 -96 1198 5125 2 MP stroke
-30 19 1228 5029 2 MP stroke
25 31 1228 5029 2 MP stroke
0 sg
68 4 -43 27 1228 5029 3 MP
PP
6 w
-25 -31 68 4 -43 27 1228 5029 4 MP stroke
9.6 w
c8
36 -96 1198 4964 2 MP stroke
-36 22 1234 4868 2 MP stroke
23 32 1234 4868 2 MP stroke
0 sg
68 6 -45 26 1234 4868 3 MP
PP
6 w
-23 -32 68 6 -45 26 1234 4868 4 MP stroke
9.6 w
c8
44 -94 1198 4802 2 MP stroke
-44 23 1242 4708 2 MP stroke
20 31 1242 4708 2 MP stroke
0 sg
67 6 -47 25 1242 4708 3 MP
PP
6 w
-20 -31 67 6 -47 25 1242 4708 4 MP stroke
9.6 w
c8
53 -94 1198 4641 2 MP stroke
-49 25 1251 4547 2 MP stroke
18 32 1251 4547 2 MP stroke
0 sg
67 7 -49 25 1251 4547 3 MP
PP
6 w
-18 -32 67 7 -49 25 1251 4547 4 MP stroke
9.6 w
c8
67 -92 1198 4480 2 MP stroke
-53 22 1265 4388 2 MP stroke
13 32 1265 4388 2 MP stroke
0 sg
66 10 -53 22 1265 4388 3 MP
PP
6 w
-13 -32 66 10 -53 22 1265 4388 4 MP stroke
9.6 w
c8
87 -88 1198 4318 2 MP stroke
-58 20 1285 4230 2 MP stroke
5 33 1285 4230 2 MP stroke
0 sg
63 13 -58 20 1285 4230 3 MP
PP
6 w
-5 -33 63 13 -58 20 1285 4230 4 MP stroke
9.6 w
c8
115 -82 1198 4157 2 MP stroke
-64 16 1313 4075 2 MP stroke
-6 33 1313 4075 2 MP stroke
0 sg
58 17 -64 16 1313 4075 3 MP
PP
6 w
6 -33 58 17 -64 16 1313 4075 4 MP stroke
9.6 w
c8
154 -67 1198 3996 2 MP stroke
-70 8 1352 3929 2 MP stroke
-22 31 1352 3929 2 MP stroke
0 sg
48 23 -70 8 1352 3929 3 MP
PP
6 w
22 -31 48 23 -70 8 1352 3929 4 MP stroke
9.6 w
c8
196 -39 1198 3834 2 MP stroke
-73 -2 1394 3795 2 MP stroke
-45 26 1394 3795 2 MP stroke
0 sg
28 28 -73 -2 1394 3795 3 MP
PP
6 w
45 -26 28 28 -73 -2 1394 3795 4 MP stroke
9.6 w
c8
214 0 1198 3673 2 MP stroke
-65 -16 1412 3673 2 MP stroke
-65 15 1412 3673 2 MP stroke
0 sg
0 31 -65 -16 1412 3673 3 MP
PP
6 w
65 -15 0 31 -65 -16 1412 3673 4 MP stroke
9.6 w
c8
201 33 1198 3511 2 MP stroke
-49 -24 1399 3544 2 MP stroke
-72 5 1399 3544 2 MP stroke
0 sg
-23 29 -49 -24 1399 3544 3 MP
PP
6 w
72 -5 -23 29 -49 -24 1399 3544 4 MP stroke
9.6 w
c8
180 52 1198 3350 2 MP stroke
-36 -28 1378 3402 2 MP stroke
-73 -2 1378 3402 2 MP stroke
0 sg
-37 26 -36 -28 1378 3402 3 MP
PP
6 w
73 2 -37 26 -36 -28 1378 3402 4 MP stroke
9.6 w
c8
164 62 1198 3189 2 MP stroke
-27 -31 1362 3251 2 MP stroke
-72 -7 1362 3251 2 MP stroke
0 sg
-45 24 -27 -31 1362 3251 3 MP
PP
6 w
72 7 -45 24 -27 -31 1362 3251 4 MP stroke
9.6 w
c8
154 67 1198 3027 2 MP stroke
-22 -31 1352 3094 2 MP stroke
-70 -8 1352 3094 2 MP stroke
0 sg
-48 23 -22 -31 1352 3094 3 MP
PP
6 w
70 8 -48 23 -22 -31 1352 3094 4 MP stroke
9.6 w
c8
151 68 1198 2866 2 MP stroke
-21 -31 1349 2934 2 MP stroke
-70 -9 1349 2934 2 MP stroke
0 sg
-49 22 -21 -31 1349 2934 3 MP
PP
6 w
70 9 -49 22 -21 -31 1349 2934 4 MP stroke
9.6 w
c8
154 67 1198 2705 2 MP stroke
-22 -32 1352 2772 2 MP stroke
-70 -9 1352 2772 2 MP stroke
0 sg
-48 23 -22 -32 1352 2772 3 MP
PP
6 w
70 9 -48 23 -22 -32 1352 2772 4 MP stroke
9.6 w
c8
164 63 1198 2543 2 MP stroke
-27 -31 1362 2606 2 MP stroke
-72 -7 1362 2606 2 MP stroke
0 sg
-45 24 -27 -31 1362 2606 3 MP
PP
6 w
72 7 -45 24 -27 -31 1362 2606 4 MP stroke
9.6 w
c8
180 52 1198 2382 2 MP stroke
-36 -29 1378 2434 2 MP stroke
-73 -2 1378 2434 2 MP stroke
0 sg
-37 27 -36 -29 1378 2434 3 MP
PP
6 w
73 2 -37 27 -36 -29 1378 2434 4 MP stroke
9.6 w
c8
201 32 1198 2221 2 MP stroke
-49 -24 1399 2253 2 MP stroke
-72 5 1399 2253 2 MP stroke
0 sg
-23 29 -49 -24 1399 2253 3 MP
PP
6 w
72 -5 -23 29 -49 -24 1399 2253 4 MP stroke
9.6 w
c8
214 0 1198 2059 2 MP stroke
-65 -15 1412 2059 2 MP stroke
-65 16 1412 2059 2 MP stroke
0 sg
0 31 -65 -15 1412 2059 3 MP
PP
6 w
65 -16 0 31 -65 -15 1412 2059 4 MP stroke
9.6 w
c8
196 -39 1198 1898 2 MP stroke
-73 -3 1394 1859 2 MP stroke
-45 26 1394 1859 2 MP stroke
0 sg
28 29 -73 -3 1394 1859 3 MP
PP
6 w
45 -26 28 29 -73 -3 1394 1859 4 MP stroke
9.6 w
c8
154 -67 1198 1736 2 MP stroke
-70 9 1352 1669 2 MP stroke
-22 32 1352 1669 2 MP stroke
0 sg
48 23 -70 9 1352 1669 3 MP
PP
6 w
22 -32 48 23 -70 9 1352 1669 4 MP stroke
9.6 w
c8
115 -81 1198 1575 2 MP stroke
-64 16 1313 1494 2 MP stroke
-6 32 1313 1494 2 MP stroke
0 sg
58 16 -64 16 1313 1494 3 MP
PP
6 w
6 -32 58 16 -64 16 1313 1494 4 MP stroke
9.6 w
c8
87 -89 1198 1414 2 MP stroke
-58 20 1285 1325 2 MP stroke
5 33 1285 1325 2 MP stroke
0 sg
63 13 -58 20 1285 1325 3 MP
PP
6 w
-5 -33 63 13 -58 20 1285 1325 4 MP stroke
9.6 w
c8
67 -92 1198 1252 2 MP stroke
-53 23 1265 1160 2 MP stroke
13 33 1265 1160 2 MP stroke
0 sg
66 10 -53 23 1265 1160 3 MP
PP
6 w
-13 -33 66 10 -53 23 1265 1160 4 MP stroke
9.6 w
c8
53 -94 1198 1091 2 MP stroke
-49 24 1251 997 2 MP stroke
18 32 1251 997 2 MP stroke
0 sg
67 8 -49 24 1251 997 3 MP
PP
6 w
-18 -32 67 8 -49 24 1251 997 4 MP stroke
9.6 w
c8
44 -95 1198 930 2 MP stroke
-44 23 1242 835 2 MP stroke
20 31 1242 835 2 MP stroke
0 sg
67 6 -47 25 1242 835 3 MP
PP
6 w
-20 -31 67 6 -47 25 1242 835 4 MP stroke
9.6 w
c8
36 -95 1198 768 2 MP stroke
-36 21 1234 673 2 MP stroke
23 31 1234 673 2 MP stroke
0 sg
68 5 -45 26 1234 673 3 MP
PP
6 w
-23 -31 68 5 -45 26 1234 673 4 MP stroke
9.6 w
c8
30 -96 1198 607 2 MP stroke
-30 19 1228 511 2 MP stroke
25 31 1228 511 2 MP stroke
0 sg
68 4 -43 27 1228 511 3 MP
PP
6 w
-25 -31 68 4 -43 27 1228 511 4 MP stroke
9.6 w
c8
28 -96 1436 5287 2 MP stroke
-43 26 1464 5191 2 MP stroke
26 30 1464 5191 2 MP stroke
0 sg
69 4 -43 26 1464 5191 3 MP
PP
6 w
-26 -30 69 4 -43 26 1464 5191 4 MP stroke
9.6 w
c8
33 -96 1436 5125 2 MP stroke
-44 27 1469 5029 2 MP stroke
24 32 1469 5029 2 MP stroke
0 sg
68 5 -44 27 1469 5029 3 MP
PP
6 w
-24 -32 68 5 -44 27 1469 5029 4 MP stroke
9.6 w
c8
39 -95 1436 4964 2 MP stroke
-46 25 1475 4869 2 MP stroke
22 31 1475 4869 2 MP stroke
0 sg
68 6 -46 25 1475 4869 3 MP
PP
6 w
-22 -31 68 6 -46 25 1475 4869 4 MP stroke
9.6 w
c8
47 -94 1436 4802 2 MP stroke
-48 25 1483 4708 2 MP stroke
19 32 1483 4708 2 MP stroke
0 sg
67 7 -48 25 1483 4708 3 MP
PP
6 w
-19 -32 67 7 -48 25 1483 4708 4 MP stroke
9.6 w
c8
57 -93 1436 4641 2 MP stroke
-50 24 1493 4548 2 MP stroke
16 32 1493 4548 2 MP stroke
0 sg
66 8 -50 24 1493 4548 3 MP
PP
6 w
-16 -32 66 8 -50 24 1493 4548 4 MP stroke
9.6 w
c8
72 -92 1436 4480 2 MP stroke
-54 23 1508 4388 2 MP stroke
10 33 1508 4388 2 MP stroke
0 sg
64 10 -54 23 1508 4388 3 MP
PP
6 w
-10 -33 64 10 -54 23 1508 4388 4 MP stroke
9.6 w
c8
92 -87 1436 4318 2 MP stroke
-59 19 1528 4231 2 MP stroke
3 33 1528 4231 2 MP stroke
0 sg
62 14 -59 19 1528 4231 3 MP
PP
6 w
-3 -33 62 14 -59 19 1528 4231 4 MP stroke
9.6 w
c8
121 -80 1436 4157 2 MP stroke
-65 15 1557 4077 2 MP stroke
-8 33 1557 4077 2 MP stroke
0 sg
57 18 -65 15 1557 4077 3 MP
PP
6 w
8 -33 57 18 -65 15 1557 4077 4 MP stroke
9.6 w
c8
159 -65 1436 3996 2 MP stroke
-71 8 1595 3931 2 MP stroke
-25 31 1595 3931 2 MP stroke
0 sg
46 23 -71 8 1595 3931 3 MP
PP
6 w
25 -31 46 23 -71 8 1595 3931 4 MP stroke
9.6 w
c8
198 -37 1436 3834 2 MP stroke
-73 -3 1634 3797 2 MP stroke
-47 26 1634 3797 2 MP stroke
0 sg
26 29 -73 -3 1634 3797 3 MP
PP
6 w
47 -26 26 29 -73 -3 1634 3797 4 MP stroke
9.6 w
c8
214 0 1436 3673 2 MP stroke
-64 -16 1650 3673 2 MP stroke
-64 15 1650 3673 2 MP stroke
0 sg
0 31 -64 -16 1650 3673 3 MP
PP
6 w
64 -15 0 31 -64 -16 1650 3673 4 MP stroke
9.6 w
c8
203 31 1436 3511 2 MP stroke
-50 -24 1639 3542 2 MP stroke
-72 6 1639 3542 2 MP stroke
0 sg
-22 30 -50 -24 1639 3542 3 MP
PP
6 w
72 -6 -22 30 -50 -24 1639 3542 4 MP stroke
9.6 w
c8
184 50 1436 3350 2 MP stroke
-38 -29 1620 3400 2 MP stroke
-73 -2 1620 3400 2 MP stroke
0 sg
-35 27 -38 -29 1620 3400 3 MP
PP
6 w
73 2 -35 27 -38 -29 1620 3400 4 MP stroke
9.6 w
c8
168 59 1436 3189 2 MP stroke
-29 -30 1604 3248 2 MP stroke
-72 -5 1604 3248 2 MP stroke
0 sg
-43 25 -29 -30 1604 3248 3 MP
PP
6 w
72 5 -43 25 -29 -30 1604 3248 4 MP stroke
9.6 w
c8
159 65 1436 3027 2 MP stroke
-25 -31 1595 3092 2 MP stroke
-71 -8 1595 3092 2 MP stroke
0 sg
-46 23 -25 -31 1595 3092 3 MP
PP
6 w
71 8 -46 23 -25 -31 1595 3092 4 MP stroke
9.6 w
c8
156 66 1436 2866 2 MP stroke
-23 -31 1592 2932 2 MP stroke
-70 -8 1592 2932 2 MP stroke
0 sg
-47 23 -23 -31 1592 2932 3 MP
PP
6 w
70 8 -47 23 -23 -31 1592 2932 4 MP stroke
9.6 w
c8
159 64 1436 2705 2 MP stroke
-25 -31 1595 2769 2 MP stroke
-71 -8 1595 2769 2 MP stroke
0 sg
-46 23 -25 -31 1595 2769 3 MP
PP
6 w
71 8 -46 23 -25 -31 1595 2769 4 MP stroke
9.6 w
c8
168 60 1436 2543 2 MP stroke
-29 -30 1604 2603 2 MP stroke
-72 -6 1604 2603 2 MP stroke
0 sg
-43 24 -29 -30 1604 2603 3 MP
PP
6 w
72 6 -43 24 -29 -30 1604 2603 4 MP stroke
9.6 w
c8
184 50 1436 2382 2 MP stroke
-38 -29 1620 2432 2 MP stroke
-73 -2 1620 2432 2 MP stroke
0 sg
-35 27 -38 -29 1620 2432 3 MP
PP
6 w
73 2 -35 27 -38 -29 1620 2432 4 MP stroke
9.6 w
c8
203 30 1436 2221 2 MP stroke
-50 -24 1639 2251 2 MP stroke
-72 6 1639 2251 2 MP stroke
0 sg
-22 30 -50 -24 1639 2251 3 MP
PP
6 w
72 -6 -22 30 -50 -24 1639 2251 4 MP stroke
9.6 w
c8
214 0 1436 2059 2 MP stroke
-64 -15 1650 2059 2 MP stroke
-64 16 1650 2059 2 MP stroke
0 sg
0 31 -64 -15 1650 2059 3 MP
PP
6 w
64 -16 0 31 -64 -15 1650 2059 4 MP stroke
9.6 w
c8
198 -37 1436 1898 2 MP stroke
-73 -3 1634 1861 2 MP stroke
-47 25 1634 1861 2 MP stroke
0 sg
26 28 -73 -3 1634 1861 3 MP
PP
6 w
47 -25 26 28 -73 -3 1634 1861 4 MP stroke
9.6 w
c8
159 -64 1436 1736 2 MP stroke
-71 8 1595 1672 2 MP stroke
-25 31 1595 1672 2 MP stroke
0 sg
46 23 -71 8 1595 1672 3 MP
PP
6 w
25 -31 46 23 -71 8 1595 1672 4 MP stroke
9.6 w
c8