Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: GPA.cpp
- Revision:
- 7:87b823282bf0
- Parent:
- 6:da0c9587ecae
- Child:
- 8:d68e177e2571
--- a/GPA.cpp Tue Mar 13 20:26:17 2018 +0000
+++ b/GPA.cpp Sat Mar 17 08:43:07 2018 +0000
@@ -99,6 +99,7 @@
// measurement of frequencypoint is finished
if(jj == Nmeas) {
jj = 1;
+ ii += 1;
// calculate the one point dft
float Ureal = 2.0f*scaleG*(cr*sU[1] - sU[2]);
float Uimag = 2.0f*scaleG*ci*sU[1];