代码搜索:Q-Function
找到约 143 项符合「Q-Function」的源代码
代码结果 143
www.eeworm.com/read/364310/9912866
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/356723/10222182
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(4.16). It uses the approximation in Eq.s (4.17) and (4.18)
if (x >= 0)
denom = 0.661 * x + 0.33
www.eeworm.com/read/356183/10235457
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/467764/7000992
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(4.16). It uses the approximation in Eq.s (4.17) and (4.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/458257/7300323
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/435547/7790725
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/297942/7985056
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(4.16). It uses the approximation in Eq.s (4.17) and (4.18)
if (x >= 0)
denom = 0.661 * x + 0.33
www.eeworm.com/read/297846/7992645
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/246805/12704060
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(4.16). It uses the approximation in Eq.s (4.17) and (4.18)
if (x >= 0)
denom = 0.661 * x + 0.33
www.eeworm.com/read/238965/13312695
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339