代码搜索结果
找到约 2,356 项符合
Measurement 的代码
hfun.m
function [y] = hfun(x);
% PURPOSE : Measurement model function .
% INPUTS : - x: Hidden state
% : - u: control vector
% - n: Measurement noise
% - t: time index or i
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
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
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_ireative.m
%
% 2007.4.1
clc;
clear;
n=4; % the number of base stations
m=100; % the number of measurements
delta=60; % variance of measurement noise
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
initialvalues.java
//: c04:InitialValues.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Shows default initial values.
class Measurement {
file_id.diz
CPU Usage Measurement routines for Delphi and C++ Builder
Compatible with Windows 95/98/NT/2000
Version: 1.02
Creation: Jul 8, 2000
Author: Alexey A. Dynnikov
EMail: