代码搜索结果
找到约 2,425 项符合
Measurement 的代码
predict.m
%PREDICT Measurement prediction of alpha,r-line features.
% [LR,HR,HM] = PREDICT(L,XR,CR,CRL) transforms the alpha,r-line
% feature L represented in the world frame into the robot frame
% given
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
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
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
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
unit8.~pas
unit Unit8;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls, IniFiles;
type
TfrmSetting = class(TForm)
unit8.pas
unit Unit8;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls, IniFiles;
type
TfrmSetting = class(TForm)
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
kalman_filter.h
#ifndef _KALMAN_FILTER_H
#define _KALMAN_FILTER_H
#include "datasource.h"
#include "matrix.h"
#include
class KalmanFilter
{
public:
//The number of dimensions in signal (ns)
confirm2sj.m
k=3;
t=0.5;
a0=[1 1 1 1 1 1]';
p0=eye(6);
mes_total=6;
measurement=[1 2 3 4 5 6;1 2 3 4 5 6];
r=eye(2);
yz2=2.5;