- 31
- 0
- 约1.19万字
- 约 7页
- 2017-01-09 发布于重庆
- 举报
Matlab雷达回波数据模拟.
clear, hold offformat compactJ = 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, secondsW = 10e6;????? % chirp bandwidth, Hzfs = 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 arrayplot((1e6/fs)*(0:length(s)-1),[real(s) imag(s)])title(Real and Imaginary Parts of Chirp Pu
原创力文档

文档评论(0)