AdaptiveHeartRate class

Constructors

AdaptiveHeartRate({bool is250Hz = true})

Properties

dataList List<double>
final
delta double
getter/setter pair
detectR DetectPeaks
getter/setter pair
fs int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hrB int
getter/setter pair
hrList List<double>
final
LP_WINDOW int
getter/setter pair
lpFiltered List<double>
final
movingFiltered List<double>
final
notDetectedCnt int
getter/setter pair
notDetectedCnt2 int
getter/setter pair
peakExist bool
getter/setter pair
peakInfo List<int>
getter/setter pair
qrsWindow int
getter/setter pair
r_detected int
getter/setter pair
r_prev int
getter/setter pair
removeR ExcludePeaks
getter/setter pair
rInd int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBool bool
getter/setter pair

Methods

calculateHR(double input, bool targetLeadState) int
calculateMedian(List<double> data) double
initHrVariable() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

MAX_LIST_LEN int
getter/setter pair
SEC4 int
getter/setter pair