代码搜索:Approximation

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

代码结果 1,542
www.eeworm.com/read/101557/15826564

m c2dm.m

function [adout,bd,cd,dd] = c2dm(a,b,c,d,Ts,method,w) %C2DM Conversion of continuous LTI systems to discrete-time. % [Ad,Bd,Cd,Dd] = C2DM(A,B,C,D,Ts,'method') converts the continuous- % time state-
www.eeworm.com/read/100431/15873799

c sqrtll.c

/* sqrtl.c * * Square root, long double precision * * * * SYNOPSIS: * * long double x, y, sqrtl(); * * y = sqrtl( x ); * * * * DESCRIPTION: * * Returns the square root of x. *
www.eeworm.com/read/191570/8427479

m example2_3_1.m

load leleccum; %装载信号 s=leleccum(1:3920); ls=length(s); [cA1,cD1]=dwt(s,'db1'); %采用db1基本小波来分解信号 A1=upcoef('a','cA1','db1',1,ls); %第三步中产生的系数cA1和cD1构造第一层的低频和高频(A1和D1)系数 D1=upcoef('d','cD1','db1',1,l
www.eeworm.com/read/386253/8759934

m alg023.m

% NEWTON-RAPHSON ALGORITHM 2.3 % % To find a solution to f(x) = 0 given an % initial approximation p0: % % INPUT: initial approximation p0; tolerance TOL; % maxi
www.eeworm.com/read/386253/8760016

m alg022.m

% FIXED-POINT ALGORITHM 2.2 % % To find a solution to p = g(p) given an % initial approximation p0 % % INPUT: initial approximation p0; tolerance TOL; % maximum number of iterati
www.eeworm.com/read/386253/8760047

m alg026.m

% STEFFENSEN'S ALGORITHM 2.6 % % To find a solution to g(x) = x % given an initial approximation p0: % % INPUT: initial approximation p0; tolerance TOL; % maximum number of ite
www.eeworm.com/read/386253/8760122

m alg023.m

% NEWTON-RAPHSON ALGORITHM 2.3 % % To find a solution to f(x) = 0 given an % initial approximation p0: % % INPUT: initial approximation p0; tolerance TOL; % maxi
www.eeworm.com/read/386253/8760200

m alg022.m

% FIXED-POINT ALGORITHM 2.2 % % To find a solution to p = g(p) given an % initial approximation p0 % % INPUT: initial approximation p0; tolerance TOL; % maximum number of iterati
www.eeworm.com/read/386253/8760212

m alg026.m

% STEFFENSEN'S ALGORITHM 2.6 % % To find a solution to g(x) = x % given an initial approximation p0: % % INPUT: initial approximation p0; tolerance TOL; % maximum number of ite
www.eeworm.com/read/385468/8803802

m ltqnorm.m

function z = ltqnorm(p) %LTQNORM Lower tail quantile for standard normal distribution. % % Z = LTQNORM(P) returns the lower tail quantile for the standard normal % distribution function. I.e., it