代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/377948/9256277
m nnd11fa.m
function nnd11fa(cmd,arg1)
%NND11FA Function approximation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==============================
www.eeworm.com/read/181178/9268364
htm chap37.htm
Intro to Algorithms: CHAPTER 37: APPROXIMATION ALGORITHMS
www.eeworm.com/read/180268/9314114
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/371473/9552596
m temcon.m
function II = temcon()
% Temcon Simulate an BF image using the partial coherent imaging model (weak phase object approximation)
% calls ctemconvolution.m, tempot.m
%
% started 07-Jul-06
%
cl
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/361257/10062667
m nnd11fa.m
function nnd11fa(cmd,arg1)
%NND11FA Function approximation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==============================
www.eeworm.com/read/163913/10140070
m disfrft.m
function y=Disfrft(f,a,p)
% Computes discrete fractional Fourier transform
% of order a of vector x
% p (optional) is order of approximation, default N/2
N = length(f); even = ~rem(N,2);
shft = r
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/351010/10688252
m nnd11fa.m
function nnd11fa(cmd,arg1)
%NND11FA Function approximation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==============================