代码搜索结果

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

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

ex28 - temp measurement.bs2

' {$STAMP BS2} ' ============================================================================== ' ' File...... Ex28 - DS1620.BS2 ' Purpose... Temperature measurement ' Author.... Parallax ' E-ma

measurement.cpp

/*************************************************************************** * Copyright (C) 2006 by Norbert Szabo * * nszabo@helta.hu

measurement.h

/*************************************************************************** * Copyright (C) 2006 by Norbert Szabo * * nszabo@helta.hu

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

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

useralg_pre.m

function q = useralg_pre(X) % This is a sparseness measurement algorithm defined by the user. % X: Observations % q: result

expvol.m

function h=ExpVol(asset,lambda) % The RiskMetrics approach to volatility measurement using exponential % forecast % asset is array of asset prices (generally daily close) % Calculate asset retu

ukf_bshfun.m

function [y] = ukf_bshfun(x,u,n,t); % PURPOSE : Measurement model function for UKF % INPUTS : - x: The evaluation point in the domain. % : - u: exogenous inputs % : - n: measureme

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