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

📄 p2.3a.ps

📁 一套完整的雷达仿真程序
💻 PS
字号:
%!PS-Adobe-2.0 
%%Creator: MATLAB, The Mathworks, Inc. Version 7.5.0.342 (R2007b). Operating System: Microsoft Windows XP.
%%Title: .\P2.3a.ps
%%CreationDate: 05/17/2009  10:50:37
%%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 4606 mt 1508 4606 L
5693 4606 mt 5651 4606 L
1295 4650 mt 
(-2) s
1466 3930 mt 1508 3930 L
5693 3930 mt 5651 3930 L
1295 3974 mt 
(-1) s
1466 3254 mt 1508 3254 L
5693 3254 mt 5651 3254 L
1365 3298 mt 
(0) s
1466 2577 mt 1508 2577 L
5693 2577 mt 5651 2577 L
1365 2621 mt 
(1) s
1466 1901 mt 1508 1901 L
5693 1901 mt 5651 1901 L
1365 1945 mt 
(2) s
1466 1225 mt 1508 1225 L
5693 1225 mt 5651 1225 L
1365 1269 mt 
(3) s
1466  549 mt 1508  549 L
5693  549 mt 5651  549 L
1365  593 mt 
(4) 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 -810 20 1012 20 -135 19 -929 20 1040 20 114 20 -1335 20 1004 
20 736 19 -1728 20 500 20 1511 20 -1639 20 -386 20 1930 20 -967 
19 -1182 20 1690 20 -42 20 -1438 20 891 20 661 19 -1007 20 -105 
20 828 20 -62 20 -926 20 424 20 1077 19 -1374 20 -357 20 2114 
20 -1456 20 -1225 20 2859 19 -1315 20 -1905 20 3240 20 -1127 20 -2208 
20 3244 19 -1004 20 -2060 20 2880 20 -948 20 -1514 20 2171 20 -857 
19 -746 20 1189 20 -581 20 -37 20 117 20 -46 19 324 20 -744 
20 641 20 180 20 -1060 20 1148 20 -327 19 -673 20 1062 20 -738 
20 187 20 201 20 -502 19 893 20 -1112 20 588 20 776 20 -2094 
20 2073 20 -309 19 -2030 20 3017 20 -1686 20 -966 20 2765 20 -2290 
19 137 20 1691 20 -1689 20 211 20 1012 20 -680 20 -758 19 1585 
20 -608 20 -1523 20 2819 20 -1835 20 -877 19 3153 20 -3111 20 805 
20 1876 20 -2902 20 1796 3728 2185 100 MP stroke
20 171 19 -1321 20 1066 20 -196 20 -150 20 -317 20 857 19 -598 
20 -491 20 1543 20 -1649 20 702 20 580 19 -1375 20 1422 20 -994 
20 394 20 338 20 -1180 20 1760 19 -1490 20 218 20 1335 20 -2017 
20 1296 20 141 19 -992 20 646 20 178 20 -234 20 -782 20 1711 
20 -1097 19 -1071 20 2991 20 -2683 20 82 20 2646 20 -3108 19 1054 
20 1384 20 -1917 20 456 20 943 20 -499 20 -1213 19 1902 20 -265 
20 -2312 20 3107 20 -1055 20 -1978 19 3127 20 -1541 20 -883 20 1769 
20 -814 20 -267 20 94 19 729 20 -620 20 -751 20 1910 20 -1382 
20 -478 19 1895 20 -1688 20 365 20 800 20 -1198 20 1040 20 -550 
19 -282 20 1134 20 -1263 20 415 20 622 20 -915 19 563 20 -328 
20 252 20 386 20 -1463 20 1476 19 379 20 -2345 20 1882 20 742 
20 -2360 20 1104 20 998 19 -1095 20 -260 20 337 20 995 20 -894 
20 -1394 19 2468 20 37 1764 1498 100 MP stroke
20 -2994 20 2006 20 1665 20 -2757 20 90 19 1903 20 -606 20 -922 
20 -68 20 1098 20 534 19 -2122 20 165 20 2696 20 -2444 1466 3254 16 MP stroke
gr

2816 4904 mt 
(Synthetic Aperture u, meters) s
1213 2753 mt  -90 rotate
(Real Part) s
90 rotate
2806  293 mt 
(Compressed 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 + -