代码搜索结果
找到约 2,356 项符合
Measurement 的代码
ex7-1_correlated.m
function Correlated(M, MFilter)
% Kalman filter simulation using correlated process and measurement noise.
% This illustrates the improvement in filter results that can be attained
% when the cor
contents.m
% Measurement and simulation data for the 2D EIT Package
%
% Real measurements on a "2D tank"
%
% bubble1.dat, bubble2.dat, bubble3.dat, bubble4.dat
%
% Precomputed mesh data
%
% meshdata.ma
mom_for_antenna.m
% MOM_for_Antenna.m
% 本函数用于实现用矩量法和海伦积分方程球解对称天线电流分布
%
% wave_length_value 波长
% measurement 物体电尺寸
% v0 电压常数
% count_point 待求点数
% range 求解的天线归一化长度
% a 导体半径
% k 波数
% l 天线长度
% ste
untitled2.m
n=3; %number of state
q=0.1; %std of process
r=0.1; %std of measurement
Q=q^2*eye(n); % covariance of process
R=r^2; % covariance of measurement
f=@(x)[x(2);x(3);0.05*x(1)*(x
kf_lhood.m
%KF_LHOOD Kalman Filter measurement likelihood
%
% Syntax:
% LH = KF_LHOOD(X,P,Y,H,R)
%
% In:
% X - Nx1 state mean
% P - NxN state covariance
% Y - Dx1 measurement vector.
% H - Me
ekf_sine_h.m
% Measurement model function for the random sine signal demo
% Copyright (C) 2007 Jouni Hartikainen
%
% This software is distributed under the GNU General Public
% Licence (version 2 or later); plea
ekf_sine_dh_dx.m
% Jacobian of the measurement model function in the random sine signal demo
% Copyright (C) 2007 Jouni Hartikainen
%
% This software is distributed under the GNU General Public
% Licence (version 2
ekf_sine_d2h_dx2.m
% Hessian of the measurement model function in the random sine signal demo
% Copyright (C) 2007 Jouni Hartikainen
%
% This software is distributed under the GNU General Public
% Licence (version 2 o
reentry_h.m
% Measurement model function for reentry demo.
%
% Copyright (C) 2005-2006 Simo S鋜kk
reentry_dh_dx.m
% Jacobian of the measurement model function in reentry demo.
%
% Copyright (C) 2005-2006 Simo S鋜kk