⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fig5_23a.eps

📁 《射频电路设计——理论与应用》一书课后习题第五章Matlab程序代码
💻 EPS
字号:
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: fig5_23a.eps
%%CreationDate: 10/05/99  21:12:23
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: 1
%%BoundingBox:    72   209   545   590
%%EndComments

%%BeginProlog

% MathWorks dictionary
/MathWorks 150 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
/rc {rectclip} bdef
/rf {rectfill} bdef
/rm /rmoveto ldef
/rl /rlineto ldef
/s /show ldef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef

% 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

% coordinate system mappings
/dpi2point 0 def

% font control
/FontSize 0 def
/FMS {
	/FontSize xstore		%save size off stack
	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
	landscapeMode eq {90 rotate} if
	} 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
/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 {
	currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
	} bdef

/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



currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    72   209   545   590
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: graph1 1
bplot

/dpi2point 12 def
portraitMode 0204 7344 csm

  663   255  5673  4572 MR c np
85 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
1 j
1 sg
   0    0 6912 5184 PR
6 w
0 4224 5356 0 0 -4224 898 4612 4 MP
PP
-5356 0 0 4224 5356 0 0 -4224 898 4612 5 MP stroke
DO
4 w
SO
6 w
0 sg
 898 4612 mt 6254 4612 L
 898  388 mt 6254  388 L
 898 4612 mt  898  388 L
6254 4612 mt 6254  388 L
 898 4612 mt 6254 4612 L
 898 4612 mt  898  388 L
 898 4612 mt  898 4558 L
 898  388 mt  898  442 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR

 795 4758 mt 
(-2) s
1568 4612 mt 1568 4558 L
1568  388 mt 1568  442 L
1415 4758 mt 
(-1.5) s
2237 4612 mt 2237 4558 L
2237  388 mt 2237  442 L
2134 4758 mt 
(-1) s
2907 4612 mt 2907 4558 L
2907  388 mt 2907  442 L
2754 4758 mt 
(-0.5) s
3576 4612 mt 3576 4558 L
3576  388 mt 3576  442 L
3543 4758 mt 
(0) s
4246 4612 mt 4246 4558 L
4246  388 mt 4246  442 L
4163 4758 mt 
(0.5) s
4915 4612 mt 4915 4558 L
4915  388 mt 4915  442 L
4882 4758 mt 
(1) s
5585 4612 mt 5585 4558 L
5585  388 mt 5585  442 L
5502 4758 mt 
(1.5) s
6254 4612 mt 6254 4558 L
6254  388 mt 6254  442 L
6221 4758 mt 
(2) s
 898 4612 mt  952 4612 L
6254 4612 mt 6200 4612 L
 797 4656 mt 
(0) s
 898 3908 mt  952 3908 L
6254 3908 mt 6200 3908 L
 797 3952 mt 
(5) s
 898 3204 mt  952 3204 L
6254 3204 mt 6200 3204 L
 730 3248 mt 
(10) s
 898 2500 mt  952 2500 L
6254 2500 mt 6200 2500 L
 730 2544 mt 
(15) s
 898 1796 mt  952 1796 L
6254 1796 mt 6200 1796 L
 730 1840 mt 
(20) s
 898 1092 mt  952 1092 L
6254 1092 mt 6200 1092 L
 730 1136 mt 
(25) s
 898  388 mt  952  388 L
6254  388 mt 6200  388 L
 730  432 mt 
(30) s
 898 4612 mt 6254 4612 L
 898  388 mt 6254  388 L
 898 4612 mt  898  388 L
6254 4612 mt 6254  388 L
gs 898 388 5357 4225 MR c np
14 -44 13 -44 14 -45 13 -46 13 -46 14 -47 13 -47 14 -48 
13 -49 13 -49 14 -50 13 -51 14 -51 13 -52 13 -53 14 -54 
13 -55 14 -56 13 -56 13 -58 14 -58 13 -60 13 -61 14 -62 
13 -63 14 -64 13 -66 13 -67 14 -68 13 -70 14 -72 13 -73 
13 -75 14 -77 13 -79 14 -81 13 -83 13 -85 14 -87 13 -90 
13 -92 14 -95 13 -96 14 -99 13 -101 13 -103 14 -104 13 -104 
14 -102 13 -100 13 -95 14 -88 13 -77 14 -64 13 -49 13 -32 
14 -16 13 -2 14 11 13 20 13 27 14 31 13 33 13 34 
14 33 13 32 14 30 13 28 13 26 14 22 13 21 14 17 
13 16 13 12 14 11 13 8 14 6 13 3 13 2 14 -1 
13 -2 13 -4 14 -6 13 -7 14 -10 13 -10 13 -12 14 -13 
13 -15 14 -16 13 -16 13 -18 14 -18 13 -19 14 -20 13 -20 
13 -20 14 -21 13 -20 4259 4456 100 MP stroke
13 -20 14 -19 13 -18 14 -18 13 -16 13 -15 14 -13 13 -12 
14 -9 13 -7 13 -6 14 -2 13 -1 14 2 13 4 13 6 
14 8 13 10 14 11 13 13 13 15 14 15 13 16 13 17 
14 17 13 18 14 18 13 18 13 17 14 18 13 17 14 16 
13 16 13 16 14 15 13 14 14 13 13 13 13 12 14 10 
13 10 13 10 14 8 13 7 14 6 13 6 13 4 14 3 
13 3 14 1 13 1 13 -1 14 -1 13 -3 14 -3 13 -4 
13 -6 14 -6 13 -7 14 -8 13 -10 13 -10 14 -10 13 -12 
13 -13 14 -13 13 -14 14 -15 13 -16 13 -16 14 -16 13 -17 
14 -18 13 -17 13 -18 14 -18 13 -18 14 -17 13 -17 13 -16 
14 -15 13 -15 13 -13 14 -11 13 -10 14 -8 13 -6 13 -4 
14 -2 13 1 14 2 13 6 13 7 14 9 13 12 14 13 
13 15 13 16 14 18 2933 4513 100 MP stroke
13 18 13 19 14 20 13 20 14 21 13 20 13 20 14 20 
13 19 14 18 13 18 13 16 14 16 13 15 14 13 13 12 
13 10 14 10 13 7 14 6 13 4 13 2 14 1 13 -2 
13 -3 14 -6 13 -8 14 -11 13 -12 13 -16 14 -17 13 -21 
14 -22 13 -26 13 -28 14 -30 13 -32 14 -33 13 -34 13 -33 
14 -31 13 -27 13 -20 14 -11 13 2 14 16 13 32 13 49 
14 64 13 77 14 88 13 95 13 100 14 102 13 104 14 104 
13 103 13 101 14 99 13 96 14 95 13 92 13 90 14 87 
13 85 13 83 14 81 13 79 14 77 13 75 13 73 14 72 
13 70 14 68 13 67 13 66 14 64 13 63 14 62 13 61 
13 60 14 58 13 58 13 56 14 56 13 55 14 54 13 53 
13 52 14 51 13 51 14 50 13 49 13 49 14 48 13 47 
14 47 13 46 13 46 1608 883 100 MP stroke
14 45 13 44 13 44 1568 750 4 MP stroke

gr 

end

eplot
%%EndObject graph 1

epage
end

showpage

%%Trailer
%%EOF

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -