-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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?
mD=dot(Accelerometer(i,:),Magnetometer(i,:));
mN=sqrt(1-mD^2);
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?
Metadata
Metadata
Assignees
Labels
No labels