Table of Contents

Class KinematicState

Namespace
Bonsai.ML.LinearDynamicalSystems.Kinematics
Assembly
Bonsai.ML.LinearDynamicalSystems.dll

Represents an operator that converts the full state of a Kalman filter model into a KinematicState class representing position, velocity, and acceleration.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class KinematicState
Inheritance
KinematicState
Inherited Members

Constructors

KinematicState()

Initializes a new instance of the KinematicState class

KinematicState(State)

Initializes a new instance of the KinematicState class from the full state of a Kalman filter model.

Properties

Acceleration

Gets or sets the acceleration kinematic component.

Position

Gets or sets the position kinematic component.

Velocity

Gets or sets the velocity kinematic component.

Methods

Process(IObservable<State>)

Converts the full state of a Kalman filter (mean vector and covariance matrix) into a KinematicState object representing position, velocity, and acceleration