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:
- 25:13af44aeabbd
- Parent:
- 24:308f40175b27
- Child:
- 26:017198f20b5c
--- a/GPA.cpp Mon Oct 15 17:33:18 2018 +0000
+++ b/GPA.cpp Mon Oct 15 17:35:11 2018 +0000
@@ -243,6 +243,7 @@
sY[i] = 0.0;
}
}
+ // update hann window
calcHann();
// filter step for signal su
sU[0] = wk*scaleG*inp + 2.0*cr*sU[1] - sU[2];