代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/262186/11602501

m svmclasslib.m

function [xsup,w,b]=svmclasslib(x,y,C,lambda,kernel,kerneloption,verbose,span) % USAGE % % [xsup,w,b]=svmclasslib(x,y,C,lambda,kernel,kerneloption) % % simple interface to SVM LIB code for C-
www.eeworm.com/read/262186/11602507

m svmvallib.m

function ypred=svmvallib(x,xsup,w,b,kernel,kerneloption,span) % USAGE % % ypred=svmvallib(x,xsup,w,b,kernel,kerneloption,span) % switch kernel case 'gaussian' kernel
www.eeworm.com/read/158297/11627115

m lfsr.m

function y = lfsr(c,k,n); % This function generates a sequence of n bits produced by the linear feedback % recurrence relation that is governed by the coefficient vector c. % The initial values of the
www.eeworm.com/read/347811/11635053

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/261324/11654794

m aawienernoisecancelor.m

function[d,w,xn]=aawienernoisecancelor(dn,a1,a2,v,M,N) %[en,w,xn]=aawienernoisecancelor(dn,a1,a2,v,M,N);dn=desired signal; %a1=first order IIR coefficient,a2=first order IIR coefficient; %v=noise
www.eeworm.com/read/261324/11654915

m aaleakylms.m

function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M) %function[w,y,e,J,w1]=aaleakylms(x,dn,mu,gama,M) %all signals are real valued;x=input to filter; %y=output from the filter;dn=desired signal; %mu=
www.eeworm.com/read/157294/11721337

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/346772/11723818

m iir滤波器.m

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

m svmclasslib.m

function [xsup,w,b]=svmclasslib(x,y,C,lambda,kernel,kerneloption,verbose,span) % USAGE % % [xsup,w,b]=svmclasslib(x,y,C,lambda,kernel,kerneloption) % % simple interface to SVM LIB code for C-
www.eeworm.com/read/157074/11741416

m svmvallib.m

function ypred=svmvallib(x,xsup,w,b,kernel,kerneloption,span) % USAGE % % ypred=svmvallib(x,xsup,w,b,kernel,kerneloption,span) % switch kernel case 'gaussian' kernel