• 大小: 10.49MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-07
  • 语言: Matlab
  • 标签: ISAR  雷达成像  MATLAB  

资源简介

Özdemir, Caner著,逆合成孔径雷达成像的经典基础书藉,基本涵盖了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  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Appendix\cevir2.m

     文件        534  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Appendix\matplot.m

     文件        568  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Appendix\matplot2.m

     文件        239  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Appendix\shft.m

     文件       1130  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Appendix\stft.m

     文件        681  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\Figure1_1.m

     文件       1064  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\Figure1_11.m

     文件        906  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\Figure1_2.m

     文件        887  2013-04-25 13:31  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\Figure1_3.m

     文件        768  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\Figure1_5.m

     文件       1254  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\Figure1_8.m

     文件        193  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\matplot.m

     文件      26834  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\prince.wav

     文件       4042  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter1\tot30.mat

     文件        537  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\Figure2_11.m

     文件        745  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\Figure2_15.m

     文件       1072  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\Figure2_16.m

     文件       1096  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\Figure2_17.m

     文件       1193  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\Figure2_18.m

     文件       1906  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\Figure2_19and20.m

     文件        978  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\Figure2_9.m

     文件        193  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter2\matplot2.m

     文件        924  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter3\Figure3_10.m

     文件       1024  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter3\Figure3_11.m

     文件       2300  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter3\Figure3_14.m

     文件       1281  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter3\Figure3_16.m

     文件       2538  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter3\Figure3_8.m

     文件        477  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter3\Figure3_9.m

     文件        193  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter3\matplot2.m

     文件       1645  2013-03-01 11:15  [BOOK]ISAR Imaging With MATLAB Algorithms\Chapter4\airbusteta80_2_xyout.mat

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

评论

共有 条评论