I am currently working with an IMU and I need the sensor Error Model.
The documentation provided only includes spectral densities in all the three exes for the following: misalignment, accelerometer, gyroscope, velocity and position.
The problem is that I use an algorithm that implements the error model in the form of a linear mathematical model:
(Sensor output)=u+Cx+Dv
where x_dot=Ax+Bw is the sensor error, u is thetrue kinemativ variable that sensor is expected to measure and Dv is the addtive white noise.
In order to use my algorithm, I would need to get, separately, the parameters A, B, C and D.
So, I would like to know if there is a way of obtaining that type of error model from the spectral densities.
Thanks in advance.
PS: Please, take into account that my area is computer science and I am in need of this information for a specific problem. I am not a physic or a telecommunication engineer.