代码搜索:Approximation

找到约 1,542 项符合「Approximation」的源代码

代码结果 1,542
www.eeworm.com/read/198947/7903090

m hankelize.m

%HANKELIZE low-rank Hankel approximation % out = hankelize(Input, M, converge) returns the matrix with Hankel % structure and approximately low rank. % % Input is the input matrix. M is the number o
www.eeworm.com/read/197565/7985936

m cp0901_muiber_2pam.m

% % Function 9.4 : "cp0901_MUIBER_2PAM" % % Evaluates the theoretical probability of error % for a 2PAM system in AWGN channels under the % Standard Gaussian Approximation % % 'ebn0' is a v
www.eeworm.com/read/245849/12778063

m quad2.m

function ci = quad2(y,x) % Function computes the numerical approximation to the definite % integral y dx (corresponding to sum) % x abscissas % y ordinates % If only one input argument is gi
www.eeworm.com/read/140697/13066898

m alg041.m

% SIMPSON'S COMPOSITE ALGORITHM 4.1 % % To approximate I = integral ( ( f(x) dx ) ) from a to b: % % INPUT: endpoints a, b; even positive integer n. % % OUTPUT: approximation XI to I.
www.eeworm.com/read/140697/13067100

m alg041.m

% SIMPSON'S COMPOSITE ALGORITHM 4.1 % % To approximate I = integral ( ( f(x) dx ) ) from a to b: % % INPUT: endpoints a, b; even positive integer n. % % OUTPUT: approximation XI to I.
www.eeworm.com/read/240990/13180537

m cp0901_muiber_2pam.m

% % Function 9.4 : "cp0901_MUIBER_2PAM" % % Evaluates the theoretical probability of error % for a 2PAM system in AWGN channels under the % Standard Gaussian Approximation % % 'ebn0' is a v
www.eeworm.com/read/325773/13185764

m cp0901_muiber_2pam.m

% % Function 9.4 : "cp0901_MUIBER_2PAM" % % Evaluates the theoretical probability of error % for a 2PAM system in AWGN channels under the % Standard Gaussian Approximation % % 'ebn0' is a v
www.eeworm.com/read/315751/13536821

m king.m

% king.m - King's 3-term sinusoidal approximation % % Usage: A = king(L,a) % % L = antenna length in wavelengths % a = antenna radius % % A = coefficients of the sinusoidal terms, A = [A1,A2,
www.eeworm.com/read/303512/13813886

m king.m

% king.m - King's 3-term sinusoidal approximation % % Usage: A = king(L,a) % % L = antenna length in wavelengths % a = antenna radius % % A = coefficients of the sinusoidal terms, A = [A1,A2,
www.eeworm.com/read/125819/6021064

c bug-221220.c

/* bug-221220.c Or an approximation there of. */ #include typedef struct { int filler; int value; } TESTSTRUCT; static void incrementValue(TESTSTRUCT *ps) { ps->value++; }