代码搜索结果

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

hfun.m

function [y] = hfun(x,t); % PURPOSE : Measurement model function. % INPUTS : - x: The evaluation point in the domain. % OUTPUTS : - y: The value of the function at x. % AUTHORS : % DATE : if

puls1.mdl

Model { Name "puls1" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataType

metrics.h

/* -*-C-*- ******************************************************************************** * * File: metrics.h (Formerly metrics.h) * Description: * Author: Mark Seaman, SW Product

hfun.m

function [y] = hfun(x,t); % PURPOSE : Measurement model function. % INPUTS : - x: The evaluation point in the domain. % OUTPUTS : - y: The value of the function at x. % AUTHORS : % DATE : if

boatdemo.m

%demonstration of particle filtering %by Paul Sundvall, KTH Signals sensors and systems 2004 clear,clc,close all %let x be the position of the boat %create a model for the movement of the boat

boatdemo.asv

%demonstration of particle filtering %by Paul Sundvall, KTH Signals sensors and systems 2004 clear,clc,close all %let x be the position of the boat %create a model for the movement of the boat

obsup.m

function [x,P] = obsup[x,P,z,H,R] % % function [x,P] = obsup[x,P,z,H,R] % % Performs Kalman filter observational update of state vector, x % and the associated covriance matrix of estimation unce

bierman.m

function [x,U,D] = bierman(z,R,H,xin,Uin,Din) % % Matlab implementation of the % Bierman ``square root filtering without square roots'' % % From the diskette included with % M. S. Grewal, L. R.

potter.m

function [xout,Cout] = potter(z,R,H,xin,Cin) % % James H. Potter's square root filtering algorithm % for the observational update of a Cholesky factor % of the covariance matrix of state estimatio

obsup.m

function [x,P] = obsup[x,P,z,H,R] % % function [x,P] = obsup[x,P,z,H,R] % % Performs Kalman filter observational update of state vector, x % and the associated covriance matrix of estimation unce