Proper way to use Allan Variance #53
-
Hi, im trying to use your Kalman Filter architecture in my navegation system and i am new in this field. How should i proceed to get the accelerometer and gyroscope data to pass to allan_imu and get the errors parameters? Now i tried to leave them stationary for 20 minutes MatLab Ref, thats correct? Or they should be in movement? If a run in this way, i get this error: error: dtime(1): out of bound 0 (dimensions are 1x0) Also in allan_overlap i get this two lines: allan_overlap: regular data (0 freq data points @ 130 Hz) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Hi Bruno, Firstly, the data should be collected with IMU at rest and this should be inputted to calculate the different Allan Variance Values. Secondly, I tried the inbuilt Matlab example and it works. It would be easier. If, Could you please upload the data. So that we can find the problem. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hello Bruno, It is convenient to have between 2 and 12 hours of static data for an Allan variance analysis. More info: IEEE-SA Standards Board. IEEE Standard Specification Format Naser El-Sheimy et at. Analysis and Modeling of Inertial Sensors Oliver J. Woodman. An introduction to inertial navigation. Technical Best regards. |
Beta Was this translation helpful? Give feedback.
Hi Bruno,
Firstly, the data should be collected with IMU at rest and this should be inputted to calculate the different Allan Variance Values.
Secondly, I tried the inbuilt Matlab example and it works.
It would be easier. If, Could you please upload the data. So that we can find the problem.
Just writing the error/encountered problem, it is hard to say/explain the potential solution!
Best regards,
Ravindra