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

2 次查看(过去 30 天)
In three axis gyroscope the input is gyro measurement and output is also gyro measurement. what is the difference between them?

采纳的回答

Paul
Paul 2021-9-23
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 个评论
Paul
Paul 2021-9-23
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Clocks and Timers 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by