代码搜索结果

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

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

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

ukf_hfun.m

function [y] = ukf_hfun(x,u,n,t); % PURPOSE : Measurement model function fpr UKF. % INPUTS : - x: Hidden state % : - u: control vector % - n: Measurement noise % - t

ukf_bshfun.m

%/upf_demos/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

bshfun.m

%/upf_demos/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.

hfun.m

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

ukf_hfun.m

%/upf_demos/ukf_hfun.m function [y] = ukf_hfun(x,u,n,t); % PURPOSE : Measurement model function fpr UKF. % INPUTS : - x: Hidden state % : - u: control vector % - n: Measur

l_gu.m

function units=l_gu(wlog,mnem) % Get units of measurement of curve with mnemonic "mnem" from log data set "wlog" % If S4M.case_sensitive is set to false, the case of the curve mnemonic is disregarded.

mesg.m

%MESG Display progress information. % MESG subroutine displays progress status when performing MIMO system % performance measurement. Therefore it makes no sense to run this % routine alone.

useralg_pre.m

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