Class AccumulatedAngularSpeedMeasurementNoiseEstimator

java.lang.Object
com.irurueta.navigation.inertial.calibration.noise.AccumulatedMeasurementNoiseEstimator<com.irurueta.units.AngularSpeedUnit,com.irurueta.units.AngularSpeed,AccumulatedAngularSpeedMeasurementNoiseEstimator,AccumulatedAngularSpeedMeasurementNoiseEstimatorListener>
com.irurueta.navigation.inertial.calibration.noise.AccumulatedAngularSpeedMeasurementNoiseEstimator
All Implemented Interfaces:
GyroscopeNoiseRootPsdSource

public class AccumulatedAngularSpeedMeasurementNoiseEstimator extends AccumulatedMeasurementNoiseEstimator<com.irurueta.units.AngularSpeedUnit,com.irurueta.units.AngularSpeed,AccumulatedAngularSpeedMeasurementNoiseEstimator,AccumulatedAngularSpeedMeasurementNoiseEstimatorListener> implements GyroscopeNoiseRootPsdSource
Estimates accumulated angular speed noise variances and PSD's (Power Spectral Densities) along with their average values. Norms of angular speed triads can be used to estimate noise levels. This estimator must be used when the body where the gyroscope is attached to keeps a constant angular speed while capturing data (i.e. when body is static has a constant overall angular speed due to Earth rotation). To compute PSD's, this estimator assumes that measurement samples are obtained at a constant provided rate equal to AccumulatedMeasurementNoiseEstimator.getTimeInterval() seconds. If not available, gyroscope sampling rate average can be estimated using TimeIntervalEstimator. This estimator does NOT require the knowledge of current location and body orientation. This implementation of noise estimator will use the following units: - radians per second (rad/s) for angular speed, average or standard deviation values. - (rad^2/s^2) fr angular speed variances. - (rad^2/s) for gyroscope PSD (Power Spectral Density). - (rad * s^-0.5) for gyroscope root PSD (Power Spectral Density).