DataFilter class

Constructors

DataFilter(int channelCount)

Properties

adaptive Adaptive
getter/setter pair
bandStop BandStop
getter/setter pair
channelCount int
final
dcBlock DcBlock
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highPass HighPass
getter/setter pair
impulseType ImpulseType
getter/setter pair
lowPass LowPass
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingRate SamplingRate
getter/setter pair
smoothing Smoothing
getter/setter pair
wavelet Wavelet
getter/setter pair

Methods

applyAll(List<List<double>> data, {bool leadstateFn(int)?, bool enableDelayCanceling = true}) List<List<double>>
applyFilter(int channel, double value, [bool leadState = true]) double
delaySample([int channel = 0]) int
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