代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/476296/6765185

m rbf.m

%RBF Radial Basis Function algorithm % % 'ifile.mat' - input file containing: % Nr - members of ensemble % dim - iterations % Nneur - number of neurons % Sx - standard deviation
www.eeworm.com/read/476296/6765188

m lms5.m

%LMS5 Problem 2.1 % % 'ifile.mat' - input file containing: % K - iterations % H - FIR channel % Neq - equalizer order % sigman - standard deviation of noise at channel ou
www.eeworm.com/read/476296/6765191

m sfrls2.m

%SFRLS2 Problem 1.1.1.2.7 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % a1 - coefficient of input AR process % sigmax - standard d
www.eeworm.com/read/475897/6768453

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/475765/6777757

dir p6_23.dir

p6_23 Input exponent exp(at), a = 1 a = 1 Input coefficient b*exp(at), b = 1 b = 1 Initial time for equation = 0 t0 = 0 Final time= 10 tf = 10 [y(0) Dy(0)]
www.eeworm.com/read/474577/6812636

m eeg_seg.m

function wc=eeg_seg(x,fs) % function wc=eeg_seg(x,fs) % makes segmentation of eeg signal based % on the ceneter frequency of each segment. % The function uses an adaptive bandpass filter; % the
www.eeworm.com/read/471358/6890721

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/295595/8150979

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/295595/8150985

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/295438/8162280

cpp filter.cpp

/************************************************************/ /* */ /* Copley Motion Libraries */ /*