You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the data in accelerometer and magnetometer has been normalized before this step. The result of dot between them will come up with mD for the normalized magnetic value. It only has the mathematical meaning.
@zarathustr
Dear Jin Wu
Thank you for sharing the great contribution to FKF.
However, I have a simple question as following.
Would you please explain why mD and mN is calculated as following?
https://github.com/zarathustr/FKF/blob/master/main_performance.m#L62-L63
As far as I understand,
magnetic field vector B*(cos (alpha), 0, sin(alpha) where B is the strength of the magnetic field and alpha is the inclination angle
Dos this
dot(Accelerometer(i,:),Magnetometer(i,:));
operation means inclination angle?The text was updated successfully, but these errors were encountered: