静止目标回波检测.docxVIP

  • 7
  • 0
  • 约 3页
  • 2018-05-25 发布于浙江
  • 举报
静止目标回波检测

function [] = Target_Detection(nscat,scat_range) T=10e-6;? ? B=25.6e6;? ?? Rmax=max(scat_range);??%scat_range是点到雷达的距离数组(把雷达看做很多点) Rmin=min(scat_range);? rrec=Rmax-Rmin;? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% eps = 1.0e-16; %精度 % time Bandwidth product time_B_product = B * T; if(time_B_product 5 ) ? ? fprintf(******Time Bandwidth product is TOO SMALL *****) ? ? fprintf(\n Change B and or T) ??return end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % speed of light c = 3.e8;? % number of samples n = fix(4 * T * B); % initialize replica vectors replica(1:

文档评论(0)

1亿VIP精品文档

相关文档