• 大小: 1KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-02
  • 语言: Matlab
  • 标签: cfar  matlab  杂波  

资源简介

CFAR的MATLAB程序实现 将目标和杂波有效的分开

资源截图

代码片段和文件信息

function T = calcCFARthreshold(nTest nRef thePFA)
% calculates classical radar CFAR threshold for 0-mean AWGN
%
% classical Neyman-Pearson detection threshold for radar detection
% under additive Gaussian white noise criterion and specifid false alarm
% probability.
%
% the threshold T is calculated such that under the noise-only condition
%
% prob(Ptest > T * Pref) <= pfa                        Eq(1)
%
% where Ptest is the sum of normed-squares of the nTest cells
%       Pref  is the sum of normed-squares of the nRef cells
%       pfa is the required maximum type-I (aka false alarm prob) error
%
%
% inputs: nTest  - the number of noise-only test cells
%         nRef   - the number of noise-only reference cells
%         thePfA - maximum probability such that 
%       

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3075  2009-04-08 21:12  calcCFARthreshold.m

----------- ---------  ---------- -----  ----

                 3075                    1


评论

共有 条评论