You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Types > Dew.Signal.TKalmanMeasurementEvent Type
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TKalmanMeasurementEvent Type

Event type used by Extended Kalman filter.

Syntax
C#
Visual Basic
public delegate void TKalmanMeasurementEvent(TMtx z);

AdaptiveFiltering.cs

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

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