MathLibSettings constructor

MathLibSettings({
  1. int samplingRate = 0,
  2. int processWinFreq = 25,
  3. int fftWindow = 0,
  4. int nFirstSecSkipped = 4,
  5. bool bipolarMode = false,
  6. bool squaredSpectrum = false,
  7. int channelsNumber = 4,
  8. int channelForAnalysis = 3,
})

Implementation

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