You are here: Symbol Reference > AdaptiveFiltering Namespace > Types > AdaptiveFiltering.TKalmanProcessEvent Type
DSP Master VCL
ContentsIndex
PreviousUpNext
AdaptiveFiltering.TKalmanProcessEvent Type

Event type used by Extended Kalman filter.

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

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

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!