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

The public members of the TBaseKalmanFilter class are listed here.

 
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.  
 
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!