Calibration Measurement Generator
Base class to generate calibration measurements. Measurements are generated by taking into account static and dynamic intervals on the device, where the device is kept static (e.g. motionless), or where some force is applied to the device changing its position or orientation. Static and dynamic intervals are always measured using the accelerometer. An additional sensor such as the gyroscope or magnetometer can be used to generate measurements for them. Measurement generator converts device ENU measurements into measurements expressed in local tangent plane NED coordinates.
Parameters
type of input data to be processed.
Inheritors
Constructors
Properties
Gets average time interval between accelerometer samples expressed in seconds (s). This is only available once this generator completes initialization.
Gets average time interval between accelerometer samples. This is only available once this generator completes initialization.
Gets accelerometer measurement base noise level that has been detected during initialization expressed in meters per squared second (m/s^2). This is only available once detector completes initialization.
Gets sensor measurement base noise level that has been detected during initialization. This is only available once detector completes initialization.
Gets measurement base noise level PSD (Power Spectral Density) expressed in (m^2 * s^-3). This is only available once detector completes initialization.
Gets measurement base noise level root PSD (Power Spectral Density) expressed in (m * s^-1.5). This is only available once detector completes initialization.
Gets accelerometer sensor being used to obtain measurements and detect static/dynamic intervals, or null if not available. This can be used to obtain additional information about the sensor.
Delay of sensor between samples.
One of the supported accelerometer sensor types.
Gets estimated standard deviation of time interval between accelerometer measurements expressed in seconds (s). This is only available once detector completes initialization.
Gets estimated standard deviation of time interval between accelerometer measurements. This is only available once detector completes initialization.
Gets estimated variance of time interval between accelerometer measurements expressed in squared seconds (s^2). This is only available once detector completes initialization.
listener to notify when sensor accuracy changes.
Gets or sets overall absolute threshold to determine whether there has been excessive motion during the whole initialization phase. Failure will be detected if estimated base noise level exceeds this threshold when initialization completes. This threshold is expressed in meters per squared second (m/s^2).
Gets or sets overall absolute threshold to determine whether there has been excessive motion during the whole initialization phase. Failure will be detected if estimated base noise level exceeds this threshold when initialization completes.
Gets or sets number of samples to be processed initially while keeping the sensor static in order to find the base noise level when device is static.
Gets or sets factor to determine that a sudden movement has occurred during initialization if instantaneous noise level exceeds accumulated noise level by this factor amount. This factor is unit-less.
Indicates whether last dynamic interval must be skipped.
Indicates whether last static interval must be skipped.
Gets or sets maximum number of samples allowed in dynamic intervals. Dynamic intervals exceeding this value are discarded.
Gets or sets minimum number of samples required in a static interval to be taken into account. Smaller static intervals will be discarded.
Number of accelerometer measurements that have been processed.
Gets number of samples that have been processed in a dynamic period so far.
Gets number of samples that have been processed in a static period so far.
Gets estimated threshold to determine static/dynamic period changes. This is only available once detector completes initialization.
Gets or sets factor to be applied to detected base noise level in order to determine threshold for static/dynamic period changes. This factor is unit-less.
Gets or sets length of number of samples to keep within the window being processed to determine instantaneous sensor noise level. Window size must always be larger than allowed minimum value, which is 2 and must have an odd value.
Functions
Gets average time interval between accelerometer measurements. This is only available once detector completes initialization.
Gets sensor measurement base noise level that has been detected during initialization. This is only available once detector completes initialization.
Gets estimated standard deviation of time interval between accelerometer measurements. This is only available once detector completes initialization.
Gets overall absolute threshold to determine whether there has been excessive motion during the whole initialization phase. Failure will be detected if estimated base noise level exceeds this threshold when initialization completes.
Gets estimated threshold to determine static/dynamic period changes. This is only available once detector completes initialization.