imuSensor and Allan Variance
显示 更早的评论
Hello everyone,
I am creating an IMU simulation using the built-in imuSensor model in MATLAB. The block includes several parameters that define IMU noise characteristics, but I do not fully understand how these parameters relate to Allan variance–derived noise coefficients.
Here is the list of gyroscope parameters available in
------------------------------------------------------------------------------------------
gyroparams with properties:
MeasurementRange: Inf rad/s
Resolution: 0 (rad/s)/LSB
ConstantBias: [0 0 0] rad/s
AxesMisalignment: [3⨯3 double] %
NoiseDensity: [0 0 0] (rad/s)/√Hz
BiasInstability: [0 0 0] rad/s
RandomWalk: [0 0 0] (rad/s)*√Hz
NoiseType: "double-sided"
BiasInstabilityCoefficients: [1⨯1 struct]
TemperatureBias: [0 0 0] (rad/s)/°C
TemperatureScaleFactor: [0 0 0] %/°C
AccelerationBias: [0 0 0] (rad/s)/(m/s²)
------------------------------------------------------------------------------------------
I have estimated my sensor noise parameters from Allan variance analysis, specifically:
- ARW (N)
- Bias Instability (B)
- Rate Random Walk (K)
My goal is to correctly map these Allan variance parameters N, B, and K to the corresponding imuSensor block parameters:
- NoiseDensity
- BiasInstability
- RandomWalk
I would appreciate clarification on how these quantities correspond mathematically and physically, and how to correctly convert Allan variance results into the parameters expected by MATLAB’s IMU sensor model.
回答(1 个)
Ritika Thusoo
2026-2-27
0 个投票
Hi,
Allan variance helps you identify key IMU noise parameters: Angle Random Walk, Bias Instability, and Rate Random Walk by analysing how gyroscope noise behaves over different averaging times. For more information, please refer to the example in the following MATLAB documentation:
类别
在 帮助中心 和 File Exchange 中查找有关 Sensor Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!