代码搜索结果

找到约 2,356 项符合 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

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

qrupa.m

% qrupa.m % Scope: This MATLAB macro implements the updating algorithm [1] for Q-R % factorization of the modified measurement matrix when a new %

timetr.m

% timetr.m % Scope: This MATLAB macro computes GPS time of transmission from time of % measurement (reception) for a satellite pseudorange measurement; %

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

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.

add_observation_noise.m

function z= add_observation_noise(z,R, addnoise) %function z= add_observation_noise(z,R, addnoise) % % Add random measurement noise. We assume R is diagonal. if addnoise == 1 len= size(

observe_heading.m

function observe_heading(phi, useheading) %function observe_heading(phi, useheading) % % Perform state update for a given heading measurement, phi, % with fixed measurement noise: sigmaPhi global

add_observation_noise.m

function z= add_observation_noise(z,R, addnoise) %function z= add_observation_noise(z,R, addnoise) % % Add random measurement noise. We assume R is diagonal. if addnoise == 1 len= size(

observe_heading.m

function observe_heading(phi, useheading) %function observe_heading(phi, useheading) % % Perform state update for a given heading measurement, phi, % with fixed measurement noise: sigmaPhi global