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

Committer:
roysandberg
Date:
Sun Jun 28 03:06:00 2015 +0000
Revision:
62:8e2fbe131b53
Working Beat Detection and Analysis

Who changed what in which revision?

UserRevisionLine numberNew contents of line
roysandberg 62:8e2fbe131b53 1 void ResetPostClassify() ;
roysandberg 62:8e2fbe131b53 2 void PostClassify(int *recentTypes, int domType, int *recentRRs, int width, double mi2,
roysandberg 62:8e2fbe131b53 3 int rhythmClass) ;
roysandberg 62:8e2fbe131b53 4 int CheckPostClass(int type) ;
roysandberg 62:8e2fbe131b53 5 int CheckPCRhythm(int type) ;