代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/211981/15168820

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/209599/15216911

java agentvariants.java

package asm; /** * Title: Artificial Stock Market * Description: 人工模拟股市(来源:SFI的Swarm版本)的Java版本 * Copyright: Copyright (c) 2003 * Company: http://agents.yeah.net * @author jake *
www.eeworm.com/read/207834/15260650

java polynomial.java

/*多项式加法,用链表实现 *Write by zhangyi 2006-10*/ public class Polynomial{ private List terms=new List(); /*插入一个节点,插入时通过比较使节点按降序排列*/ public void insertTerm(int coef,int exp){ List itr=terms; whi
www.eeworm.com/read/206276/15297224

m chap9_2f.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/205695/15309671

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/167728/5454610

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/476296/6765141

m lms1.m

%LMS1 Problem 1.1.1.1.1.1 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % Wo - coefficient ve
www.eeworm.com/read/476296/6765143

m brls.m

%BRLS Bilinear RLS algorithm % % 'ifile.mat' - input file containing: % Nr - members of ensemble % dim - iterations % Sx - standard deviation of input % Sn - standard deviation
www.eeworm.com/read/476296/6765145

m lms2.m

%LMS2 Problem 1.1.1.1.2.1 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % Wo - coefficient ve
www.eeworm.com/read/476296/6765147

m sfrls3.m

%SFRLS3 Problem 2.3 % % 'ifile.mat' - input file containing: % K - iterations % H - FIR channel % Neq - equalizer order % sigman - standard deviation of measurement noise