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

조회 수: 1 (최근 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에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by