You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TKalmanFilter Class > TKalmanFilter Properties > TKalmanFilter.OnDrivingFunction Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TKalmanFilter.OnDrivingFunction Property

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

Syntax
C#
Visual Basic
public TMtxNotifyEvent OnDrivingFunction;

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!