1 %!PS-Adobe-2.0 EPSF-2.0
2 %%BoundingBox: 0 0 300 212
4 %%Scilab Postscript File (1995-1997 J.Ph Chancelier)
7 /$pictdict 100 dict def
15 Arraybox 0 nargs getinterval Arraygrey 0 get func
16 1 1 Arraygrey length 1 sub
18 Arraybox i nargs mul nargs getinterval
22 %--------------------------------------------
23 % [x y width height] nivgris drawbox
24 % si niv gris > 1.0 alors on fait un stroke
26 %--------------------------------------------
29 {/glev exch def /Ar exch def
31 Ar 0 get Ar 1 get moveto
34 Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse
37 { % filling the polygon with current pattern ( gray or color)
38 closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore }
40 { % drawing the polygon with current dash style or color
41 % XXXXX : a voir c'est pas clair il faudrait sauver
42 % and filling it with other color (glev)
43 closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray
44 eofill grestore stroke }
45 {% drawing the polygon with current style
46 closeflag {closepath} if stroke}
53 {/glev exch def /Ar exch def
54 /x Ar 0 get def /y Ar 1 get def
55 /w Ar 2 get def /h Ar 3 get def
59 x w add y h add lineto
63 closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill
69 closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray
71 { closepath stroke} ifelse
75 %--------------------------------------------
76 % [x y width height] clearzone
77 %--------------------------------------------
80 /x Ar 0 get def /y Ar 1 get def
81 /w Ar 2 get def /h Ar 3 get def
85 x w add y h add lineto
87 closepath WhiteLev Setgray eofill
90 %------------------------------------------------------
91 % polyline stroke or polygon fill or both
92 %------------------------------------------------------
96 /lmin { /y exch def /x exch def x y le { x } { y } ifelse } def
97 /lmax { /y exch def /x exch def x y le { y } { x } ifelse } def
101 {/glev exch def /Ar exch def
103 Ar 0 get Ar 1 get moveto
106 Ar i get Ar i 1 add get absolu {lineto} {rlineto} ifelse
109 { % filling the polygon with current pattern ( gray or color)
110 closepath gsave glev neg 1 sub WhiteLev 2 add lmin 0 lmax Setgray eofill grestore }
112 { % drawing the polygon with current dash style or color
113 % XXXXX : a voir c'est pas clair il faudrait sauver
114 % and filling it with other color (glev)
115 closepath gsave glev 1 sub WhiteLev 2 add lmin 0 lmax Setgray
116 eofill grestore stroke }
117 {% drawing the polygon with current style
118 closeflag {closepath} if stroke}
123 %------------------------------------------------------
124 % segments non connectes
125 %------------------------------------------------------
128 {/glev exch def /Ar exch def
130 Ar 0 get Ar 1 get moveto Ar 2 get Ar 3 get lineto
131 gsave glev Setgray stroke grestore
135 Ar i get Ar i 1 add get moveto
136 Ar i 2 add get Ar i 3 add get lineto
137 gsave glev Setgray stroke grestore
142 %------------------------------------------------------
144 %-----------------------------------------------------
147 {/arsize10 exch def /Ar exch def
148 Ar 0 get Ar 1 get Ar 2 get Ar 3 get arsize10 drawarrow
151 Ar i get Ar i 1 add get Ar i 2 add get Ar i 3 add get arsize10
161 /arsize exch 10 div def
162 /tipy exch def /tipx exch def
163 /taily exch def /tailx exch def
164 /dx tipx tailx sub def
165 /dy tipy taily sub def
166 newpath tipx tipy moveto tailx taily lineto stroke
167 /norme dx dx mul dy dy mul add sqrt def
170 arsize dx mul norme div /dx1 exch def
171 arsize dy mul norme div /dy1 exch def
172 /depx tipx cos20 dx1 mul add def
173 /depy tipy cos20 dy1 mul add def
174 newpath depx depy moveto
175 cos20 neg dx1 mul sin20 dy1 mul sub depx add
176 sin20 dx1 mul cos20 dy1 mul sub depy add lineto
177 cos20 neg dx1 mul sin20 dy1 mul add depx add
178 sin20 neg dx1 mul cos20 dy1 mul sub depy add lineto closepath
184 %------------------------------------------------------
185 % cercle ou portions de cercle
186 % attention argument (x y w h angl1*64 angl2*64 )
187 % devrait tracer une ellipse a modifier donc
188 %------------------------------------------------------
191 {/glev exch def /Ar exch def
192 /cx Ar 0 get Ar 2 get 2 div add def
193 /cy Ar 1 get Ar 3 get 2 div add def
194 /hom Ar 3 get Ar 2 get div def
195 /Cmsave1 matrix def Cmsave1 currentmatrix pop
196 %-- on change de transformation pour faire homothetie en (x,y)
197 cx cy [1 0 0 hom 0 0 ] transform
198 /t1 exch neg cy add def
199 /t2 exch neg cx add def
200 [1 0 0 hom t2 t1 ] concat
205 cx cy Ar 2 get 2 div Ar 5 get 64 div neg
206 Ar 4 get 64 div neg arc closepath
207 gsave glev Setgray eofill grestore}
209 %drawing with current dash or color unclosed path
211 cx cy Ar 2 get 2 div Ar 5 get 64 div neg Ar 4 get 64 div neg arc
213 Cmsave1 setmatrix } def
216 {/glev exch def /Ar exch def
217 /cx Ar 0 get Ar 2 get 2 div add def
218 /cy Ar 1 get Ar 3 get 2 div add def
219 /hom Ar 3 get Ar 2 get div def
220 /Cmsave1 matrix def Cmsave1 currentmatrix pop
221 %-- on change de transformation pour faire homothetie en (x,y)
222 cx cy [1 0 0 hom 0 0 ] transform
223 /t1 exch neg cy add def
224 /t2 exch neg cx add def
225 [1 0 0 hom t2 t1 ] concat
227 cx cy Ar 2 get 2 div Ar 5 get 64 div neg Ar 4 get 64 div neg arc
228 closepath glev Setgray stroke
229 Cmsave1 setmatrix } def
231 %------------------------------------------------------
233 %------------------------------------------------------
235 % x y str ShowCString
236 % on fait un show mais string est centre autour du point (x,y)
238 /ShowCString { /str exch def /y exch def /x exch def
241 str true charpath flattenpath pathbbox
242 /y2 exch def /x2 exch def /y1 exch def /x1 exch def
243 x 2 mul x2 x1 add 2 div sub
244 y 2 mul y2 y1 add 2 div sub moveto str show
247 /drawpolymark {/glev exch def /Ar exch def
248 Ar 0 get Ar 1 get HardMark ShowCString
251 Ar i get Ar i 1 add get HardMark ShowCString
255 %---------------------------------------------------
256 % chaines de caracteres
257 %---------------------------------------------------
258 /FBox {/Ar exch def /rot exch def /str exch def /y exch def /x exch def
259 newpath Ar 0 get Ar 1 get moveto
260 /sina rot sin def /cosa rot cos def
262 [cosa -sina sina cosa 0 0 ] CtmModif
263 Ar 2 get 0 rlineto 0 Ar 3 get neg rlineto Ar 2 get neg 0 rlineto
264 0 Ar 3 get rlineto stroke CtmRestore
265 x y str rot ShowRotate
268 % x y str ang Showrotate
269 % inverse du sens trigo
271 /ShowRotate { /ang exch def /str exch def
272 /y exch def /x exch def
274 /sina ang sin def /cosa ang cos def
275 /-sina 0 sina sub def
276 [cosa -sina sina cosa 0 0 ] CtmModif
283 %(Chaine de caracteres) x y flag angle [arfbox] Show
286 /rot exch def /flag exch def /y exch def /x exch def /str exch def
288 {x y str rot Ar FBox}
289 {x y str rot ShowRotate } ifelse} def
291 /L {/y2 exch def /x2 exch def /y1 exch def /x1 exch def
292 newpath x1 y1 moveto x2 y2 lineto stroke } def
294 %---------------------------------------------------------
296 % angle [nsep1,nsep2] ,[siz1,siz2,coeff] [x0,y0] drawaxis",
297 %---------------------------------------------------------
299 /drawaxis {/XX exch def /Arsize exch def /Arsep exch def /ang exch def
300 /Cmsave1 matrix def Cmsave1 currentmatrix pop
301 /sina ang sin def /cosa ang cos def /-sina sina neg def
302 /x XX 0 get def /y XX 1 get def
303 %-- on change de transformation pour tourner autour de (x,y)
304 x y [cosa sina -sina cosa 0 0 ] transform
305 /t1 exch neg y add def
306 /t2 exch neg x add def
307 [cosa sina -sina cosa t2 t1 ] concat
308 newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto
310 0 1 Arsep 1 get 1 sub
312 % i don't want the value of the for indice
316 0 1 Arsep 0 get 1 sub
318 % i don't want the value of the for indice
320 Arsize 0 get 0 rlineto
321 0 Arsize 1 get rlineto
322 0 Arsize 1 get neg rlineto }
324 currentpoint /y exch def /x exch def
326 newpath x y moveto 0 Arsize 1 get Arsize 2 get mul rlineto
329 Cmsave1 setmatrix } def
331 %---------------------------------------------------------
332 % change and restore CTM
333 %---------------------------------------------------------
338 Cmsave currentmatrix pop
339 [1 0 0 -1 0 0 ] concat
343 /CtmRestore { Cmsave setmatrix } def
345 /Thickness { /th exch def th 0 le {/th 0.1 def} if th setlinewidth} def
349 /Setgray { WhiteLev div setgray} def
351 /fillsolid { 0 setgray } def
353 %--------------------------------------
354 % clip zones ( rectangle )
355 %-------------------------------------
357 /setclipzone {initclip
358 /h exch def /w exch def /y exch def /x exch def
359 newpath x y moveto w 0 rlineto 0 h rlineto w neg 0 rlineto
360 0 h neg rlineto closepath clip} def
363 % to change the position of a picture
365 /cm{28.346457 mul}def
367 /DesPosi { /YH exch def /XW exch def /YP exch def /XP exch def
368 XP cm YP cm neg translate
369 XW cm 6000 div YH cm 4240 div scale } def
376 /ColorR [0.000000 0.000000 0.000000 0.529412 0.498039 0.133333 0.000000 0.878431 0.000000 1.000000 1.000000 1.000000 0.933333 1.000000 1.000000 0.960784 1.000000 ] def
377 /ColorG [0.000000 0.000000 0.000000 0.807843 1.000000 0.545098 1.000000 1.000000 1.000000 0.647059 0.000000 0.000000 0.509804 1.000000 0.843137 0.960784 1.000000 ] def
378 /ColorB [0.000000 0.501961 1.000000 0.921569 0.831373 0.133333 0.000000 1.000000 1.000000 0.000000 0.000000 1.000000 0.933333 0.000000 0.000000 0.862745 1.000000 ] def
380 /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def
382 % to multiply all the fontsizes by a factor scf
385 %------ End Main Program ------%
386 % XP YP XW YW DesPosi in the following code
387 % will output the picture in the rectangle defined by
388 % upper left point (XP,YP) wide :XW Height: YW
389 % the coordinates are given in centimeter and
390 % are the (0,0) point is the down-left point of the paper
394 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000
395 0.529412 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686
396 0.564706 0.690196 0.815686 0.501961 0.627451 0.752941 1.000000 1.000000 1.000000 1.000000
397 1.000000 0.0 1.0] def
399 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000
400 0.807843 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000
401 0.000000 0.000000 0.000000 0.188235 0.250980 0.376471 0.501961 0.627451 0.752941 0.878431
402 0.843137 0.0 1.0] def
404 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.564706 0.690196 0.815686
405 1.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000
406 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.501961 0.627451 0.752941 0.878431
407 0.000000 0.0 1.0] def
408 % Dessin en bas a gauche de taille 3000,2120
409 [0.5 10 div 0 0 0.5 10 div neg 0 2120 10 div] concat
413 -1 -1 200000 200000 setclipzone
415 /Times-Roman findfont 100 scf mul scalefont setfont
424 /Setgray {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def
425 /Setcolor {/i exch def ColorR i get ColorG i get ColorB i get setrgbcolor } def
431 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000
432 0.529412 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686
433 0.564706 0.690196 0.815686 0.501961 0.627451 0.752941 1.000000 1.000000 1.000000 1.000000
434 1.000000 0.800000 0.0 1.0 ] def
436 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000
437 0.807843 0.564706 0.690196 0.815686 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000
438 0.000000 0.000000 0.000000 0.188235 0.250980 0.376471 0.501961 0.627451 0.752941 0.878431
439 0.843137 0.800000 0.0 1.0] def
441 1.000000 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 0.564706 0.690196 0.815686
442 1.000000 0.000000 0.000000 0.000000 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000
443 0.564706 0.690196 0.815686 0.000000 0.000000 0.000000 0.501961 0.627451 0.752941 0.878431
444 0.000000 0.800000 0.0 1.0] def
450 /Setgray { WhiteLev div setgray } def
451 /Setcolor { WhiteLev div setgray } def
453 /Times-Roman findfont 100 scf mul scalefont setfont
455 -1 -1 200000 200000 setclipzone
463 [2290 1543 2872 1543 2872 2137
469 (drawpoly) 8 [ -1 -1]
470 [2239 2189 2239 1594 2290 1543 2290 2137 2239 2189 2822 2189 2872 2137 2290 2137
478 [2872 1903 2981 1866 2872 1829 2872 1903
483 [2131 1903 2239 1866 2131 1829 2131 1903
495 /Times-Roman findfont 80 scf mul scalefont setfont
496 /Times-Roman findfont 100 scf mul scalefont setfont
497 /Times-Roman findfont 120 scf mul scalefont setfont
498 /Times-Roman findfont 140 scf mul scalefont setfont
499 /Times-Roman findfont 180 scf mul scalefont setfont
500 /Times-Roman findfont 240 scf mul scalefont setfont
501 /Times-Roman findfont 140 scf mul scalefont setfont
502 (Den\(s\) ) 2355 2119 0 0.00 [2355 1999 545 150] Show
503 (----- ) 2355 1922 0 0.00 [2355 1802 467 150] Show
504 (Num\(s\) ) 2355 1725 0 0.00 [2355 1605 545 150] Show
505 /Times-Roman findfont 100 scf mul scalefont setfont
507 /Times-Roman findfont 80 scf mul scalefont setfont
508 /Times-Roman findfont 100 scf mul scalefont setfont
509 /Times-Roman findfont 120 scf mul scalefont setfont
510 /Times-Roman findfont 140 scf mul scalefont setfont
511 /Times-Roman findfont 180 scf mul scalefont setfont
512 /Times-Roman findfont 240 scf mul scalefont setfont
513 /Times-Roman findfont 140 scf mul scalefont setfont
514 (Den\(s\) ) 2355 2119 0 0.00 [2355 1999 545 150] Show
515 (----- ) 2355 1922 0 0.00 [2355 1802 467 150] Show
516 (Num\(s\) ) 2355 1725 0 0.00 [2355 1605 545 150] Show
517 /Times-Roman findfont 100 scf mul scalefont setfont
519 /Times-Roman findfont 100 scf mul scalefont setfont
527 [2639 3010 3221 3010 3221 3605
533 (drawpoly) 8 [ -1 -1]
534 [2588 3656 2588 3062 2639 3010 2639 3605 2588 3656 3170 3656 3221 3605 2639 3605
542 [2575 3370 2467 3333 2575 3296 2575 3370
547 [3342 3370 3234 3333 3342 3296 3342 3370
553 [2850 2936 2904 3010 2959 2936 2850 2936
564 /Times-Roman findfont 80 scf mul scalefont setfont
565 /Times-Roman findfont 100 scf mul scalefont setfont
566 /Times-Roman findfont 120 scf mul scalefont setfont
567 /Times-Roman findfont 140 scf mul scalefont setfont
568 /Times-Roman findfont 180 scf mul scalefont setfont
569 /Times-Roman findfont 240 scf mul scalefont setfont
570 /Times-Roman findfont 140 scf mul scalefont setfont
571 (Den\(z\) ) 2704 3586 0 0.00 [2704 3466 545 150] Show
572 (----- ) 2704 3389 0 0.00 [2704 3269 467 150] Show
573 (Num\(z\) ) 2704 3193 0 0.00 [2704 3073 545 150] Show
574 /Times-Roman findfont 100 scf mul scalefont setfont
576 /Times-Roman findfont 80 scf mul scalefont setfont
577 /Times-Roman findfont 100 scf mul scalefont setfont
578 /Times-Roman findfont 120 scf mul scalefont setfont
579 /Times-Roman findfont 140 scf mul scalefont setfont
580 /Times-Roman findfont 180 scf mul scalefont setfont
581 /Times-Roman findfont 240 scf mul scalefont setfont
582 /Times-Roman findfont 140 scf mul scalefont setfont
583 (Den\(z\) ) 2704 3586 0 0.00 [2704 3466 545 150] Show
584 (----- ) 2704 3389 0 0.00 [2704 3269 467 150] Show
585 (Num\(z\) ) 2704 3193 0 0.00 [2704 3073 545 150] Show
586 /Times-Roman findfont 100 scf mul scalefont setfont
588 /Times-Roman findfont 100 scf mul scalefont setfont
593 [1638 1761 211 215 0 23040
597 [1684 1868 1803 1868 1744 1807 1744 1929
602 [1849 1914 1940 1868 1849 1822
606 [110 30 50 30 ] 0 setdash
608 [80 30 20 30 ] 0 setdash
615 [110 30 50 30 ] 0 setdash
617 /Times-Italic findfont 140 scf mul scalefont setfont
618 (Plant ) 2352 2490 0 0.00 [2352 2370 467 150] Show
619 /Times-Roman findfont 100 scf mul scalefont setfont
620 /Times-Italic findfont 140 scf mul scalefont setfont
621 (Controller ) 2740 3954 0 0.00 [2740 3834 856 150] Show
622 /Times-Roman findfont 100 scf mul scalefont setfont
623 /Times-Italic findfont 140 scf mul scalefont setfont
624 (noise ) 1752 1045 0 0.00 [1752 925 467 150] Show
625 /Times-Roman findfont 100 scf mul scalefont setfont
626 /Times-Italic findfont 140 scf mul scalefont setfont
627 (reference trajectory ) 233 2390 0 0.00 [233 2270 1635 150] Show
628 /Times-Roman findfont 100 scf mul scalefont setfont
635 [3517 538 3973 538 3973 1003
641 (drawpoly) 8 [ -1 -1]
642 [3467 1055 3467 589 3517 538 3517 1003 3467 1055 3923 1055 3973 1003 3517 1003
651 [3581 1055 3636 1129 3690 1055 3581 1055
656 [3750 1055 3804 1129 3859 1055 3750 1055
664 [3648 631 65 93 3778 631 65 93 3778 817 65 93
668 [3583 677 3648 677 3713 677 3778 677 3843 677 3908 677 3745 677 3745 863 3745 863 3778 863
669 3843 863 3876 863 3876 863 3876 677
671 [110 30 50 30 ] 0 setdash
674 /Times-Roman findfont 100 scf mul scalefont setfont
676 /Times-Bold findfont 80 scf mul scalefont setfont
677 /Times-Roman findfont 100 scf mul scalefont setfont
679 [110 30 20 30 ] 0 setdash
682 [3636 1129 3636 1384 3210 1384 3210 318 3210 350 2535 350 2535 500
686 [110 30 50 30 ] 0 setdash
694 [423 1610 1132 1610 1132 2075
700 (drawpoly) 8 [ -1 -1]
701 [372 2127 372 1662 423 1610 423 2075 372 2127 1081 2127 1132 2075 423 2075
709 [1132 1905 1240 1868 1132 1831 1132 1905
721 /Times-Roman findfont 80 scf mul scalefont setfont
722 /Times-Roman findfont 100 scf mul scalefont setfont
723 /Times-Roman findfont 120 scf mul scalefont setfont
724 /Times-Roman findfont 140 scf mul scalefont setfont
725 /Times-Roman findfont 180 scf mul scalefont setfont
726 /Times-Roman findfont 240 scf mul scalefont setfont
727 /Times-Roman findfont 240 scf mul scalefont setfont
728 /Times-Roman findfont 180 scf mul scalefont setfont
729 (generator ) 424 2071 0 0.00 [424 1921 972 190] Show
730 (sinusoid ) 424 1822 0 0.00 [424 1672 874 190] Show
731 /Times-Roman findfont 100 scf mul scalefont setfont
733 /Times-Roman findfont 80 scf mul scalefont setfont
734 /Times-Roman findfont 100 scf mul scalefont setfont
735 /Times-Roman findfont 120 scf mul scalefont setfont
736 /Times-Roman findfont 140 scf mul scalefont setfont
737 /Times-Roman findfont 180 scf mul scalefont setfont
738 /Times-Roman findfont 240 scf mul scalefont setfont
739 /Times-Roman findfont 240 scf mul scalefont setfont
740 /Times-Roman findfont 180 scf mul scalefont setfont
741 (generator ) 424 2071 0 0.00 [424 1921 972 190] Show
742 (sinusoid ) 424 1822 0 0.00 [424 1672 874 190] Show
743 /Times-Roman findfont 100 scf mul scalefont setfont
745 /Times-Roman findfont 100 scf mul scalefont setfont
748 [50 30 20 30 ] 0 setdash
755 [110 30 50 30 ] 0 setdash
763 [2205 574 2915 574 2915 1039
769 (drawpoly) 8 [ -1 -1]
770 [2155 1091 2155 625 2205 574 2205 1039 2155 1091 2864 1091 2915 1039 2205 1039
778 [2142 869 2034 832 2142 795 2142 869
784 [2480 500 2535 574 2589 500 2480 500
795 /Times-Roman findfont 80 scf mul scalefont setfont
796 /Times-Roman findfont 100 scf mul scalefont setfont
797 /Times-Roman findfont 120 scf mul scalefont setfont
798 /Times-Roman findfont 140 scf mul scalefont setfont
799 /Times-Roman findfont 180 scf mul scalefont setfont
800 /Times-Roman findfont 240 scf mul scalefont setfont
801 /Times-Roman findfont 240 scf mul scalefont setfont
802 /Times-Roman findfont 180 scf mul scalefont setfont
803 (generator ) 2207 1035 0 0.00 [2207 885 972 190] Show
804 (random ) 2207 785 0 0.00 [2207 635 680 190] Show
805 /Times-Roman findfont 100 scf mul scalefont setfont
807 /Times-Roman findfont 80 scf mul scalefont setfont
808 /Times-Roman findfont 100 scf mul scalefont setfont
809 /Times-Roman findfont 120 scf mul scalefont setfont
810 /Times-Roman findfont 140 scf mul scalefont setfont
811 /Times-Roman findfont 180 scf mul scalefont setfont
812 /Times-Roman findfont 240 scf mul scalefont setfont
813 /Times-Roman findfont 240 scf mul scalefont setfont
814 /Times-Roman findfont 180 scf mul scalefont setfont
815 (generator ) 2207 1035 0 0.00 [2207 885 972 190] Show
816 (random ) 2207 785 0 0.00 [2207 635 680 190] Show
817 /Times-Roman findfont 100 scf mul scalefont setfont
819 /Times-Roman findfont 100 scf mul scalefont setfont
822 [50 30 20 30 ] 0 setdash
825 [2046 832 1701 832 1701 1761
829 [110 30 50 30 ] 0 setdash
837 [4652 3341 5108 3341 5108 3806
843 (drawpoly) 8 [ -1 -1]
844 [4602 3858 4602 3392 4652 3341 4652 3806 4602 3858 5058 3858 5108 3806 4652 3806
852 [5229 3636 5121 3599 5229 3562 5229 3636
869 [110 30 50 30 ] 0 setdash
870 (drawarrows) 8 [ 550]
871 [4744 3713 5017 3713 4744 3713 4744 3434
873 [110 30 50 30 ] 0 setdash
876 [4744 3558 4757 3517 4770 3479 4783 3449 4796 3428 4809 3419 4822 3422 4835 3438 4848 3464 4861 3498
877 4874 3538 4887 3580 4900 3620 4913 3654 4926 3680 4939 3695 4953 3697 4966 3687 4979 3666 4992 3635
889 [110 30 50 30 ] 0 setdash
890 (drawarrows) 8 [ 550]
891 [4744 3713 5017 3713 4744 3713 4744 3434
893 [110 30 50 30 ] 0 setdash
896 [4744 3558 4757 3517 4770 3479 4783 3449 4796 3428 4809 3419 4822 3422 4835 3438 4848 3464 4861 3498
897 4874 3538 4887 3580 4900 3620 4913 3654 4926 3680 4939 3695 4953 3697 4966 3687 4979 3666 4992 3635
904 /Times-Roman findfont 100 scf mul scalefont setfont
912 [4622 2386 5078 2386 5078 2851
918 (drawpoly) 8 [ -1 -1]
919 [4571 2903 4571 2438 4622 2386 4622 2851 4571 2903 5027 2903 5078 2851 4622 2851
927 [5078 2681 5186 2644 5078 2607 5078 2681
932 [4463 2595 4571 2558 4463 2521 4463 2595
937 [4463 2767 4571 2731 4463 2694 4463 2767
949 /Times-Roman findfont 80 scf mul scalefont setfont
950 /Times-Roman findfont 100 scf mul scalefont setfont
951 /Times-Roman findfont 120 scf mul scalefont setfont
952 /Times-Roman findfont 140 scf mul scalefont setfont
953 /Times-Roman findfont 180 scf mul scalefont setfont
954 /Times-Roman findfont 240 scf mul scalefont setfont
955 /Times-Roman findfont 240 scf mul scalefont setfont
956 /Times-Roman findfont 180 scf mul scalefont setfont
957 (Mux ) 4671 2722 0 0.00 [4671 2572 388 190] Show
958 /Times-Roman findfont 100 scf mul scalefont setfont
960 /Times-Roman findfont 80 scf mul scalefont setfont
961 /Times-Roman findfont 100 scf mul scalefont setfont
962 /Times-Roman findfont 120 scf mul scalefont setfont
963 /Times-Roman findfont 140 scf mul scalefont setfont
964 /Times-Roman findfont 180 scf mul scalefont setfont
965 /Times-Roman findfont 240 scf mul scalefont setfont
966 /Times-Roman findfont 240 scf mul scalefont setfont
967 /Times-Roman findfont 180 scf mul scalefont setfont
968 (Mux ) 4671 2722 0 0.00 [4671 2572 388 190] Show
969 /Times-Roman findfont 100 scf mul scalefont setfont
971 /Times-Roman findfont 100 scf mul scalefont setfont
979 [3601 3075 4057 3075 4057 3540
985 (drawpoly) 8 [ -1 -1]
986 [3550 3592 3550 3126 3601 3075 3601 3540 3550 3592 4006 3592 4057 3540 3601 3540
994 [3538 3370 3429 3333 3538 3296 3538 3370
999 [4178 3370 4069 3333 4178 3296 4178 3370
1005 [3749 3001 3803 3075 3858 3001 3749 3001
1016 /Times-Roman findfont 80 scf mul scalefont setfont
1017 /Times-Roman findfont 100 scf mul scalefont setfont
1018 /Times-Roman findfont 120 scf mul scalefont setfont
1019 /Times-Roman findfont 140 scf mul scalefont setfont
1020 /Times-Roman findfont 180 scf mul scalefont setfont
1021 /Times-Roman findfont 240 scf mul scalefont setfont
1022 /Times-Roman findfont 240 scf mul scalefont setfont
1023 /Times-Roman findfont 240 scf mul scalefont setfont
1024 /Times-Roman findfont 240 scf mul scalefont setfont
1025 /Times-Roman findfont 240 scf mul scalefont setfont
1026 (S/H ) 3617 3449 0 0.00 [3617 3249 536 260] Show
1027 /Times-Roman findfont 100 scf mul scalefont setfont
1029 /Times-Roman findfont 80 scf mul scalefont setfont
1030 /Times-Roman findfont 100 scf mul scalefont setfont
1031 /Times-Roman findfont 120 scf mul scalefont setfont
1032 /Times-Roman findfont 140 scf mul scalefont setfont
1033 /Times-Roman findfont 180 scf mul scalefont setfont
1034 /Times-Roman findfont 240 scf mul scalefont setfont
1035 /Times-Roman findfont 240 scf mul scalefont setfont
1036 /Times-Roman findfont 240 scf mul scalefont setfont
1037 /Times-Roman findfont 240 scf mul scalefont setfont
1038 /Times-Roman findfont 240 scf mul scalefont setfont
1039 (S/H ) 3617 3449 0 0.00 [3617 3249 536 260] Show
1040 /Times-Roman findfont 100 scf mul scalefont setfont
1042 /Times-Roman findfont 100 scf mul scalefont setfont
1046 /closeflag false def
1048 [3442 3333 3293 3333
1052 [110 30 50 30 ] 0 setdash
1055 [110 30 20 30 ] 0 setdash
1056 /closeflag false def
1058 [3804 1129 3804 2611 3803 2611
1062 [110 30 50 30 ] 0 setdash
1066 [3782 2590 42 43 0 23040
1071 [110 30 20 30 ] 0 setdash
1072 /closeflag false def
1074 [3803 2611 2904 2611 2904 2936
1078 [110 30 50 30 ] 0 setdash
1081 [110 30 20 30 ] 0 setdash
1082 /closeflag false def
1084 [3803 2611 3803 3001
1088 [110 30 50 30 ] 0 setdash
1092 /closeflag false def
1094 [2981 1866 4163 1866 4163 2558
1098 [110 30 50 30 ] 0 setdash
1103 [4142 2537 42 43 0 23040
1110 /closeflag false def
1112 [4163 2558 4163 3333 4129 3333
1116 [110 30 50 30 ] 0 setdash
1120 /closeflag false def
1122 [4163 2558 4463 2558
1126 [110 30 50 30 ] 0 setdash
1131 [2091 3312 42 43 0 23040
1137 [80 30 20 30 ] 0 setdash
1138 /closeflag false def
1140 [2112 3333 2025 3333 1699 3333 1699 1976
1144 [110 30 50 30 ] 0 setdash
1147 [80 30 20 30 ] 0 setdash
1148 /closeflag false def
1150 [2112 3333 2112 4031 4382 4031 4382 2731 4463 2731
1154 [110 30 50 30 ] 0 setdash
1158 /closeflag false def
1160 [5186 2644 5258 2644 5258 3599 5181 3599
1164 [110 30 50 30 ] 0 setdash
1167 [50 30 20 30 ] 0 setdash
1168 /closeflag false def
1170 [1879 1868 2110 1868 2110 1866 2131 1866
1174 [110 30 50 30 ] 0 setdash
1177 /Times-Roman findfont 80 scf mul scalefont setfont
1178 /Times-Roman findfont 100 scf mul scalefont setfont
1179 /Times-Roman findfont 120 scf mul scalefont setfont
1180 /Times-Roman findfont 140 scf mul scalefont setfont
1181 /Times-Roman findfont 180 scf mul scalefont setfont
1182 /Times-Roman findfont 240 scf mul scalefont setfont
1183 /Times-Roman findfont 240 scf mul scalefont setfont
1184 /Times-Roman findfont 240 scf mul scalefont setfont
1185 /Times-Roman findfont 240 scf mul scalefont setfont
1186 /Times-Roman findfont 240 scf mul scalefont setfont
1187 (demo22 ) 2600 319 0 0.00 [2600 119 938 260] Show
1188 /Times-Roman findfont 100 scf mul scalefont setfont