ExcludePeaks class

Constructors

ExcludePeaks(int fs, int qrsWindow, int LP_WINDOW)

Properties

cnt int
getter/setter pair
filteredData double
getter/setter pair
fs int
final
hashCode int
The hash code for this object.
no setterinherited
ind int
getter/setter pair
LP_WINDOW int
final
lpBuffer List<double>
final
movingBuffer List<double>
final
movingWindow int
final
qrsBool bool
getter/setter pair
qrsWindow int
final
removeBool bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sqData double
getter/setter pair
thres1 double
getter/setter pair
thres2 double
getter/setter pair
width int
getter/setter pair

Methods

calculateThreshold(List<double> diffData, int startInd, int endInd) List<double>
checkQrs(double diffEcg, int index, double thres1, double thres2) int
getDifference(List<double> data, List<double> fData) List<double>
lowpassFilt(double sample) double
movingAvFilt(double sample) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeResidualQrs(double diffEcg, double thres1, double thres2) bool
std(List<double> data) double
toString() String
A string representation of this object.
inherited

Operators

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