imuSensor and Allan Variance
Show older comments
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.
Answers (1)
Ritika Thusoo
on 27 Feb 2026 at 12:47
0 votes
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:
Categories
Find more on Sensor Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!