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

Event type used by Extended Kalman filter.

Pascal
TKalmanMeasurementEvent = procedure (z: TMtx) of object;

The z is to be filled with "measurement" data, the function h(x,0).

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