You are here: Symbol Reference > AdaptiveFiltering Namespace > Classes > TKalmanFilter Class > public > TKalmanFilter.OnDrivingFunction Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TKalmanFilter.OnDrivingFunction Property

Event type used to provide the driving function for the Kalman filter.

Pascal
property OnDrivingFunction: TMtxNotifyEvent;

The driving function is the u(k) in the formula x(k) = A*x(k-1) + B*u(k-1). The parameter of the event is of type of TMtx and should hold the new u(k) data when the function returns.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!