资源简介
Ö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个文件信息
相关资源
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
- k近邻算法matlab实现
评论
共有 条评论