TKalmanProcessEvent Event

MulticastDelegateTKalmanProcessEvent

type TKalmanProcessEvent = procedure (x: TMtx) of object;

Event type used by Extended Kalman filter.

The x is to be filled with "process" data, the function x(k) = f(x(k-1), u(k-1), 0 ).