__declspec(property(get = GetOnDrivingFunction, put = SetOnDrivingFunction)) TMtxNotifyEvent OnDrivingFunction;
Event type used to provide the driving function for the Kalman filter.
Read:
TMtxNotifyEvent GetOnDrivingFunction();Write:
void SetOnDrivingFunction(const TMtxNotifyEvent &Value);Remarks:
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.
Declared in Dew::Signal::TKalmanFilter · Dew.Signal/AdaptiveFiltering.h · Cross-compiler