In 3 axis gyroscope the output (Wmeas) contains error or the output is without error?

1 visualización (últimos 30 días)
In three axis gyroscope the input is gyro measurement and output is also gyro measurement. what is the difference between them?

Respuesta aceptada

Paul
Paul el 23 de Sept. de 2021
Are you asking about a speciic gyro model provided in Matlab or is this a general question?
In either case, the input to the the model should be the angular velocity vector relative to an inertial reference frame. The model wil have to speficy the coordinate frame in which the vector should be resolved. Tyipcailly, that would be a coordinate frame fixed to the device itself. If it's some other cooridinate frame, you'll probably have to also provide a parameterization of the oriientation between the inertial reference frame and a coordinate frame fixed to the device. The output of the model would typically be a measurement of the angular velocity vector relative to an inertial reference and resolved in a coordinate frame fixed to the device. The measurement will inlude lags, measuremnet error, misalignments, etc. depending on the fidelity of the model.
The Algorithms section of this doc page is one example.
  5 comentarios
Paul
Paul el 23 de Sept. de 2021
The conceptual difference is that the w that is input is the true angular velocity and the w_meas that is output is the measured angular velocity.
The mathematical diference w_meas - w wlll depend on the errors (drift, misalignment, etc.) that are included in the gyro model.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by