代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/463748/7175958

m bdt_f533.m

% MATLAB script that generates the probability of error versus the signal to noise ratio. initial_snr=0; final_snr=12; snr_step=0.75; tolerance=eps; % Tolerance used for the integration
www.eeworm.com/read/458257/7300296

m pd_swerling4.m

function pd = pd_swerling4 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 4 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;
www.eeworm.com/read/458257/7300301

m pd_swerling2.m

function pd = pd_swerling2 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 2 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;
www.eeworm.com/read/458257/7300305

m pd_swerling1.m

function pd = pd_swerling1 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 1 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;
www.eeworm.com/read/458257/7300308

m pd_swerling3.m

function pd = pd_swerling3 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 2 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;
www.eeworm.com/read/447973/7542819

m offdiagonaltranp.m

%%% DynaEst 3.032 10/22/2000 % Copyright (c) 2000 Yaakov Bar-Shalom % % OffDiagonalTranP, input the off diagonal coefficient of Transition Probability if exist('h_HeadTitle1') if ishandle(h_
www.eeworm.com/read/447973/7542850

m nextproc4.m

%%% DynaEst 3.032 10/22/2000 % Copyright (c) 2000 Yaakov Bar-Shalom % % NextProc4 , Steps for the sojourn time and trans probability of the adjusted IMM switch StepNumber case 550,%Transit
www.eeworm.com/read/445831/7589507

m bdt_f533.m

% MATLAB script that generates the probability of error versus the signal to noise ratio. initial_snr=0; final_snr=12; snr_step=0.75; tolerance=eps; % Tolerance used for the integration
www.eeworm.com/read/444115/7617888

h monster.h

/** * File : Monster.h * Author : Kevin Lynx * Date : 2007/7/31 */ #ifndef _MONSTER_H_ #define _MONSTER_H_ #include "Sprite.h" /** * the probability for creating bullets (monsters)
www.eeworm.com/read/439811/7701525

m bdt_f533.m

% MATLAB script that generates the probability of error versus the signal to noise ratio. initial_snr=0; final_snr=12; snr_step=0.75; tolerance=eps; % Tolerance used for the integration