代码搜索:corresponding

找到约 4,250 项符合「corresponding」的源代码

代码结果 4,250
www.eeworm.com/read/138798/13211991

m netinit.m

function net = netinit(net, prior) %NETINIT Initialise the weights in a network. % % Description % % NET = NETINIT(NET, PRIOR) takes a network data structure NET and sets % the weights and biase
www.eeworm.com/read/138798/13212105

m netunpak.m

function net = netunpak(net, w) %NETUNPAK Separates weights vector into weight and bias matrices. % % Description % NET = NETUNPAK(NET, W) takes an net network data structure NET and a % weight
www.eeworm.com/read/138798/13212416

m mlpprior.m

function prior = mlpprior(nin, nhidden, nout, aw1, ab1, aw2, ab2) %MLPPRIOR Create Gaussian prior for mlp. % % Description % PRIOR = MLPPRIOR(NIN, NHIDDEN, NOUT, AW1, AB1, AW2, AB2) generates a
www.eeworm.com/read/138638/13227588

h addrlist.h

/* ** Declarations for the address list module. */ /* ** Data characteristics ** ** Maximum lengths of the various data (includes space for the ** terminating NUL byte), and maximum number of
www.eeworm.com/read/138087/13265524

html no.html

no
www.eeworm.com/read/324055/13293144

m analytic.m

function z=analytic(x) % z=analytic(x) %ANALYTIC Returns the analytic signal corresponding to signal x. % z=hilbert(x);
www.eeworm.com/read/137023/13347375

3 kbde.3

.\" Copyright 1998-2004 Valery Reznic (valery_reznic@users.sourceforge.net) .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and th
www.eeworm.com/read/136697/13365292

m match.m

function A=match(X,xi,setlib) % A=match(X,xi,setlib) % % The function is realizing the fuzzification. % For a given "crisp" input value xi, this function uses a % binary unit vector of the same leng
www.eeworm.com/read/321160/13411442

txt readme.txt

MATLAB files for Contemporary Communication Systems with MATLAB ============================================== John G. P
www.eeworm.com/read/321160/13411506

m analytic.m

function z=analytic(x) % z=analytic(x) %ANALYTIC Returns the analytic signal corresponding to signal x. % z=hilbert(x);