代码搜索结果
找到约 2,356 项符合
Measurement 的代码
initialvalues.java
//:c04: InitialValues.java
class Measurement
{
boolean t;
char c;
byte b;
short s;
int i;
long l;
float f;
double d;
void print()
{
System.out.println("Data type Inial value\
initialvalues.java.bak
//:c04: InitialValues.java
class Measurement
{
boolean t;
char c;
byte b;
short s;
int i;
long l;
float f;
double d;
void print()
{
System.out.println("Data type Inial value\
hfun.asv
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_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
kalman.c
/*
Tracking of rotating point.
Rotation speed is constant.
Both state and measurements vectors are 1D (a point angle),
Measurement is the real point angle + gaussian noise.
The re
ex28 - temp measurement.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex28 - DS1620.BS2
' Purpose... Temperature measurement
' Author.... Parallax
' E-ma
cvkalmancorrect.chf
const CvMat* cvKalmanCorrect(CvKalman* kalman, CvMat* measurement) {
void *fptr;
const CvMat*retval;
fptr = dlsym(_Chcv_handle, "cvKalmanCorrect_chdl");
if(fptr == NULL) {