Class SpectralPeakTrackingConfig
Inheritance
SpectralPeakTrackingConfig
Assembly: AnalysisPrograms.dll
Syntax
public class SpectralPeakTrackingConfig : Config, IConfig
Fields
|
Improve this Doc
View Source
DefaultFrameOverlap
Declaration
public const double DefaultFrameOverlap = 0.2
Field Value
|
Improve this Doc
View Source
DefaultFrameWidth
Declaration
public const int DefaultFrameWidth = 1024
Field Value
Properties
|
Improve this Doc
View Source
FrameOverlap
Declaration
public double FrameOverlap { get; set; }
Property Value
|
Improve this Doc
View Source
FrameWidth
Declaration
public int FrameWidth { get; set; }
Property Value
|
Improve this Doc
View Source
SptSettings
Declaration
public SpectralPeakTrackingSettings SptSettings { get; set; }
Property Value
Implements
Extension Methods