• 大小: 21KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: Matlab
  • 标签: SAR  合成孔径  

资源简介

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


评论

共有 条评论