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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
It is possible to validate that the calibration result is conformant with the mathematical model at the end of calibration. The following expressions can be converted into asserts or warnings at the end of PhaseRotate()
V == AG
therefore
G == AdV
V-A*G ~= 0
The text was updated successfully, but these errors were encountered:
It is possible to validate that the calibration result is conformant with the mathematical model at the end of calibration. The following expressions can be converted into asserts or warnings at the end of PhaseRotate()
V == AG
therefore
G == AdV
V-A*G ~= 0
The text was updated successfully, but these errors were encountered: