clutterrcsgui.m
上传用户:szahd2008
上传日期:2020-09-25
资源大小:1275k
文件大小:0k
源码类别:

传真(Fax)编程

开发平台:

Matlab

  1. if (Rmin == Rmax)
  2.     clear range;
  3.     range = Rmin;
  4. else
  5.     range = linspace(Rmin,Rmax, 300);
  6. end
  7. [sigmaC,CNR] = clutter_rcs(sigma0, thetaE, thetaA, SL, range, hr, ht, pt, f0, b, t0, f, l,ant_id);