Class UpwardTrackParameters
Parameters needed from a config file to detect vertical track components i.e. events which are completed within very few time frames, i.e. whips and near clicks.
An UpwardTrack sounds like a whip. Each track point ascends one frequency bin. Points may move forwards or back one frame step.
Inheritance
UpwardTrackParameters
Assembly: AudioAnalysisTools.dll
Syntax
[YamlTypeTag(typeof(UpwardTrackParameters), null)]
public class UpwardTrackParameters : MinAndMaxBandwidthParameters, IValidatableObject
Properties
|
Improve this Doc
View Source
CombineProximalSimilarEvents
Gets or sets a value indicating whether proximal similar vertical tracks are to be combined.
Proximal means track time starts are not separated by more than the specified seconds interval.
Similar means that track frequency bounds do not differ by more than the specified Hertz interval.
Declaration
public bool CombineProximalSimilarEvents { get; set; }
Property Value
|
Improve this Doc
View Source
SyllableHertzDifference
Declaration
public int SyllableHertzDifference { get; set; }
Property Value
|
Improve this Doc
View Source
SyllableStartDifference
Declaration
public TimeSpan SyllableStartDifference { get; set; }
Property Value
Implements
Extension Methods