Ticket #67496: bugincl.eps

File bugincl.eps, 11.2 KB (added by josmithiii, 12 months ago)

eps file included by bug.fig - place in the same directory as bug.fig

Line 
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
71ISOLatin1Encoding 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
76WindowsLatin1Encoding 128 32 getinterval astore pop}
77{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
78
79/reencode {
80exch dup where
81{pop load} {pop StandardEncoding} ifelse
82exch
83dup 3 1 roll
84findfont dup length dict begin
85  { 1 index /FID ne {def}{pop pop} ifelse } forall
86  /Encoding exch def
87  currentdict
88end
89definefont pop
90} bdef
91
92/isroman {
93findfont /CharStrings get
94/Agrave known
95} bdef
96
97/FMSR {
983 1 roll 1 index
99dup isroman
100{reencode} {pop pop} ifelse
101exch 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
294currentdict end def
295%%EndProlog
296
297%%BeginSetup
298MathWorks begin
299
3000 cap
301
302end
303%%EndSetup
304
305%%Page: 1 1
306%%BeginPageSetup
307%%PageBoundingBox:    55   201   542   589
308MathWorks begin
309bpage
310%%EndPageSetup
311
312%%BeginObject: obj1
313bplot
314
315/dpi2point 12 def
316portraitMode 0204 7344 csm
317
318  457   273  5847  4658 MR c np
31985 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
328c0
3291 j
3301 sg
331   0    0 6913 5185 PR
3326 w
3330 4224 5355 0 0 -4224 899 4613 4 MP
334PP
335-5355 0 0 4224 5355 0 0 -4224 899 4613 5 MP stroke
3364 w
337DO
338SO
3396 w
3400 sg
341 899  389 mt 6254  389 L
342 899 4613 mt 6254 4613 L
3436254 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
3541751 4613 mt 1751 4559 L
3551751  389 mt 1751  443 L
3561668 4759 mt 
357(0.5) s
3582604 4613 mt 2604 4559 L
3592604  389 mt 2604  443 L
3602571 4759 mt 
361(1) s
3623456 4613 mt 3456 4559 L
3633456  389 mt 3456  443 L
3643373 4759 mt 
365(1.5) s
3664308 4613 mt 4308 4559 L
3674308  389 mt 4308  443 L
3684275 4759 mt 
369(2) s
3705160 4613 mt 5160 4559 L
3715160  389 mt 5160  443 L
3725077 4759 mt 
373(2.5) s
3746013 4613 mt 6013 4559 L
3756013  389 mt 6013  443 L
3765980 4759 mt 
377(3) s
378 899 4554 mt  953 4554 L
3796254 4554 mt 6200 4554 L
380 628 4598 mt 
381(-1.2) s
382 899 4174 mt  953 4174 L
3836254 4174 mt 6200 4174 L
384 728 4218 mt 
385(-1) s
386 899 3794 mt  953 3794 L
3876254 3794 mt 6200 3794 L
388 628 3838 mt 
389(-0.8) s
390 899 3414 mt  953 3414 L
3916254 3414 mt 6200 3414 L
392 628 3458 mt 
393(-0.6) s
394 899 3035 mt  953 3035 L
3956254 3035 mt 6200 3035 L
396 628 3079 mt 
397(-0.4) s
398 899 2655 mt  953 2655 L
3996254 2655 mt 6200 2655 L
400 628 2699 mt 
401(-0.2) s
402 899 2275 mt  953 2275 L
4036254 2275 mt 6200 2275 L
404 798 2319 mt 
405(0) s
406 899 1895 mt  953 1895 L
4076254 1895 mt 6200 1895 L
408 698 1939 mt 
409(0.2) s
410 899 1516 mt  953 1516 L
4116254 1516 mt 6200 1516 L
412 698 1560 mt 
413(0.4) s
414 899 1136 mt  953 1136 L
4156254 1136 mt 6200 1136 L
416 698 1180 mt 
417(0.6) s
418 899  756 mt  953  756 L
4196254  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
4246254 4613 mt 6254  389 L
425 899 4613 mt  899  389 L
426gs 899 389 5356 4225 MR c np
42724 w
42810 -51 11 -51 10 -51 11 -51 10 -51 11 -50 10 -49 11 -49 
42910 -49 11 -48 10 -47 11 -46 10 -46 10 -45 11 -44 10 -43 
43011 -42 10 -42 11 -40 10 -40 11 -38 10 -38 11 -37 10 -36 
43110 -34 11 -34 10 -34 11 -32 10 -31 11 -31 10 -29 11 -29 
43210 -28 11 -27 10 -27 11 -25 10 -25 10 -25 11 -23 10 -23 
43311 -22 10 -22 11 -21 10 -20 11 -20 10 -19 11 -19 10 -18 
43410 -18 11 -17 10 -17 11 -16 10 -16 11 -16 10 -15 11 -14 
43510 -14 11 -14 10 -14 11 -13 10 -12 10 -13 11 -12 10 -12 
43611 -11 10 -11 11 -11 10 -11 11 -10 10 -10 11 -10 10 -9 
43711 -10 10 -9 10 -9 11 -8 10 -9 11 -8 10 -8 11 -8 
43810 -7 11 -8 10 -7 11 -7 10 -7 10 -7 11 -6 10 -6 
43911 -7 10 -6 11 -6 10 -6 11 -5 10 -6 11 -5 10 -5 
44011 -6 10 -5 10 -4 5219 4478 100 MP stroke
44111 -5 10 -5 11 -4 10 -5 11 -4 10 -4 11 -4 10 -4 
44211 -4 10 -4 10 -4 11 -3 10 -4 11 -3 10 -4 11 -3 
44310 -3 11 -3 10 -3 11 -3 10 -3 11 -2 10 -3 10 -3 
44411 -2 10 -3 11 -2 10 -2 11 -2 10 -3 11 -2 10 -2 
44511 -2 10 -1 11 -2 10 -2 10 -2 11 -1 10 -2 11 -1 
44610 -2 11 -1 10 -1 11 -1 10 -1 11 -2 10 -1 10 -1 
44711 0 10 -1 11 -1 10 -1 11 0 10 -1 11 -1 10 0 
44811 -1 10 0 11 0 10 -1 10 0 11 0 10 0 11 0 
44910 0 11 0 10 0 11 0 10 1 11 0 10 0 10 1 
45011 0 10 1 11 0 10 1 11 1 10 1 11 1 10 0 
45111 1 10 1 11 2 10 1 10 1 11 1 10 2 11 1 
45210 2 11 1 10 2 11 1 10 2 11 2 10 2 11 2 
45310 2 10 2 11 2 4183 4576 100 MP stroke
45410 3 11 2 10 2 11 3 10 2 11 3 10 3 11 3 
45510 3 10 3 11 3 10 3 11 3 10 4 11 3 10 4 
45611 3 10 4 11 4 10 4 11 4 10 5 10 4 11 4 
45710 5 11 5 10 4 11 5 10 6 11 5 10 5 11 6 
45810 5 10 6 11 6 10 6 11 6 10 7 11 7 10 6 
45911 7 10 7 11 8 10 7 11 8 10 8 10 8 11 8 
46010 9 11 9 10 9 11 9 10 10 11 10 10 10 11 10 
46110 11 10 11 11 11 10 11 11 12 10 12 11 13 10 13 
46211 13 10 14 11 14 10 14 11 15 10 15 10 16 11 16 
46310 17 11 17 10 17 11 19 10 18 11 19 10 20 11 21 
46410 21 11 21 10 23 10 22 11 24 10 24 11 25 10 26 
46511 27 10 27 11 28 10 29 11 30 10 30 10 32 11 32 
46610 33 11 34 10 36 3148 3387 100 MP stroke
46711 35 10 37 11 38 10 39 11 40 10 40 11 42 10 42 
46810 43 11 44 10 45 11 46 10 46 11 47 10 48 11 48 
46910 48 11 49 10 50 10 50 11 50 10 50 11 50 10 50 
47011 50 10 50 11 50 10 49 11 49 10 49 11 48 10 47 
47110 47 11 46 10 45 11 45 10 43 11 43 10 42 11 41 
47210 40 11 40 10 38 11 37 10 37 10 35 11 34 10 34 
47311 32 10 32 11 31 10 30 11 29 10 28 11 27 10 27 
47410 25 11 25 10 24 11 23 10 23 11 22 10 21 11 21 
47510 19 11 20 10 18 11 18 10 17 10 17 11 17 10 15 
47611 15 10 15 11 14 10 14 11 13 10 13 11 12 10 12 
47710 12 11 11 10 11 11 10 10 10 11 9 10 10 11 8 
47810 9 11 8 10 8 11 7 10 8 10 7 11 6 10 6 
47911 6 10 6 11 6 2112 444 100 MP stroke
48010 5 11 5 10 4 11 5 10 4 11 3 10 4 10 3 
48111 4 10 2 11 3 10 2 11 2 10 2 11 2 10 1 
48211 2 10 1 10 0 11 1 10 0 11 0 10 0 11 -1 
48310 0 11 -1 10 -1 11 -2 10 -1 11 -2 10 -2 10 -3 
48411 -2 10 -3 11 -3 10 -4 11 -3 10 -4 11 -4 10 -5 
48511 -4 10 -5 10 -6 11 -5 10 -6 11 -6 10 -6 11 -7 
48610 -7 11 -8 10 -7 11 -8 10 -9 11 -9 10 -9 10 -9 
48711 -10 10 -10 11 -11 10 -11 11 -12 10 -12 11 -12 10 -13 
48811 -13 10 -14 11 -15 10 -14 10 -16 11 -16 10 -16 11 -18 
48910 -17 11 -19 10 -19 11 -19 10 -20 11 -21 10 -22 10 -23 
49011 -23 10 -24 11 -24 10 -26 11 -26 10 -27 11 -28 10 -29 
49111 -30 10 -31 11 -31 10 -33 10 -33 11 -35 10 -35 11 -36 
49210 -38 11 -38 10 -39 1077 1500 100 MP stroke
49311 -40 10 -41 11 -42 10 -42 10 -44 11 -44 10 -45 11 -45 
49410 -47 11 -47 10 -47 11 -48 10 -48 11 -48 10 -49 11 -49 
49510 -49 899 2275 18 MP stroke
496gr
497
49824 w
4992629 4902 mt 
500(Normalized Frequency \(rad/sample\)) s
501 573 2948 mt  -90 rotate
502(Phase Shift \(rad\)) s
50390 rotate
5046 w
505
506end
507
508eplot
509%%EndObject
510
511epage
512end
513
514showpage
515
516%%Trailer
517%%EOF