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

Event type used by Extended Kalman filter.

Syntax
C#
Visual Basic
public delegate void TKalmanProcessEvent(TMtx x);

AdaptiveFiltering.cs

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!