MathLibSettings class final

Constructors

MathLibSettings({int samplingRate = 0, int processWinFreq = 25, int fftWindow = 0, int nFirstSecSkipped = 4, bool bipolarMode = false, bool squaredSpectrum = false, int channelsNumber = 4, int channelForAnalysis = 3})

Properties

bipolarMode bool
getter/setter pair
channelForAnalysis int
getter/setter pair
channelsNumber int
getter/setter pair
fftWindow int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nFirstSecSkipped int
getter/setter pair
processWinFreq int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingRate int
getter/setter pair
squaredSpectrum bool
getter/setter pair

Methods

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