Clear Filters
Clear Filters

meaning of nonholonomic filter parameters

3 views (last 30 days)
hello everyone.
I am working with a nonholonomic filter to reconstruct a path using imu data (accelerometer and gyroscope).
I start from a path obtained via the gps sensor and need to reconstruct the same path with imu data.
As I am new to matlab and the use of the kalman filter, I wanted to know if anyone could explain to me the meaning of the various parameters of the nonholonomic filter (such as DecimationFactor, AccelerometerBiasDecayFactor, GyroscopeBiasDecayFactor).
What changes on a practical level if you change these values?
How do they affect the final result?
Many thanks in advance to everyone.

Answers (1)

Maneet Kaur Bagga
Maneet Kaur Bagga on 19 Feb 2024
Edited: Maneet Kaur Bagga on 19 Feb 2024
Hi,
As per my understanding you want to know about the tuning of nonholonomic filter parameters in the context of IMU data and path reconstruction.
Please refer to the following tutorial from MathWorks which provides an overview of how to design and simulate the "Inertial Navigation Systems" (INS) in MATLAB, including the role of filters in integrating the sensor data.
The following documentation is an example that walks through the process of determining an object's "position" and "orientation" using a combination of inertial sensors and GPS.
The following documentation provides an overview of multi-sensor positioning techniques in MATLAB, offering insights into how different sensors, including IMUs and GPS, can be combined to achieve accurate positioning.
Please refer to the following MATLAB functions for further understanding:
Hope this helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!