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

postclas.h

Committer:
roysandberg
Date:
2015-06-28
Revision:
62:8e2fbe131b53

File content as of revision 62:8e2fbe131b53:

void ResetPostClassify() ;
void PostClassify(int *recentTypes, int domType, int *recentRRs, int width, double mi2,
    int rhythmClass) ;
int CheckPostClass(int type) ;
int CheckPCRhythm(int type) ;