資源簡介
Inverse Synthetic Aperture Radar Imaging With MATLAB Algorithms(逆合成孔徑成像MATLAB算法)配書源代碼,可用于學(xué)習(xí)和理解ISAR的基本算法和實(shí)現(xiàn)過程。

代碼片段和文件信息
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個文件信息
評論
共有 條評論