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

The following tables list the members exposed by TKalmanFilter.

 
Name 
Description 
 
A 
Maps x(k-1) to x(k) without noise or system input.  
 
B 
Matrix B is used in the x(k) = A*x(k-1) + B*u(k-1).  
 
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.  
 
x 
The process estimates.  
 
z 
The measured values.  
 
Name 
Description 
 
Applies one "measurement update".  
 
Applies one "time update".  
 
Advances the computation by one iteration.  
 
Name 
Description 
 
Event type used to provide the driving function for the Kalman filter.  
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!