]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter16/figures/flyback_zoomin.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ch17
[book_gpu.git] / BookGPU / Chapters / chapter16 / figures / flyback_zoomin.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The MathWorks, Inc. Version 7.11.0.584 (R2010b). Operating System: Linux 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64.
3 %%Title: /data/xliu/code/ee213/envelop/test07_16_2011/flyback_zoomin.eps
4 %%CreationDate: 07/16/2011  18:45:21
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    36   193   574   597
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:    36   193   574   597
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0432 7164 csm
174
175     0     0  6456  4845 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 6457 4846 rf
189 12 w
190 0 3938 4739 0 0 -3938 1103 4301 4 MP
191 PP
192 -4739 0 0 3938 4739 0 0 -3938 1103 4301 5 MP stroke
193 8 w
194 DO
195 0 sg
196 1857 4301 mt 1857  363 L
197 1857  363 mt 1857  363 L
198 2938 4301 mt 2938  363 L
199 2938  363 mt 2938  363 L
200 4019 4301 mt 4019  363 L
201 4019  363 mt 4019  363 L
202 5100 4301 mt 5100  363 L
203 5100  363 mt 5100  363 L
204 1103 3671 mt 5843 3671 L
205 5843 3671 mt 5843 3671 L
206 1103 2874 mt 5843 2874 L
207 5843 2874 mt 5843 2874 L
208 1103 2077 mt 5843 2077 L
209 5843 2077 mt 5843 2077 L
210 1103 1279 mt 5843 1279 L
211 5843 1279 mt 5843 1279 L
212 1103  482 mt 5843  482 L
213 5843  482 mt 5843  482 L
214 SO
215 12 w
216 1103 4301 mt 5842 4301 L
217 1103 4301 mt 1103  363 L
218 1857 4301 mt 1857 4253 L
219 %%IncludeResource: font Helvetica
220 /Helvetica /ISOLatin1Encoding 240 FMSR
221
222 1491 4558 mt 
223 (0.0112) s
224 2938 4301 mt 2938 4253 L
225 2572 4558 mt 
226 (0.0113) s
227 4019 4301 mt 4019 4253 L
228 3653 4558 mt 
229 (0.0114) s
230 5100 4301 mt 5100 4253 L
231 4734 4558 mt 
232 (0.0115) s
233 1103 3671 mt 1150 3671 L
234  335 3760 mt 
235 (0.0654) s
236 1103 2874 mt 1150 2874 L
237  335 2963 mt 
238 (0.0655) s
239 1103 2077 mt 1150 2077 L
240  335 2166 mt 
241 (0.0656) s
242 1103 1279 mt 1150 1279 L
243  335 1368 mt 
244 (0.0657) s
245 1103  482 mt 1150  482 L
246  335  571 mt 
247 (0.0658) s
248 gs 1103 363 4741 3939 rc
249 36 w
250 /c8 { 1.000000 0.000000 0.000000 sr} bdef
251 c8
252 5 -10 11 -91 11 -138 11 -156 11 -146 10 -107 11 -50 11 9 
253 11 43 11 50 11 50 10 50 11 50 11 50 11 50 11 50 
254 10 50 11 50 11 50 11 34 11 -22 10 -91 11 -138 11 -156 
255 11 -146 11 -107 11 -50 10 9 11 43 11 50 11 50 11 50 
256 10 50 11 50 11 50 11 50 11 50 10 50 11 50 11 34 
257 11 -22 11 -91 10 -138 11 -156 11 -146 11 -107 11 -50 11 9 
258 10 43 11 50 11 50 11 50 11 50 10 50 11 50 11 50 
259 11 50 11 50 10 50 11 34 11 -22 11 -91 11 -138 11 -157 
260 10 -145 11 -107 11 -50 11 8 11 44 10 50 11 49 11 50 
261 11 50 11 50 10 50 11 50 11 50 11 50 11 50 10 34 
262 11 -22 11 -91 11 -138 11 -156 11 -146 10 -107 11 -50 11 9 
263 11 43 11 50 10 50 11 50 11 50 11 50 11 50 10 50 
264 11 50 11 50 11 50 11 33 11 -21 10 -91 11 -138 11 -157 
265 11 -146 11 -107 10 -50 11 9 11 43 11 50 11 50 10 50 
266 11 50 11 50 11 50 11 50 10 50 11 50 11 50 11 33 
267 11 -21 11 -92 10 -138 11 -156 11 -146 11 -107 11 -50 10 9 
268 11 43 11 50 11 50 11 50 10 49 11 50 11 50 11 50 
269 11 50 10 50 11 50 11 34 11 -22 11 -91 11 -138 10 -156 
270 11 -146 11 -107 11 -50 11 8 10 43 11 50 11 50 11 50 
271 11 50 10 50 11 50 11 50 11 50 11 50 11 50 10 34 
272 11 -22 11 -91 11 -138 11 -157 10 -146 11 -107 11 -50 11 9 
273 11 43 10 50 11 50 11 49 11 50 11 50 10 50 11 50 
274 11 50 11 50 11 50 11 34 10 -22 11 -91 11 -138 11 -157 
275 11 -146 10 -107 11 -50 11 9 11 43 11 50 10 50 11 50 
276 11 49 11 50 11 50 11 50 10 50 11 50 11 50 11 34 
277 11 -22 10 -91 11 -138 11 -157 11 -146 11 -107 10 -50 11 8 
278 11 44 11 50 11 49 10 50 11 50 11 50 11 50 11 50 
279 11 50 10 50 11 50 11 34 11 -22 11 -92 10 -138 11 -156 
280 11 -146 11 -107 11 -50 10 8 11 43 11 50 11 50 11 50 
281 10 50 11 50 11 50 11 49 11 50 11 50 10 50 11 34 
282 11 -22 11 -91 11 -138 10 -157 11 -146 11 -107 11 -50 11 8 
283 10 44 11 50 11 49 11 50 11 50 11 50 10 50 11 50 
284 11 50 11 50 11 49 10 34 11 -22 11 -91 11 -138 11 -157 
285 10 -146 11 -107 11 -50 11 9 11 43 10 50 11 49 11 50 
286 11 50 11 50 11 50 10 50 11 50 11 50 11 49 11 34 
287 10 -22 11 -91 11 -138 11 -157 11 -146 10 -107 11 -50 11 8 
288 11 44 11 49 11 50 10 50 11 50 11 50 11 50 11 50 
289 10 49 11 50 11 50 2617 2510 300 MP stroke
290 11 34 11 -22 10 -91 11 -138 11 -157 11 -146 11 -107 10 -50 
291 11 8 11 43 11 50 11 50 11 50 10 50 11 49 11 50 
292 11 50 11 50 10 50 11 50 11 33 11 -22 11 -91 10 -138 
293 11 -157 11 -146 11 -107 11 -50 10 8 11 44 11 49 11 50 
294 11 50 11 50 10 50 11 49 11 50 11 50 11 50 10 50 
295 11 34 11 -22 11 -92 11 -138 10 -156 11 -146 11 -108 11 -50 
296 11 9 11 43 10 50 11 49 11 50 11 50 11 50 10 50 
297 11 49 11 50 11 50 11 50 10 34 11 -22 11 -92 11 -138 
298 11 -157 10 -145 11 -108 11 -50 11 8 11 44 11 49 10 50 
299 11 50 11 50 11 50 11 49 10 50 11 50 11 50 11 50 
300 11 33 10 -22 11 -91 11 -138 11 -157 11 -146 11 -107 10 -50 
301 11 8 11 43 11 50 11 50 10 50 11 49 11 50 11 50 
302 11 50 10 49 11 50 11 50 11 34 11 -22 10 -91 11 -139 
303 11 -156 11 -146 11 -108 11 -50 10 8 11 44 11 49 11 50 
304 11 50 10 50 11 49 11 50 11 50 11 50 10 50 11 49 
305 11 34 11 -22 11 -91 10 -138 11 -157 11 -146 11 -108 11 -50 
306 11 9 10 43 11 49 11 50 11 50 11 50 10 49 11 50 
307 11 50 11 50 11 50 10 49 1 4 1103 3404 142 MP stroke
308 0 sg
309 1392 -754 5 20 10 49 11 49 11 49 11 50 11 49 10 49 
310 11 49 11 49 11 50 11 44 10 1 11 -71 11 -127 11 -155 
311 11 -153 11 -123 10 -71 11 -9 9 27 4 19 2 10 1 5 
312 1 4 3133 -1969 1103 4001 27 MP stroke
313 gr
314
315 36 w
316 4200 2032 mt 4272 2032 L
317 4236 1996 mt 4236 2068 L
318 4201 2036 mt 4273 2036 L
319 4237 2000 mt 4237 2072 L
320 4202 2041 mt 4274 2041 L
321 4238 2005 mt 4238 2077 L
322 4204 2051 mt 4276 2051 L
323 4240 2015 mt 4240 2087 L
324 4208 2070 mt 4280 2070 L
325 4244 2034 mt 4244 2106 L
326 4217 2097 mt 4289 2097 L
327 4253 2061 mt 4253 2133 L
328 4228 2088 mt 4300 2088 L
329 4264 2052 mt 4264 2124 L
330 4238 2017 mt 4310 2017 L
331 4274 1981 mt 4274 2053 L
332 4249 1894 mt 4321 1894 L
333 4285 1858 mt 4285 1930 L
334 4260 1741 mt 4332 1741 L
335 4296 1705 mt 4296 1777 L
336 4271 1586 mt 4343 1586 L
337 4307 1550 mt 4307 1622 L
338 4282 1459 mt 4354 1459 L
339 4318 1423 mt 4318 1495 L
340 4293 1388 mt 4365 1388 L
341 4329 1352 mt 4329 1424 L
342 4303 1389 mt 4375 1389 L
343 4339 1353 mt 4339 1425 L
344 4314 1433 mt 4386 1433 L
345 4350 1397 mt 4350 1469 L
346 4325 1483 mt 4397 1483 L
347 4361 1447 mt 4361 1519 L
348 4336 1532 mt 4408 1532 L
349 4372 1496 mt 4372 1568 L
350 4347 1581 mt 4419 1581 L
351 4383 1545 mt 4383 1617 L
352 4357 1630 mt 4429 1630 L
353 4393 1594 mt 4393 1666 L
354 4368 1679 mt 4440 1679 L
355 4404 1643 mt 4404 1715 L
356 4379 1729 mt 4451 1729 L
357 4415 1693 mt 4415 1765 L
358 4390 1778 mt 4462 1778 L
359 4426 1742 mt 4426 1814 L
360 4401 1827 mt 4473 1827 L
361 4437 1791 mt 4437 1863 L
362 4411 1876 mt 4483 1876 L
363 4447 1840 mt 4447 1912 L
364 4416 1896 mt 4488 1896 L
365 4452 1860 mt 4452 1932 L
366 gs 1103 363 4741 3939 rc
367 gr
368
369 3072 4789 mt 
370 (time \(s\)) s
371  226 2910 mt  -90 rotate
372 (voltage \(V\)) s
373 90 rotate
374 %%IncludeResource: font Helvetica
375 /Helvetica /ISOLatin1Encoding 120 FMSR
376
377 1075 4356 mt 
378 ( ) s
379 5816  417 mt 
380 ( ) s
381 12 w
382 1 sg
383 0 768 2950 0 0 -768 2815 4095 4 MP
384 PP
385 -2950 0 0 768 2950 0 0 -768 2815 4095 5 MP stroke
386 8 w
387 DO
388 SO
389 12 w
390 0 sg
391 2815 4095 mt 5765 4095 L
392 2815 3327 mt 5765 3327 L
393 2815 4095 mt 2815 3327 L
394 5765 4095 mt 5765 3327 L
395 2815 4095 mt 5765 4095 L
396 2815 4095 mt 2815 3327 L
397 2815 4095 mt 5765 4095 L
398 2815 3327 mt 5765 3327 L
399 2815 4095 mt 2815 3327 L
400 5765 4095 mt 5765 3327 L
401 %%IncludeResource: font Helvetica
402 /Helvetica /ISOLatin1Encoding 240 FMSR
403
404 3293 3615 mt 
405 (exact SPICE waveform) s
406 gs 2815 3327 2951 769 rc
407 36 w
408 c8
409 367 0 2888 3529 2 MP stroke
410 gr
411
412 36 w
413 c8
414 0 sg
415 3293 3978 mt 
416 (envelope-following) s
417 gs 2815 3327 2951 769 rc
418 367 0 2888 3892 2 MP stroke
419 gs 2962 3782 221 221 rc
420 3036 3892 mt 3108 3892 L
421 3072 3856 mt 3072 3928 L
422 gr
423
424 12 w
425 gr
426
427 12 w
428
429 end %%Color Dict
430
431 eplot
432 %%EndObject
433
434 epage
435 end
436
437 showpage
438
439 %%Trailer
440 %%EOF