Matlab雷达回波数据模拟..doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Matlab雷达回波数据模拟.

clear, hold off format compact J = sqrt(-1); close all% Get root file name for saving resultsfile=input(Enter root file name for data and listing files: ,s); % form radar chirp pulseT = 10e-6;???? % pulse length, seconds W = 10e6;????? % chirp bandwidth, Hz fs = 12e6;???? % chirp sampling rate, Hz; oversample by a littlefprintf(\nPulse length = %g microseconds\n,T/1e-6) fprintf(Chirp bandwidth = %g Mhz\n,W/1e6) fprintf(Sampling rate = %g Msamples/sec\n,fs/1e6) s = git_chirp(T,W,fs/W); %? 120-by-1 array plot((1e6/fs)*(0:length(s)-1),[real(s) imag(s)]) title(Real and Imaginary Parts of Chirp Pulse) xlabel(time (usec)) ylabel(amplitude) gridNp = 20;????????????? % 20 pulses jkl = 0:(Np-1);?????? % pulse index array, 慢时间采样的序列,注意第一个PRI标记为0是为了慢时间起始时刻从零开始 PRF = 10.0e3;???????? % PRF in Hz PRI = (1/PRF);??????? % PRI in sec T_0 = PRI*jkl;??????? % relative start times of pulses, in sec g = ones(1,Np);?????? % gains of pulses T_out = [12 40]*1e-6; % start and end times of range window in sec, 这个就是接收窗的时间宽度Trec T_ref = 0;??????????? % system reference time in usec, T_ref = 0指T_0=0时,r_at_T_0 = ri ;当T_0 ~= 0时,r_at_T_0 = ri - vi*T_0(j)fc = 10e9;??????????? % RF frequency in Hz; 10 GHz is X-bandfprintf(\nWe are simulating %g pulses at an RF of %g GHz,Np,fc/1e9) fprintf(\nand a PRF of %g kHz, giving a PRI of %g usec.,PRF/1e3,PRI/1e-6) fprintf(\nThe range window limits are %g to %g usec.\n, ... ??? T_out(1)/1e-6,T_out(2)/1e-6)% Compute unambiguous Doppler interval in m/sec % Compute unambiguous range interval in metersvua = 3e8*PRF/(2*fc); %第一盲速 rmin = 3e8*T_out(1)/2; rmax = 3e8*T_out(2)/2; rua = 3e8/2/PRF;fprintf(\nThe unambiguous velocity interval is %g m/s.,vua) fprintf(\nThe range window starts at %g km.,rmin/1e3) fprintf(\nThe range window ends at %g km.,rmax/1e3) fprintf(\nThe unambiguous range interval is %g km.\n\n,rua/1e3)% Define number of targets, then range, SNR, and % radial velocity of each.? The SNR will be the actual SNR of the target in % the final data; it will no

文档评论(0)

kaiss + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档