Ambiguity in DCM to Quaternion conversion using the default Simulink library block

조회 수: 6 (최근 30일)
I am simulating a system where I need Direction Cosine Matrix to quaternion conversion. I use the default DCM to Quaternion conversion block available in simulink. However at some points of the simulation, the output quaternion components reverse sign.
Above is the simulated plot. The first plot is of the output quaternion. Second plot is of the Direction Cosine Matrix. As you see that even though the dcm components change smoothly, the quaternion changes sign abruptly.
Though this is mathematically correct I desire a smooth change. Any idea on how to avoid this and have a smooth curve for the quaternion?

답변 (1개)

James Tursa
James Tursa 2020년 5월 9일
Quaternions used for rotations have an inherent sign ambiguity, as you seem to already know. That is, -q produces the same rotation as q. If you want a sequence of quaternions to have smooth transitions you will have to enforce that manually. I might suggest making sure that the largest magnitude element always maintains the same sign for successive quaternions with some post processing code.

카테고리

Help CenterFile Exchange에서 Math Operations에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by