-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone implemented a phase measurement yet? #26
Comments
bool AD5933::calibrate(double gain[], int phase[], int ref, int n) {
} |
The problem has been solved, just modify the library file as above, but int will cause errors, you need to further modify the int phase in the library to float phase type |
Dear all, |
To get around the problem with the phase being defined as an int, I added two new floats and converted the phase to degrees.
// delete [] real; |
First of all, thank the author for sharing.
Has anyone figured out the phase? The true resistance and reactance values cannot be calculated without calculating the phase.
I tried several methods, but none of them worked out the phase.
The text was updated successfully, but these errors were encountered: