代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/156810/11762634

m alpha.m

function ret=alpha(rebxn,pw,cw,m) %rebxn=reverse permittivity in half cell %pw=pixel width %cw=cell width %m=order index of Fourier coefficient t=size(rebxn); M=max(t); t0=pi*m*pw/cw; if t0==0
www.eeworm.com/read/259565/11782096

m s_exp_scaling.m

function [seismic,aux]=s_exp_scaling(seismic,varargin) % Function applies an exponential scale factor to each trace of "seismic'. % s(t) ==> exp(-c*t)*s(t) % % Written by: E. R.: January 9, 2004 % Las
www.eeworm.com/read/156653/11786510

m ladrfilt.m

function [y] = ladrfilt(K,C,x) % LATTICE/LADDER form realization of IIR filters % ---------------------------------------------- % [y] = ladrfilt(K,C,x) % y = output sequence % K = LATTICE (reflection
www.eeworm.com/read/156653/11786576

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) coeffic
www.eeworm.com/read/156528/11794908

asv nomax.asv

function [ys,W] = NoMax(x) %最大信噪比盲源分离算法 %输入:混合信号x %输出:分离信号ys,分离矩阵W %preprocess %tic; x=baihua(x); %%%%%%%moving average coefficient%%%%%%%%%%%% p=80; a=ones(1,p)/p; x=x'; S=filter(a,1,x);
www.eeworm.com/read/156528/11794996

m test.m

function [y,PI]=test() %preprocess load wtwo; A=randn(2); x=A*s; x=baihua(x); %%%%%%%moving average coefficient%%%%%%%%%%%% x=x'; for p=2:500 tic; a=ones(1,p)/p; S=filter(a,1,x); %comp
www.eeworm.com/read/345167/11834244

cpp polyvaluetwodim.cpp

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

cpp rootnewtonhilldown.cpp

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

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/258606/11850762

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