I've got some basic filter code setup (but not yet tested).

Dependencies:   BLE_API Queue mbed nRF51822

Fork of BLE_HeartRate by Bluetooth Low Energy

Revision:
62:8e2fbe131b53
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/postclas.h	Sun Jun 28 03:06:00 2015 +0000
@@ -0,0 +1,5 @@
+void ResetPostClassify() ;
+void PostClassify(int *recentTypes, int domType, int *recentRRs, int width, double mi2,
+    int rhythmClass) ;
+int CheckPostClass(int type) ;
+int CheckPCRhythm(int type) ;
\ No newline at end of file