資源簡介
雷達線性調頻波形的MATLAB仿真演示及其匹配濾波所需的脈沖壓縮的MATLAB仿真,并富含了多普勒頻移與時間膨脹因素對脈沖壓縮的影響的MATLAB仿真

代碼片段和文件信息
%?use?this?program?to?reproduce?Fig.?3.17?of?text
clear?all
close?all
nscat?=?1;
scat_range?=?912;
scat_rcs?=?10;
n?=64;
deltaf?=?10e6;
prf?=?10e3;
v?=?15;
rnote?=?900
winid?=?1;
count?=?0;
for?time?=?0:.05:3
????count?=?count?+1;
????hl?=?hrr_profile?(nscat?scat_range?scat_rcs?n?deltaf?prf?v?rnotewinid);
????array(count:)?=?transpose(hl);
????hl(1:end)?=?0;
????scat_range?=??scat_range?-?2?*?n?*?v?/?prf;
end
figure?(1)
?numb?=?2*256;%?this?number?matches?that?used?in?hrr_profile.?
?delx_meter?=?15?/?numb;
?xmeter?=?0:delx_meter:15-delx_meter;
?imagesc(xmeter?0:0.05:4array)
?colormap(gray)
ylabel?(‘Time?in?seconds‘)
xlabel(‘Relative?distance?in?meters‘)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????702??2003-05-29?08:50??chap3\fig3_17.m
?????文件????????338??2003-06-17?14:49??chap3\fig3_7.m
?????文件???????1190??2018-03-13?15:32??chap3\fig3_8.m
?????文件????????357??2003-05-28?15:32??chap3\fig3_8a.m
?????文件????????368??2003-06-04?17:40??chap3\fig3_8_v1.m
?????文件?????????53??1999-10-21?18:52??chap3\fresnelc.m
?????文件?????????53??1999-10-21?18:52??chap3\fresnels.m
?????文件???????2621??2003-05-28?16:39??chap3\hrr_profile.m
?????文件???????1266??2003-06-25?17:32??chap3\LFM.m
?????文件??????14400??2003-06-13?15:23??chap3\LFM_gui.fig
?????文件???????3938??2003-06-04?16:57??chap3\LFM_gui.m
?????目錄??????????0??2018-03-10?17:32??chap3
-----------?---------??----------?-----??----
????????????????25286????????????????????12
- 上一篇:小波包分解程序
- 下一篇:雷達檢測相關MATLAB源碼
評論
共有 條評論