DSP Master VCL
|
Event type used to provide the driving function for the Kalman filter.
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!
|