代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/424281/10474841

todo

The following would also be nice additions to the multifit function suite (see MS Excel regression output for example): 1. Produce the correlation coefficient (r) and other statistics. 2. Allow fit v
www.eeworm.com/read/160243/10551462

m exa050904_latcfilt.m

% ------------------------------------------------------------------------------ % exa050904_latcfilt.m , for example 5.9.4 %to test latcfilt.m and to realize filtering with LATTICE coefficient. %
www.eeworm.com/read/352044/10585774

cpp polyvaluetwodim.cpp

//PolyValueTwoDim.cpp 二维实(复)多项式求值示例 #include //输入输出流头文件 #include //多项式及连分式头文件 using namespace std; //名字空间 //求多项式p(x,y)在多点处的函数值 void main(void) { cout
www.eeworm.com/read/352044/10585949

cpp rootnewtonhilldown.cpp

//RootNewtonHillDown.cpp //牛顿下山法求解代数方程全部根(实根和复根) #include //输入输出流头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using namespace std; //名字空间 void main(void) { int i, i
www.eeworm.com/read/351797/10609923

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/422708/10618699

cpp polyvaluetwodim.cpp

//PolyValueTwoDim.cpp 二维实(复)多项式求值示例 #include //输入输出流头文件 #include //多项式及连分式头文件 using namespace std; //名字空间 //求多项式p(x,y)在多点处的函数值 void main(void) { cout
www.eeworm.com/read/159601/10636496

m coef2b.m

function [b]=coef2b(coefs,thsize); % % [b]=coef2b(coefs,thsize); % % Converts a coefficient string into a bias % vector % % b = returned bias vector % coefs = coefficient string % thsize = nu
www.eeworm.com/read/351309/10659197

m epsilonfromtaufs.m

function y=EpslionFromTauFS(tau, fs) % EpsilonFromTauFS - Find first order filter coefficient % as a function of time constant (tau) and sample rate (fs) % (c) 1998 Interval Research Corporation y=
www.eeworm.com/read/421949/10675884

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/350857/10705752

m exa050904_latcfilt.m

% ------------------------------------------------------------------------------ % exa050904_latcfilt.m , for example 5.9.4 %to test latcfilt.m and to realize filtering with LATTICE coefficient. %