ArtifactsDetectSetting constructor
ArtifactsDetectSetting({})
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,
});