1 | %!PS-Adobe-2.0 EPSF-1.2 |
---|
2 | %%Creator: MATLAB, The Mathworks, Inc. |
---|
3 | %%Title: f-two-sixteen.eps |
---|
4 | %%CreationDate: 04/20/ 1 00:40:49 |
---|
5 | %%DocumentNeededFonts: Helvetica |
---|
6 | %%DocumentProcessColors: Cyan Magenta Yellow Black |
---|
7 | %%Pages: 1 |
---|
8 | %%BoundingBox: 55 201 542 589 |
---|
9 | %%EndComments |
---|
10 | |
---|
11 | %%BeginProlog |
---|
12 | |
---|
13 | % MathWorks dictionary |
---|
14 | /MathWorks 160 dict begin |
---|
15 | |
---|
16 | % definition operators |
---|
17 | /bdef {bind def} bind def |
---|
18 | /ldef {load def} bind def |
---|
19 | /xdef {exch def} bdef |
---|
20 | /xstore {exch store} bdef |
---|
21 | |
---|
22 | % operator abbreviations |
---|
23 | /c /clip ldef |
---|
24 | /cc /concat ldef |
---|
25 | /cp /closepath ldef |
---|
26 | /gr /grestore ldef |
---|
27 | /gs /gsave ldef |
---|
28 | /mt /moveto ldef |
---|
29 | /np /newpath ldef |
---|
30 | /cm /currentmatrix ldef |
---|
31 | /sm /setmatrix ldef |
---|
32 | /rc {rectclip} bdef |
---|
33 | /rf {rectfill} bdef |
---|
34 | /rm /rmoveto ldef |
---|
35 | /rl /rlineto ldef |
---|
36 | /s /show ldef |
---|
37 | /sc {setcmykcolor} bdef |
---|
38 | /sr /setrgbcolor ldef |
---|
39 | /sg /setgray ldef |
---|
40 | /w /setlinewidth ldef |
---|
41 | /j /setlinejoin ldef |
---|
42 | /cap /setlinecap ldef |
---|
43 | |
---|
44 | % page state control |
---|
45 | /pgsv () def |
---|
46 | /bpage {/pgsv save def} bdef |
---|
47 | /epage {pgsv restore} bdef |
---|
48 | /bplot /gsave ldef |
---|
49 | /eplot {stroke grestore} bdef |
---|
50 | |
---|
51 | % orientation switch |
---|
52 | /portraitMode 0 def |
---|
53 | /landscapeMode 1 def |
---|
54 | |
---|
55 | % coordinate system mappings |
---|
56 | /dpi2point 0 def |
---|
57 | |
---|
58 | % font control |
---|
59 | /FontSize 0 def |
---|
60 | /FMS { |
---|
61 | /FontSize xstore %save size off stack |
---|
62 | findfont |
---|
63 | [FontSize 0 0 FontSize neg 0 0] |
---|
64 | makefont |
---|
65 | setfont |
---|
66 | }bdef |
---|
67 | |
---|
68 | /ISOLatin1Encoding where |
---|
69 | {pop |
---|
70 | /WindowsLatin1Encoding 256 array bdef |
---|
71 | ISOLatin1Encoding WindowsLatin1Encoding copy pop |
---|
72 | /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl |
---|
73 | /circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef/.notdef |
---|
74 | /.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash |
---|
75 | /tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef/Ydieresis |
---|
76 | WindowsLatin1Encoding 128 32 getinterval astore pop} |
---|
77 | {/WindowsLatin1Encoding StandardEncoding bdef} ifelse |
---|
78 | |
---|
79 | /reencode { |
---|
80 | exch dup where |
---|
81 | {pop load} {pop StandardEncoding} ifelse |
---|
82 | exch |
---|
83 | dup 3 1 roll |
---|
84 | findfont dup length dict begin |
---|
85 | { 1 index /FID ne {def}{pop pop} ifelse } forall |
---|
86 | /Encoding exch def |
---|
87 | currentdict |
---|
88 | end |
---|
89 | definefont pop |
---|
90 | } bdef |
---|
91 | |
---|
92 | /isroman { |
---|
93 | findfont /CharStrings get |
---|
94 | /Agrave known |
---|
95 | } bdef |
---|
96 | |
---|
97 | /FMSR { |
---|
98 | 3 1 roll 1 index |
---|
99 | dup isroman |
---|
100 | {reencode} {pop pop} ifelse |
---|
101 | exch FMS |
---|
102 | } bdef |
---|
103 | |
---|
104 | /csm { |
---|
105 | 1 dpi2point div -1 dpi2point div scale |
---|
106 | neg translate |
---|
107 | landscapeMode eq {90 rotate} if |
---|
108 | } bdef |
---|
109 | |
---|
110 | % line types: solid, dotted, dashed, dotdash |
---|
111 | /SO { [] 0 setdash } bdef |
---|
112 | /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef |
---|
113 | /DA { [6 dpi2point mul] 0 setdash } bdef |
---|
114 | /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef |
---|
115 | |
---|
116 | % macros for lines and objects |
---|
117 | /L { |
---|
118 | lineto |
---|
119 | stroke |
---|
120 | } bdef |
---|
121 | /MP { |
---|
122 | 3 1 roll moveto |
---|
123 | 1 sub {rlineto} repeat |
---|
124 | } bdef |
---|
125 | /AP { |
---|
126 | {rlineto} repeat |
---|
127 | } bdef |
---|
128 | /PP { |
---|
129 | closepath eofill |
---|
130 | } bdef |
---|
131 | /DP { |
---|
132 | closepath stroke |
---|
133 | } bdef |
---|
134 | /MR { |
---|
135 | 4 -2 roll moveto |
---|
136 | dup 0 exch rlineto |
---|
137 | exch 0 rlineto |
---|
138 | neg 0 exch rlineto |
---|
139 | closepath |
---|
140 | } bdef |
---|
141 | /FR { |
---|
142 | MR stroke |
---|
143 | } bdef |
---|
144 | /PR { |
---|
145 | MR fill |
---|
146 | } bdef |
---|
147 | /L1i { |
---|
148 | { currentfile picstr readhexstring pop } image |
---|
149 | } bdef |
---|
150 | |
---|
151 | /tMatrix matrix def |
---|
152 | /MakeOval { |
---|
153 | newpath |
---|
154 | tMatrix currentmatrix pop |
---|
155 | translate scale |
---|
156 | 0 0 1 0 360 arc |
---|
157 | tMatrix setmatrix |
---|
158 | } bdef |
---|
159 | /FO { |
---|
160 | MakeOval |
---|
161 | stroke |
---|
162 | } bdef |
---|
163 | /PO { |
---|
164 | MakeOval |
---|
165 | fill |
---|
166 | } bdef |
---|
167 | |
---|
168 | /PD { |
---|
169 | currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap |
---|
170 | } bdef |
---|
171 | |
---|
172 | /FA { |
---|
173 | newpath |
---|
174 | tMatrix currentmatrix pop |
---|
175 | translate scale |
---|
176 | 0 0 1 5 -2 roll arc |
---|
177 | tMatrix setmatrix |
---|
178 | stroke |
---|
179 | } bdef |
---|
180 | /PA { |
---|
181 | newpath |
---|
182 | tMatrix currentmatrix pop |
---|
183 | translate 0 0 moveto scale |
---|
184 | 0 0 1 5 -2 roll arc |
---|
185 | closepath |
---|
186 | tMatrix setmatrix |
---|
187 | fill |
---|
188 | } bdef |
---|
189 | |
---|
190 | /FAn { |
---|
191 | newpath |
---|
192 | tMatrix currentmatrix pop |
---|
193 | translate scale |
---|
194 | 0 0 1 5 -2 roll arcn |
---|
195 | tMatrix setmatrix |
---|
196 | stroke |
---|
197 | } bdef |
---|
198 | /PAn { |
---|
199 | newpath |
---|
200 | tMatrix currentmatrix pop |
---|
201 | translate 0 0 moveto scale |
---|
202 | 0 0 1 5 -2 roll arcn |
---|
203 | closepath |
---|
204 | tMatrix setmatrix |
---|
205 | fill |
---|
206 | } bdef |
---|
207 | |
---|
208 | /vradius 0 def |
---|
209 | /hradius 0 def |
---|
210 | /lry 0 def |
---|
211 | /lrx 0 def |
---|
212 | /uly 0 def |
---|
213 | /ulx 0 def |
---|
214 | /rad 0 def |
---|
215 | |
---|
216 | /MRR { |
---|
217 | /vradius xdef |
---|
218 | /hradius xdef |
---|
219 | /lry xdef |
---|
220 | /lrx xdef |
---|
221 | /uly xdef |
---|
222 | /ulx xdef |
---|
223 | newpath |
---|
224 | tMatrix currentmatrix pop |
---|
225 | ulx hradius add uly vradius add translate |
---|
226 | hradius vradius scale |
---|
227 | 0 0 1 180 270 arc |
---|
228 | tMatrix setmatrix |
---|
229 | lrx hradius sub uly vradius add translate |
---|
230 | hradius vradius scale |
---|
231 | 0 0 1 270 360 arc |
---|
232 | tMatrix setmatrix |
---|
233 | lrx hradius sub lry vradius sub translate |
---|
234 | hradius vradius scale |
---|
235 | 0 0 1 0 90 arc |
---|
236 | tMatrix setmatrix |
---|
237 | ulx hradius add lry vradius sub translate |
---|
238 | hradius vradius scale |
---|
239 | 0 0 1 90 180 arc |
---|
240 | tMatrix setmatrix |
---|
241 | closepath |
---|
242 | } bdef |
---|
243 | /FRR { |
---|
244 | MRR stroke } bdef |
---|
245 | /PRR { |
---|
246 | MRR fill } bdef |
---|
247 | |
---|
248 | /MlrRR { |
---|
249 | /lry xdef |
---|
250 | /lrx xdef |
---|
251 | /uly xdef |
---|
252 | /ulx xdef |
---|
253 | /rad lry uly sub 2 div def |
---|
254 | newpath |
---|
255 | tMatrix currentmatrix pop |
---|
256 | ulx rad add uly rad add translate |
---|
257 | rad rad scale |
---|
258 | 0 0 1 90 270 arc |
---|
259 | tMatrix setmatrix |
---|
260 | lrx rad sub lry rad sub translate |
---|
261 | rad rad scale |
---|
262 | 0 0 1 270 90 arc |
---|
263 | tMatrix setmatrix |
---|
264 | closepath |
---|
265 | } bdef |
---|
266 | /FlrRR { |
---|
267 | MlrRR stroke } bdef |
---|
268 | /PlrRR { |
---|
269 | MlrRR fill } bdef |
---|
270 | |
---|
271 | /MtbRR { |
---|
272 | /lry xdef |
---|
273 | /lrx xdef |
---|
274 | /uly xdef |
---|
275 | /ulx xdef |
---|
276 | /rad lrx ulx sub 2 div def |
---|
277 | newpath |
---|
278 | tMatrix currentmatrix pop |
---|
279 | ulx rad add uly rad add translate |
---|
280 | rad rad scale |
---|
281 | 0 0 1 180 360 arc |
---|
282 | tMatrix setmatrix |
---|
283 | lrx rad sub lry rad sub translate |
---|
284 | rad rad scale |
---|
285 | 0 0 1 0 180 arc |
---|
286 | tMatrix setmatrix |
---|
287 | closepath |
---|
288 | } bdef |
---|
289 | /FtbRR { |
---|
290 | MtbRR stroke } bdef |
---|
291 | /PtbRR { |
---|
292 | MtbRR fill } bdef |
---|
293 | |
---|
294 | currentdict end def |
---|
295 | %%EndProlog |
---|
296 | |
---|
297 | %%BeginSetup |
---|
298 | MathWorks begin |
---|
299 | |
---|
300 | 0 cap |
---|
301 | |
---|
302 | end |
---|
303 | %%EndSetup |
---|
304 | |
---|
305 | %%Page: 1 1 |
---|
306 | %%BeginPageSetup |
---|
307 | %%PageBoundingBox: 55 201 542 589 |
---|
308 | MathWorks begin |
---|
309 | bpage |
---|
310 | %%EndPageSetup |
---|
311 | |
---|
312 | %%BeginObject: obj1 |
---|
313 | bplot |
---|
314 | |
---|
315 | /dpi2point 12 def |
---|
316 | portraitMode 0204 7344 csm |
---|
317 | |
---|
318 | 457 273 5847 4658 MR c np |
---|
319 | 85 dict begin %Colortable dictionary |
---|
320 | /c0 { 0 0 0 sr} bdef |
---|
321 | /c1 { 1 1 1 sr} bdef |
---|
322 | /c2 { 1 0 0 sr} bdef |
---|
323 | /c3 { 0 1 0 sr} bdef |
---|
324 | /c4 { 0 0 1 sr} bdef |
---|
325 | /c5 { 1 1 0 sr} bdef |
---|
326 | /c6 { 1 0 1 sr} bdef |
---|
327 | /c7 { 0 1 1 sr} bdef |
---|
328 | c0 |
---|
329 | 1 j |
---|
330 | 1 sg |
---|
331 | 0 0 6913 5185 PR |
---|
332 | 6 w |
---|
333 | 0 4224 5355 0 0 -4224 899 4613 4 MP |
---|
334 | PP |
---|
335 | -5355 0 0 4224 5355 0 0 -4224 899 4613 5 MP stroke |
---|
336 | 4 w |
---|
337 | DO |
---|
338 | SO |
---|
339 | 6 w |
---|
340 | 0 sg |
---|
341 | 899 389 mt 6254 389 L |
---|
342 | 899 4613 mt 6254 4613 L |
---|
343 | 6254 4613 mt 6254 389 L |
---|
344 | 899 4613 mt 899 389 L |
---|
345 | 899 4613 mt 6254 4613 L |
---|
346 | 899 4613 mt 899 389 L |
---|
347 | 899 4613 mt 899 4559 L |
---|
348 | 899 389 mt 899 443 L |
---|
349 | %%IncludeResource: font Helvetica |
---|
350 | /Helvetica /WindowsLatin1Encoding 120 FMSR |
---|
351 | |
---|
352 | 866 4759 mt |
---|
353 | (0) s |
---|
354 | 1751 4613 mt 1751 4559 L |
---|
355 | 1751 389 mt 1751 443 L |
---|
356 | 1668 4759 mt |
---|
357 | (0.5) s |
---|
358 | 2604 4613 mt 2604 4559 L |
---|
359 | 2604 389 mt 2604 443 L |
---|
360 | 2571 4759 mt |
---|
361 | (1) s |
---|
362 | 3456 4613 mt 3456 4559 L |
---|
363 | 3456 389 mt 3456 443 L |
---|
364 | 3373 4759 mt |
---|
365 | (1.5) s |
---|
366 | 4308 4613 mt 4308 4559 L |
---|
367 | 4308 389 mt 4308 443 L |
---|
368 | 4275 4759 mt |
---|
369 | (2) s |
---|
370 | 5160 4613 mt 5160 4559 L |
---|
371 | 5160 389 mt 5160 443 L |
---|
372 | 5077 4759 mt |
---|
373 | (2.5) s |
---|
374 | 6013 4613 mt 6013 4559 L |
---|
375 | 6013 389 mt 6013 443 L |
---|
376 | 5980 4759 mt |
---|
377 | (3) s |
---|
378 | 899 4554 mt 953 4554 L |
---|
379 | 6254 4554 mt 6200 4554 L |
---|
380 | 628 4598 mt |
---|
381 | (-1.2) s |
---|
382 | 899 4174 mt 953 4174 L |
---|
383 | 6254 4174 mt 6200 4174 L |
---|
384 | 728 4218 mt |
---|
385 | (-1) s |
---|
386 | 899 3794 mt 953 3794 L |
---|
387 | 6254 3794 mt 6200 3794 L |
---|
388 | 628 3838 mt |
---|
389 | (-0.8) s |
---|
390 | 899 3414 mt 953 3414 L |
---|
391 | 6254 3414 mt 6200 3414 L |
---|
392 | 628 3458 mt |
---|
393 | (-0.6) s |
---|
394 | 899 3035 mt 953 3035 L |
---|
395 | 6254 3035 mt 6200 3035 L |
---|
396 | 628 3079 mt |
---|
397 | (-0.4) s |
---|
398 | 899 2655 mt 953 2655 L |
---|
399 | 6254 2655 mt 6200 2655 L |
---|
400 | 628 2699 mt |
---|
401 | (-0.2) s |
---|
402 | 899 2275 mt 953 2275 L |
---|
403 | 6254 2275 mt 6200 2275 L |
---|
404 | 798 2319 mt |
---|
405 | (0) s |
---|
406 | 899 1895 mt 953 1895 L |
---|
407 | 6254 1895 mt 6200 1895 L |
---|
408 | 698 1939 mt |
---|
409 | (0.2) s |
---|
410 | 899 1516 mt 953 1516 L |
---|
411 | 6254 1516 mt 6200 1516 L |
---|
412 | 698 1560 mt |
---|
413 | (0.4) s |
---|
414 | 899 1136 mt 953 1136 L |
---|
415 | 6254 1136 mt 6200 1136 L |
---|
416 | 698 1180 mt |
---|
417 | (0.6) s |
---|
418 | 899 756 mt 953 756 L |
---|
419 | 6254 756 mt 6200 756 L |
---|
420 | 698 800 mt |
---|
421 | (0.8) s |
---|
422 | 899 389 mt 6254 389 L |
---|
423 | 899 4613 mt 6254 4613 L |
---|
424 | 6254 4613 mt 6254 389 L |
---|
425 | 899 4613 mt 899 389 L |
---|
426 | gs 899 389 5356 4225 MR c np |
---|
427 | 24 w |
---|
428 | 10 -51 11 -51 10 -51 11 -51 10 -51 11 -50 10 -49 11 -49 |
---|
429 | 10 -49 11 -48 10 -47 11 -46 10 -46 10 -45 11 -44 10 -43 |
---|
430 | 11 -42 10 -42 11 -40 10 -40 11 -38 10 -38 11 -37 10 -36 |
---|
431 | 10 -34 11 -34 10 -34 11 -32 10 -31 11 -31 10 -29 11 -29 |
---|
432 | 10 -28 11 -27 10 -27 11 -25 10 -25 10 -25 11 -23 10 -23 |
---|
433 | 11 -22 10 -22 11 -21 10 -20 11 -20 10 -19 11 -19 10 -18 |
---|
434 | 10 -18 11 -17 10 -17 11 -16 10 -16 11 -16 10 -15 11 -14 |
---|
435 | 10 -14 11 -14 10 -14 11 -13 10 -12 10 -13 11 -12 10 -12 |
---|
436 | 11 -11 10 -11 11 -11 10 -11 11 -10 10 -10 11 -10 10 -9 |
---|
437 | 11 -10 10 -9 10 -9 11 -8 10 -9 11 -8 10 -8 11 -8 |
---|
438 | 10 -7 11 -8 10 -7 11 -7 10 -7 10 -7 11 -6 10 -6 |
---|
439 | 11 -7 10 -6 11 -6 10 -6 11 -5 10 -6 11 -5 10 -5 |
---|
440 | 11 -6 10 -5 10 -4 5219 4478 100 MP stroke |
---|
441 | 11 -5 10 -5 11 -4 10 -5 11 -4 10 -4 11 -4 10 -4 |
---|
442 | 11 -4 10 -4 10 -4 11 -3 10 -4 11 -3 10 -4 11 -3 |
---|
443 | 10 -3 11 -3 10 -3 11 -3 10 -3 11 -2 10 -3 10 -3 |
---|
444 | 11 -2 10 -3 11 -2 10 -2 11 -2 10 -3 11 -2 10 -2 |
---|
445 | 11 -2 10 -1 11 -2 10 -2 10 -2 11 -1 10 -2 11 -1 |
---|
446 | 10 -2 11 -1 10 -1 11 -1 10 -1 11 -2 10 -1 10 -1 |
---|
447 | 11 0 10 -1 11 -1 10 -1 11 0 10 -1 11 -1 10 0 |
---|
448 | 11 -1 10 0 11 0 10 -1 10 0 11 0 10 0 11 0 |
---|
449 | 10 0 11 0 10 0 11 0 10 1 11 0 10 0 10 1 |
---|
450 | 11 0 10 1 11 0 10 1 11 1 10 1 11 1 10 0 |
---|
451 | 11 1 10 1 11 2 10 1 10 1 11 1 10 2 11 1 |
---|
452 | 10 2 11 1 10 2 11 1 10 2 11 2 10 2 11 2 |
---|
453 | 10 2 10 2 11 2 4183 4576 100 MP stroke |
---|
454 | 10 3 11 2 10 2 11 3 10 2 11 3 10 3 11 3 |
---|
455 | 10 3 10 3 11 3 10 3 11 3 10 4 11 3 10 4 |
---|
456 | 11 3 10 4 11 4 10 4 11 4 10 5 10 4 11 4 |
---|
457 | 10 5 11 5 10 4 11 5 10 6 11 5 10 5 11 6 |
---|
458 | 10 5 10 6 11 6 10 6 11 6 10 7 11 7 10 6 |
---|
459 | 11 7 10 7 11 8 10 7 11 8 10 8 10 8 11 8 |
---|
460 | 10 9 11 9 10 9 11 9 10 10 11 10 10 10 11 10 |
---|
461 | 10 11 10 11 11 11 10 11 11 12 10 12 11 13 10 13 |
---|
462 | 11 13 10 14 11 14 10 14 11 15 10 15 10 16 11 16 |
---|
463 | 10 17 11 17 10 17 11 19 10 18 11 19 10 20 11 21 |
---|
464 | 10 21 11 21 10 23 10 22 11 24 10 24 11 25 10 26 |
---|
465 | 11 27 10 27 11 28 10 29 11 30 10 30 10 32 11 32 |
---|
466 | 10 33 11 34 10 36 3148 3387 100 MP stroke |
---|
467 | 11 35 10 37 11 38 10 39 11 40 10 40 11 42 10 42 |
---|
468 | 10 43 11 44 10 45 11 46 10 46 11 47 10 48 11 48 |
---|
469 | 10 48 11 49 10 50 10 50 11 50 10 50 11 50 10 50 |
---|
470 | 11 50 10 50 11 50 10 49 11 49 10 49 11 48 10 47 |
---|
471 | 10 47 11 46 10 45 11 45 10 43 11 43 10 42 11 41 |
---|
472 | 10 40 11 40 10 38 11 37 10 37 10 35 11 34 10 34 |
---|
473 | 11 32 10 32 11 31 10 30 11 29 10 28 11 27 10 27 |
---|
474 | 10 25 11 25 10 24 11 23 10 23 11 22 10 21 11 21 |
---|
475 | 10 19 11 20 10 18 11 18 10 17 10 17 11 17 10 15 |
---|
476 | 11 15 10 15 11 14 10 14 11 13 10 13 11 12 10 12 |
---|
477 | 10 12 11 11 10 11 11 10 10 10 11 9 10 10 11 8 |
---|
478 | 10 9 11 8 10 8 11 7 10 8 10 7 11 6 10 6 |
---|
479 | 11 6 10 6 11 6 2112 444 100 MP stroke |
---|
480 | 10 5 11 5 10 4 11 5 10 4 11 3 10 4 10 3 |
---|
481 | 11 4 10 2 11 3 10 2 11 2 10 2 11 2 10 1 |
---|
482 | 11 2 10 1 10 0 11 1 10 0 11 0 10 0 11 -1 |
---|
483 | 10 0 11 -1 10 -1 11 -2 10 -1 11 -2 10 -2 10 -3 |
---|
484 | 11 -2 10 -3 11 -3 10 -4 11 -3 10 -4 11 -4 10 -5 |
---|
485 | 11 -4 10 -5 10 -6 11 -5 10 -6 11 -6 10 -6 11 -7 |
---|
486 | 10 -7 11 -8 10 -7 11 -8 10 -9 11 -9 10 -9 10 -9 |
---|
487 | 11 -10 10 -10 11 -11 10 -11 11 -12 10 -12 11 -12 10 -13 |
---|
488 | 11 -13 10 -14 11 -15 10 -14 10 -16 11 -16 10 -16 11 -18 |
---|
489 | 10 -17 11 -19 10 -19 11 -19 10 -20 11 -21 10 -22 10 -23 |
---|
490 | 11 -23 10 -24 11 -24 10 -26 11 -26 10 -27 11 -28 10 -29 |
---|
491 | 11 -30 10 -31 11 -31 10 -33 10 -33 11 -35 10 -35 11 -36 |
---|
492 | 10 -38 11 -38 10 -39 1077 1500 100 MP stroke |
---|
493 | 11 -40 10 -41 11 -42 10 -42 10 -44 11 -44 10 -45 11 -45 |
---|
494 | 10 -47 11 -47 10 -47 11 -48 10 -48 11 -48 10 -49 11 -49 |
---|
495 | 10 -49 899 2275 18 MP stroke |
---|
496 | gr |
---|
497 | |
---|
498 | 24 w |
---|
499 | 2629 4902 mt |
---|
500 | (Normalized Frequency \(rad/sample\)) s |
---|
501 | 573 2948 mt -90 rotate |
---|
502 | (Phase Shift \(rad\)) s |
---|
503 | 90 rotate |
---|
504 | 6 w |
---|
505 | |
---|
506 | end |
---|
507 | |
---|
508 | eplot |
---|
509 | %%EndObject |
---|
510 | |
---|
511 | epage |
---|
512 | end |
---|
513 | |
---|
514 | showpage |
---|
515 | |
---|
516 | %%Trailer |
---|
517 | %%EOF |
---|