TKalmanProcessEvent Delegate

Source: AdaptiveFiltering.cs · Assembly: Dew.Signal
MulticastDelegateTKalmanProcessEvent

public delegate TKalmanProcessEvent

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 ).