代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/297846/7992409

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/297846/7992440

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/197258/8008964

m qchipr2.m

function P=Qchipr2(nu,lambda,x,epsilon) % % This program computes the right-tail probability % of a central or noncentral chi-squared PDF. % % Input Parameters: % % nu = Degrees of fre
www.eeworm.com/read/197258/8008967

m q.m

% Q.m % function y=Q(x) % This program computes the right-tail probability % (complementary cumulative distribution function) for % a N(0,1) random variable. % % Input Parameters: % % x -
www.eeworm.com/read/246805/12703968

m pd_swerling4.m

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

m pd_swerling2.m

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

m pd_swerling1.m

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

m pd_swerling3.m

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

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/238965/13312253

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;