• 大小: 1.74MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-30
  • 语言: Matlab
  • 标签:   合成  孔径  成像  

资源简介

Inverse Synthetic Aperture Radar Imaging With MATLAB Algorithms(逆合成孔径成像MATLAB算法)配书源代码,可用于学习和理解ISAR的基本算法和实现过程。

资源截图

代码片段和文件信息

function out=cevir2(anxny)
% This function converts a 1D vector to a 2D matrix
 
% Inputs:
% a   : 1D vector of length (nx*ny)
% nx  : column length of the output matrix
% ny  : row length of the output matrix
 
% Output:
% out  : 2D matrix of size nx by ny
 
 
for p = 1:nx;
      out(p1:ny) = a(1(p-1)*ny+1:ny*p);
end;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        325  2012-01-26 21:34  MatlabFiles\Appendix\cevir2.m

     文件        534  2012-01-26 21:35  MatlabFiles\Appendix\matplot.m

     文件        568  2012-01-26 21:35  MatlabFiles\Appendix\matplot2.m

     文件        239  2012-01-26 21:34  MatlabFiles\Appendix\shft.m

     文件       1130  2012-01-26 21:33  MatlabFiles\Appendix\stft.m

     目录          0  2012-01-26 21:50  MatlabFiles\Appendix

     文件        681  2009-09-01 22:56  MatlabFiles\Chapter1\Figure1_1.m

     文件       1064  2009-09-04 00:57  MatlabFiles\Chapter1\Figure1_11.m

     文件        906  2009-09-01 22:57  MatlabFiles\Chapter1\Figure1_2.m

     文件        887  2012-01-26 21:46  MatlabFiles\Chapter1\Figure1_3.m

     文件        768  2009-09-02 00:35  MatlabFiles\Chapter1\Figure1_5.m

     文件       1254  2009-09-02 02:12  MatlabFiles\Chapter1\Figure1_8.m

     文件      26834  2007-10-08 20:18  MatlabFiles\Chapter1\prince.wav

     文件       4042  1995-07-10 23:00  MatlabFiles\Chapter1\tot30.mat

     目录          0  2012-01-26 21:41  MatlabFiles\Chapter1

     文件        537  2009-09-13 16:06  MatlabFiles\Chapter2\Figure2_11.m

     文件        745  2009-09-13 16:18  MatlabFiles\Chapter2\Figure2_15.m

     文件       1072  2009-09-13 17:12  MatlabFiles\Chapter2\Figure2_16.m

     文件       1096  2009-09-13 17:18  MatlabFiles\Chapter2\Figure2_17.m

     文件       1193  2009-09-13 17:19  MatlabFiles\Chapter2\Figure2_18.m

     文件       1906  2009-09-13 17:56  MatlabFiles\Chapter2\Figure2_19and20.m

     文件        978  2009-09-13 16:05  MatlabFiles\Chapter2\Figure2_9.m

     目录          0  2012-01-26 16:54  MatlabFiles\Chapter2

     文件        924  2012-01-26 17:06  MatlabFiles\Chapter3\Figure3_10.m

     文件       1024  2012-01-26 17:06  MatlabFiles\Chapter3\Figure3_11.m

     文件       2300  2010-12-23 21:13  MatlabFiles\Chapter3\Figure3_14.m

     文件       1281  2012-01-26 17:07  MatlabFiles\Chapter3\Figure3_16.m

     文件       2538  2010-12-23 21:16  MatlabFiles\Chapter3\Figure3_8.m

     文件        477  2012-01-26 17:07  MatlabFiles\Chapter3\Figure3_9.m

     目录          0  2012-01-26 21:47  MatlabFiles\Chapter3

............此处省略68个文件信息

评论

共有 条评论