• 大小: 7KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: Matlab
  • 标签: 脉冲压缩  

资源简介

雷达线性调频波形的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


评论

共有 条评论