You are here: Symbol Reference > AdaptiveFiltering Namespace > Classes > TExtendedKalmanFilter Class > TExtendedKalmanFilter Members
DSP Master VCL
ContentsIndex
PreviousUpNext
TExtendedKalmanFilter Members

The following tables list the members exposed by TExtendedKalmanFilter.

 
Name 
Description 
 
Parameter is of type TVec and has to be filled with result of non-linear measurement function h.  
 
Parameter is of type TVec and has to be filled with result of non-linear process function f.  
 
Name 
Description 
 
A 
Maps x(k-1) to x(k) without noise or system input.  
 
H 
Relates process values x(k) to the measurement z(k).  
 
Iter 
Optional parameter.  
 
K 
Kalman gain.  
 
P 
Estimation error covariance.  
 
Q 
Process noise covariance.  
 
R 
Measurement noise covariance.  
 
V 
Matrix of partial derivates of h with respect to v. v is the measurement noise.  
 
W 
Matrix of partial derivates of f with respect to w. w is the process noise.  
 
x 
The process estimates.  
 
z 
The measured values.  
 
Name 
Description 
 
Applies one "measurement update".  
 
Applies one "time update".  
 
Advances the computation by one iteration.  
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!