代码搜索结果
找到约 2,356 项符合
Measurement 的代码
bot_d2h_dx2.m
% Hessian of the measurement function in BOT-demo.
% Copyright (C) 2007 Jouni Hartikainen
%
% This software is distributed under the GNU General Public
% Licence (version 2 or later); please refer 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
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
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.
airsoundspeed.dat
Measured speed of sound of air, extracted from R.C Hart, R.J. Balla,
and G.C. Herring, "Optical Measurement of the Speed of Sound in Air
Over the Temperature Range 300-650 K", NASA/CR-2000-210114, I
airsoundspeed.dat
Measured speed of sound of air, extracted from R.C Hart, R.J. Balla,
and G.C. Herring, "Optical Measurement of the Speed of Sound in Air
Over the Temperature Range 300-650 K", NASA/CR-2000-210114, 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