代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/465793/7046114
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/465793/7046126
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/103075/7087383
c g_update.c
/* NNFS: Non-Networked File System.
* Copyright (C) 1995-2001 Thierry EXCOFFIER (exco@ligim.univ-lyon1.fr)
*
* This program is free software; you can redistribute it and/or modify
* i
www.eeworm.com/read/103075/7087409
h g_update.h
/* NNFS: Non-Networked File System.
* Copyright (C) 1995-1998 Thierry EXCOFFIER (exco@ligim.univ-lyon1.fr)
*
* This program is free software; you can redistribute it and/or modify
* i