代码搜索结果

找到约 2,425 项符合 Measurement 的代码

ekf_update1.m

%EKF_UPDATE1 1st order Extended Kalman Filter update step % % Syntax: % [M,P,K,MU,S,LH] = EKF_UPDATE1(M,P,Y,H,R,[h,V,param]) % % In: % M - Nx1 mean state estimate after prediction step % P -

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

reentry_dh_dx.m

% Jacobian of the measurement model function in reentry demo. % % Copyright (C) 2005-2006 Simo S鋜kk

ungm_d2h_dx2.m

% Hessian of the measurement model function in UNGM-model. % Copyright (C) 2007 Jouni Hartikainen % % This software is distributed under the GNU General Public % Licence (version 2 or later); please

dosim.m

function S = dosim(T, cda, cdm, cm, sr_scale, sq_scale, stq_C, stq_F, stq_S) % % Run sim of level sensors % % Input: % T: truth struct with fields... % L: actual levels struct w/ fields % L.C (c

treeindex.c

/**************************************************************** * * * Copyright (c) 2001-2007 McObject LLC. All Right Reserved. *

f_calmenu.m

function f_calmenu (plotstr) %F_CALMENU: Set up caliper menu item % % Usage: f_calmenu (plotstr) % % Inputs: % plotstr = callback string to regenerate plot hm_2 = uimenu

ttlogstop.m

% TTLOGSTOP Stop a timing measurement in a user-controlled log. % % Usage: ttLogStop(logID) % % Inputs: % logID The identifier of the user-controlled log. Should be a % number betwe

ttlogstart.m

% TTLOGSTART Start a timing measurement in a user-controlled log. % % Usage: ttLogStart(logID) % % Inputs: % logID The identifier of the user-controlled log. Should be a % number be

bshfun.m

function [y] = bshfun(x,u,t); % PURPOSE : Measurement model function. % INPUTS : - x: The evaluation point in the domain. % OUTPUTS : - y: The value of the function at x. % AUTHORS : Nando de Fre