📄 p2.1a.ps
字号:
%!PS-Adobe-2.0
%%Creator: MATLAB, The Mathworks, Inc. Version 7.5.0.342 (R2007b). Operating System: Microsoft Windows XP.
%%Title: .\P2.1a.ps
%%CreationDate: 05/17/2009 10:50:34
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Pages: (atend)
%%BoundingBox: (atend)
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 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
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% 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 /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore 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
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} 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
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/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 {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/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
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup string
currentfile exch readhexstring pop
/bmap xdef pop pop} bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
{bmap} image gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 107 199 496 602
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 0216 7344 csm
1077 109 4666 4847 MR c np
277 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 6919 5187 PR
6 w
0 4228 4227 0 0 -4228 1466 4616 4 MP
PP
-4227 0 0 4228 4227 0 0 -4228 1466 4616 5 MP stroke
4 w
DO
SO
6 w
0 sg
1466 388 mt 5693 388 L
1466 4616 mt 5693 4616 L
5693 4616 mt 5693 388 L
1466 4616 mt 1466 388 L
1466 4616 mt 5693 4616 L
1466 4616 mt 1466 388 L
1473 4616 mt 1473 4573 L
1473 388 mt 1473 431 L
%%IncludeResource: font Helvetica
/Helvetica /WindowsLatin1Encoding 120 FMSR
1303 4761 mt
(-400) s
2002 4616 mt 2002 4573 L
2002 388 mt 2002 431 L
1832 4761 mt
(-300) s
2531 4616 mt 2531 4573 L
2531 388 mt 2531 431 L
2361 4761 mt
(-200) s
3060 4616 mt 3060 4573 L
3060 388 mt 3060 431 L
2890 4761 mt
(-100) s
3589 4616 mt 3589 4573 L
3589 388 mt 3589 431 L
3556 4761 mt
(0) s
4119 4616 mt 4119 4573 L
4119 388 mt 4119 431 L
4019 4761 mt
(100) s
4648 4616 mt 4648 4573 L
4648 388 mt 4648 431 L
4548 4761 mt
(200) s
5177 4616 mt 5177 4573 L
5177 388 mt 5177 431 L
5077 4761 mt
(300) s
1466 4180 mt 1508 4180 L
5693 4180 mt 5651 4180 L
1295 4224 mt
(-3) s
1466 3610 mt 1508 3610 L
5693 3610 mt 5651 3610 L
1295 3654 mt
(-2) s
1466 3040 mt 1508 3040 L
5693 3040 mt 5651 3040 L
1295 3084 mt
(-1) s
1466 2470 mt 1508 2470 L
5693 2470 mt 5651 2470 L
1365 2514 mt
(0) s
1466 1900 mt 1508 1900 L
5693 1900 mt 5651 1900 L
1365 1944 mt
(1) s
1466 1330 mt 1508 1330 L
5693 1330 mt 5651 1330 L
1365 1374 mt
(2) s
1466 760 mt 1508 760 L
5693 760 mt 5651 760 L
1365 804 mt
(3) s
1466 388 mt 5693 388 L
1466 4616 mt 5693 4616 L
5693 4616 mt 5693 388 L
1466 4616 mt 1466 388 L
gs 1466 388 4228 4229 MR c np
20 401 20 161 20 -187 19 -89 20 545 20 419 20 -816 20 -803
20 916 19 -355 20 -269 20 3 20 434 20 -47 20 145 20 -129
19 755 20 488 20 -2343 20 1223 20 -403 20 845 19 -1547 20 1004
20 -867 20 1253 20 -477 20 1563 20 12 19 -1919 20 819 20 -25
20 -1185 20 774 20 686 19 -1388 20 1350 20 1159 20 -1160 20 166
20 -1737 19 854 20 -834 20 1708 20 -461 20 452 20 -2474 20 1038
19 383 20 -65 20 -353 20 -127 20 849 20 -774 19 -112 20 324
20 639 20 -289 20 -23 20 1029 20 -80 19 -1146 20 -558 20 374
20 1086 20 -96 20 -764 19 1482 20 -628 20 -1086 20 1279 20 -657
20 -1302 20 2193 19 -517 20 -768 20 85 20 544 20 1467 20 -964
19 -619 20 -1446 20 -271 20 1057 20 -474 20 670 20 -1047 19 388
20 1381 20 -1631 20 -686 20 1609 20 -479 19 -15 20 1088 20 6
20 1356 20 -1893 20 -252 3728 2921 100 MP stroke
20 -208 19 1167 20 -1206 20 -114 20 47 20 1523 20 -2009 19 1178
20 232 20 -1581 20 1477 20 -443 20 -386 19 890 20 972 20 -583
20 -1134 20 -180 20 793 20 1319 19 -1077 20 -583 20 -215 20 170
20 58 20 -318 19 216 20 78 20 1006 20 -1693 20 -222 20 1299
20 63 19 324 20 -1199 20 384 20 31 20 -93 20 644 19 -573
20 1967 20 -5 20 -1360 20 895 20 568 20 -1481 19 -219 20 1078
20 -1903 20 -790 20 755 20 494 19 2290 20 -1179 20 -200 20 -2267
20 1590 20 -175 20 356 19 -1375 20 922 20 933 20 -2044 20 1286
20 347 19 -1482 20 1319 20 566 20 3 20 -487 20 3 20 96
19 -142 20 68 20 101 20 -658 20 -500 20 1346 19 47 20 -82
20 22 20 391 20 -122 20 -70 19 -378 20 359 20 451 20 -2443
20 1347 20 -114 20 944 19 -1582 20 1109 20 -645 20 1337 20 -728
20 814 19 -309 20 -2278 1764 4081 100 MP stroke
20 694 20 333 20 -1016 20 749 20 840 19 -1573 20 791 20 907
20 -1549 20 371 20 -886 19 1902 20 -326 20 1341 20 -967 1466 2470 16 MP stroke
gr
2816 4904 mt
(Synthetic Aperture u, meters) s
1213 2753 mt -90 rotate
(Real Part) s
90 rotate
2950 293 mt
(Aliased Aperture Signal) s
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%BoundingBox: 107 199 496 602
%%Pages: 001
%%EOF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -