代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/264420/11315679

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/263516/11359115

m costs.m

function [Csa,Csb,Csc,Dsa,Dsb,Dsc] = costs(a) global Settings MVA = Settings.mva; Csa = a.con(:,7)/MVA; Csb = a.con(:,8); Csc = MVA*a.con(:,9); Dsa = a.con(:,10)/MVA; Dsb = a.con(:,11);
www.eeworm.com/read/407580/11414591

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/406848/11434095

properties functions_fr.properties

# The function names in French abs=ABS absref=REFABS acos=ACOS acosh=ACOSH address=ADRESSE and=ET areas=ZONES argument=ARGUMENT asc=ASC asin=ASIN asinh=ASINH atan=ATAN atan2=ATAN2 atan
www.eeworm.com/read/405427/11462747

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/405260/11467432

java linearfunction.java

/* *@(#)LinearFunction.java 2.0 2005/05/14 * *清华大学 精密仪器与机械学系 *范灿升 fancansheng@163.com */ package function; import function.Function; /** *实现{@link function.Function}接口的类,函数的关系为线性关
www.eeworm.com/read/405260/11467461

java polynomialfunction.java

/* *@(#)PolynomialFunction.java 2.0 2005/05/19 * *清华大学 精密仪器与机械学系 *范灿升 fancansheng@163.com */ package function; import function.Function; /** *实现{@link function.Function}接口的类,函数的关系
www.eeworm.com/read/405217/11468625

m binomialxfrmrbw.m

% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer % % [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth % of an N section binomial trans
www.eeworm.com/read/402842/11527082

m compress.m

function [c, err] = compress(a, ratio) % COMPRESS Compress an array % % [c, err] = compress(a, ratio) % % The "compression" is achieved by zero-out 100*ratio percent of array % element with smal
www.eeworm.com/read/402094/11543207

m argamse.m

function phi = argamse(gamma,a,L); % generates L samples of an ARMA spectral density function phi % from the ARMA coefficients. % % phi = argamse(gamma,a,L); % gamma -> the spectral density nu