代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/333209/7154830
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/412926/7217246
swf update1.swf
www.eeworm.com/read/461264/7230835
pro update_distort.pro
pro update_distort, distort, xcoeff, ycoeff
;+
; NAME:
; UPDATE_DISTORT
; PURPOSE:
; Update SIP nonlinear distortion coefficients for a linear transformation
; EXPLANATION:
; The SIP coeffici
www.eeworm.com/read/461236/7231462
m update_inductors.m
% updating electric field components
% associated with the inductors
for ind = 1:number_of_inductors
fi = inductors(ind).field_indices;
switch (inductors(ind).direction(1))
case 'x