ArtifactsDetectSetting constructor

ArtifactsDetectSetting({
  1. int artBord = 70,
  2. int allowedPercentArtpoints = 50,
  3. int rawBetapLimit = 800000,
  4. int totalPowBorder = 30000000,
  5. int globalArtwinSec = 4,
  6. bool spectArtByTotal = false,
  7. bool hanningWinSpectrum = false,
  8. bool hammingWinSpectrum = true,
  9. int numWinsForQualityAvg = 100,
})

Implementation

ArtifactsDetectSetting({
  this.artBord = 70,
  this.allowedPercentArtpoints = 50,
  this.rawBetapLimit = 800000,
  this.totalPowBorder = 30000000,
  this.globalArtwinSec = 4,
  this.spectArtByTotal = false,
  this.hanningWinSpectrum = false,
  this.hammingWinSpectrum = true,
  this.numWinsForQualityAvg = 100,
});