資源簡介
synthetic aperture radar signal processing with matlab algorithms
英文書的附帶源代碼,書是全英文的,作者是Mehrdad Soumekh。我沒有電子書,只有復印的。
此成像算法包括一維距離像、條帶式、聚束式等多種模式的SAR成像。可以作為有一定SAR基礎的同行的編程參考。
友情提供 llittlebird@sina.com.cn
代碼片段和文件信息
????????%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
????????%????????CROSS-RANGE?IMAGING?????????%
????????%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clc;clear;close?all;
colormap(gray(256))
cj=sqrt(-1);
pi2=2*pi;
%
c=3e8;??????????????%?propagation?speed
fc=200e6;???????????%?frequency
lambda=c/fc;????????%?Wavelength
k=pi2/lambda;???????%?Wavenumber
Xc=1.e3;????????????%?Range?distance?to?center?of?target?area
%
%?Case?1:
L=400;??????????????%?synthetic?aperture?is?2*L
Y0=100;?????????????%?target?area?in?cross-range?is?within?[Yc-Y0Yc+Y0]
Yc=0;???????????????%?Cross-range?distance?to?center?of?target?area
%
%?Case?2:
%?L=150;
%?Y0=200;
%?Yc=.5e3;
%
theta_c=atan(Yc/Xc);??%?squint?angle?to?center?of?target?area
Rc=sqrt(Xc^2+Yc^2);???%?squint?range?to?center?of?target?area
kus=2*k*sin(theta_c);?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6397??2010-02-18?10:32??SAR_chegnxiang\crange.m
?????文件????????182??1999-02-19?09:10??SAR_chegnxiang\ftx.m
?????文件????????188??1999-02-19?09:10??SAR_chegnxiang\fty.m
?????文件????????183??1999-02-19?09:10??SAR_chegnxiang\iftx.m
?????文件????????190??1999-02-19?09:10??SAR_chegnxiang\ifty.m
?????文件???????5829??1999-02-19?09:10??SAR_chegnxiang\rad_pat.m
?????文件???????8452??1999-02-19?09:10??SAR_chegnxiang\range.m
?????文件???????4422??1999-02-19?09:10??SAR_chegnxiang\sig_sub_a.m
?????文件???????4642??1999-02-19?09:11??SAR_chegnxiang\sig_sub_b.m
?????文件??????20679??1999-02-19?09:11??SAR_chegnxiang\spotlight.m
?????文件??????20869??1999-02-19?09:11??SAR_chegnxiang\stripmap.m
?????文件????????286??2010-03-07?18:56??SAR_chegnxiang\說明.txt
?????目錄??????????0??2010-03-07?18:52??SAR_chegnxiang
-----------?---------??----------?-----??----
????????????????72319????????????????????13
- 上一篇:Dijkstra算法的Matlab程序
- 下一篇:Matlab矩形區域六邊形填充函數
評論
共有 條評論