代码搜索结果

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

ek1f.m

function [x,P]=ekf(fstate,x,P,hmeas,z,Q,R) % EKF Extended Kalman Filter for nonlinear dynamic systems % [x, P] = ekf(f,x,P,h,z,Q,R) returns state estimate, x and state covariance, P % for nonlin

ekf.m

function [x,P]=ekf(fstate,x,P,hmeas,z,Q,R) % EKF Extended Kalman Filter for nonlinear dynamic systems % [x, P] = ekf(f,x,P,h,z,Q,R) returns state estimate, x and state covariance, P % for nonlin

constrained_weighted_nlos.asv

clc; clear; n=4; % the number of base stations m=1; % the number of measurements delta=60; % variance of measurement noise % bx(1:n)=0; by(1:5

constrained_weighted_nlos.m

clc; clear; n=4; % the number of base stations m=1; % the number of measurements delta=60; % variance of measurement noise % bx(1:n)=0; by(1:5

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

f35x_adc0_externalinput.c

//----------------------------------------------------------------------------- // F35x_ADC0_ExternalInput.c //----------------------------------------------------------------------------- // Copyr

closepsat.m

% CLOSEPSAT clear all PSAT global variables from workspace % % CLOSEPSAT % % Author: Federico Milano % Date: 22-Feb-2004 % Version: 1.0.0 % % E-mail: fmilano@thunderbox.uwaterloo.ca % Web

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

kalmandef.m

%%% DynaEst 3.032 10/22/2000 % Copyright (c) 2000 Yaakov Bar-Shalom % % KalmanDef, user defined Kalman Filter parameters % Filter Algorithm Type FilterAlgorithmFlag = 1; % 1 stand for ALGORI

initialparameters.m

%%% DynaEst 3.032 12/29/2000 % Copyright (c) 2000 Yaakov Bar-Shalom % % InitialParameters omega = 1 ; %Constant/Initial angular rate kmax = 20; % maximum number of time steps Tmin = 1