Class SpectralPeakTrackingSettings
Inheritance
SpectralPeakTrackingSettings
Assembly: AudioAnalysisTools.dll
public class SpectralPeakTrackingSettings
Fields
|
Improve this Doc
View Source
Declaration
public const int DefaultBottomSideBand = 500
Field Value
|
Improve this Doc
View Source
Declaration
public const double DefaultDbThreshold = 12
Field Value
|
Improve this Doc
View Source
Declaration
public const int DefaultMaxSearchFreq = 3500
Field Value
|
Improve this Doc
View Source
Declaration
public const int DefaultMinSearchFreq = 1500
Field Value
|
Improve this Doc
View Source
Declaration
public const int DefaultSyllableBandWidth = 500
Field Value
|
Improve this Doc
View Source
Declaration
public const int DefaultTopSideBand = 500
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public int BottomSideBand { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double DbThreshold { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int MaxSearchFreq { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int MinSearchFreq { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int SyllableBandWidth { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int TopSideBand { get; set; }
Property Value
Extension Methods