代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/163511/10155652
m smooth_update.m
function [xsmooth, Vsmooth, VVsmooth_future] = smooth_update(xsmooth_future, Vsmooth_future, ...
xfilt, Vfilt, Vfilt_future, VVfilt_future, A, Q, B, u)
% One step of the backwards RTS smoothing e
www.eeworm.com/read/163511/10155679
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/163245/10168997
m update_contrast.m
function J=update_contrast(contrast,x,kparam,details,ii,jj);
% UPDATE_CONTRAST - compute the Kernel-ICA contrast function based on
% kernel canonical correlation analysis
www.eeworm.com/read/357508/10207340
c p_update.c
/****************************************************************************
* Copyright (c) 1998,2000 Free Software Foundation, Inc. *
*
www.eeworm.com/read/357508/10208173
c tty_update.c
/****************************************************************************
* Copyright (c) 1998-2003,2004 Free Software Foundation, Inc. *
*
www.eeworm.com/read/357373/10211154
pbl update_multable.pbl
www.eeworm.com/read/355896/10241921
gif sstreet_update.gif
www.eeworm.com/read/355337/10274920
m kf_update.m
%KF_UPDATE Kalman Filter update step
%
% Syntax:
% [X,P,K,IM,IS,LH] = KF_UPDATE(X,P,Y,H,R)
%
% In:
% X - Nx1 mean state estimate after prediction step
% P - NxN state covariance after predictio
www.eeworm.com/read/355337/10274928
m eimm_update.m
%IMM_UPDATE Interacting Multiple Model (IMM) Filter update step
%
% Syntax:
% [X_i,P_i,MU,X,P] = IMM_UPDATE(X_p,P_p,c_j,ind,dims,Y,H,h,R,param)
%
% In:
% X_p - Cell array containing N^j x 1 mean