Calculate the speed of every item in an array based on it’s X and Y coordinates.
Generally used on the tracking data of moving objects.
Properties
Process noise covariance
: Set the sensitivity for noise in the prediction part of the algorithm
Default : 0.5
Measure noise covariance
: Set the sensitivity for noise in the correction part of the algorithm
Default : 0.5
State post covariance
: Set the sensitivity for the initial measure taken in account by the algorithm
Default : 10
For more information on setting Process and Measure noise values, check the Kalman Filter manual page.
Inputs
Name | Type | Description |
---|---|---|
Array | Array | Array containing dynamic data in which to calculate speed |
Outputs
Name | Type | Description |
---|---|---|
Array | Array | Resulting array with added properties containing speed data |
Examples
In this example all properties were left at default values.
Need more help with this?
Don’t hesitate to contact us here.