代码搜索:CFAR

找到约 105 项符合「CFAR」的源代码

代码结果 105
www.eeworm.com/read/443020/7639342

m cfar.m

function y=CFAR(x) %作恒虚警处理 %%%%%%%%%%%%%%%%%%%%%%% n=length(x); for i=1:n if(x(i)>=10^3) y(i)=x(i); else y(i)=0; end end w=y(:); i=1:length(w); plot(i,w);
www.eeworm.com/read/443020/7639371

asv cfar.asv

function y=CFAR(x) %作恒虚警处理 %%%%%%%%%%%%%%%%%%%%%%% n=length(x); for i=1:n if
www.eeworm.com/read/443020/7639391

jpg cfar.jpg

www.eeworm.com/read/299682/7839474

m cfar.m

function y=CFAR(x) %作恒虚警处理 %%%%%%%%%%%%%%%%%%%%%%% n=length(x); for i=1:n if(x(i)>=10^3) y(i)=x(i); else y(i)=0; end end w=y(:); i=1:length(w); plot(i,w);
www.eeworm.com/read/299682/7839533

asv cfar.asv

function y=CFAR(x) %作恒虚警处理 %%%%%%%%%%%%%%%%%%%%%%% n=length(x); for i=1:n if
www.eeworm.com/read/299682/7839564

jpg cfar.jpg

www.eeworm.com/read/140163/13101343

c cfar.c

/* cfar.c */ /* Import .o and .a (a.out format) files into a cff archive */ /* Version 2 now incorporates FILE mode, absorbing 'cfin' and 'cfdel' */ /* Copyright 1993, 1995 Norman D. Culver, All Ri
www.eeworm.com/read/140163/13101383

txt cfar.txt

CFAR.TXT Version 2 A .cff archive is maintained with `cfar' which works in a similar manner to ar. The notable difference about .cff archives is their ability to hold multiple libraries and multi
www.eeworm.com/read/291067/6302886

m cfar.m

function [sigOut] = cfar(sigIn) % ***************************************************************************** % * DBT, A Matlab Toolbox for Radar Signal Processing * % (c) FOA 1994-2000. See th
www.eeworm.com/read/488520/6488802

m cfar.m

sigma=2; %锐利分布参数sigma t=1e-3; %杂波时间长度 fs=1e6; %采样率 ts=1/fs; t1=0.05e-3:1/fs:0.2e-3-1/fs; n=length(t1); rand('state',0); u=rand(1,n); rayleigh_noise=sqrt(2*log2(1./u))*sigma; %产生