HRVKit
HRV Analysis for iOS
 All Classes Functions Properties
Public Member Functions | Protected Attributes | Properties
HRVAnalysis Class Reference

List of all members.


Member Function Documentation

- (void) addRR:
(double)  rr

Add an RR interval for analysis. Once enough data has been collected, an HRVResult object will be dispatched via the notification center using the HF_KEY

Parameters:
rrR-R interval in sec
Returns:
The instantaneous result calculated over all the data collected and analyzed thus far.
- (NSArray *) rr


Returns:
An array of R-R intervals that have been provide to the object so far.

Property Documentation

- (BOOL) filter [read, write, assign]

Turns on/off ectopic beat filtering according to a low pass filter design. Set to YES by default.

- (float) mhr [read, write, assign]

Initial mean heart rate used for filtering ectopic beats. Set to 70 by default assuming individual at rest. In practice this value should be set to the current heart rate just before the first call to addRR:


The documentation for this class was generated from the following files: