Class ForwardTrackParameters
Parameters needed from a config file to detect forwards spectral peak tracks.
A ForwardTrack sounds like a fluctuating tone or technically, a chirp. Each track point advances one time step. Points may move up or down by at most two frequency bins.
Inheritance
ForwardTrackParameters
Assembly: AudioAnalysisTools.dll
Syntax
[YamlTypeTag(typeof(ForwardTrackParameters), null)]
public class ForwardTrackParameters : CommonParameters, IValidatableObject
Properties
|
Improve this Doc
View Source
CombinePossibleHarmonics
Gets or sets a value indicating whether coincident tracks stacked on top of one another are to be combined.
Coincident means the tracks' start and end times are not greater than the specified seconds interval.
Stacked means that the frequency gap between each of the stacked tracks does not exceed the specified Hertz interval.
Declaration
public bool CombinePossibleHarmonics { get; set; }
Property Value
|
Improve this Doc
View Source
HarmonicsHertzGap
Declaration
public int HarmonicsHertzGap { get; set; }
Property Value
|
Improve this Doc
View Source
HarmonicsStartDifference
Declaration
public TimeSpan HarmonicsStartDifference { get; set; }
Property Value
Implements
Extension Methods