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

  • 28
  • 0
  • 约1.19万字
  • 约 7页
  • 2017-01-09 发布于重庆
  • 举报
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 Pu

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档