代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/145776/12703127
m rls3.m
%RLS3 Problem 1.1.1.2.3
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% a1 - coefficient of input AR process
% sigmax - standard dev
www.eeworm.com/read/145776/12703134
m vrls.m
%VRLS Volterra 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/145776/12703145
m rls1.m
%RLS1 Problem 1.1.1.1.1.2
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% sigmax - standard deviation of input
% Wo - coefficient ve
www.eeworm.com/read/145776/12703161
m rls4.m
%RLS4 Problem 1.1.2.2
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% sigmax - standard deviation of input
% lambdaW, sigmaW - param
www.eeworm.com/read/145776/12703167
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/145776/12703176
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/145776/12703182
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/246805/12703615
m ref_coef.m
function [rh,rv,ph,pv] = ref_coef (epsp,epspp)
eps = epsp - i * epspp; %65.0-30.7i;
psi = 0:0.1:90;
psirad = psi.*(pi/180.);
arg1 = eps-(cos(psirad).^2);
arg2 = sqrt(arg1);
arg3 = sin(psirad);
www.eeworm.com/read/145526/12716936
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/245849/12777603
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