Class OnebinTrackParameters
Parameters needed from a config file to detect whistle components. A one-bin sounds like a pure-tone whistle. Each track point advances one time step. Points stay in the same frequency bin.
Implements
Inherited Members
Namespace: AnalysisPrograms.Recognizers.Base
Assembly: AudioAnalysisTools.dll
Syntax
[YamlTypeTag(typeof(OnebinTrackParameters), null)]
public class OnebinTrackParameters : CommonParameters, IValidatableObject
Properties
| Improve this Doc View SourceCombinePossibleSyllableSequence
Gets or sets a value indicating whether proximal whistle tracks are to be combined. Proximal means the whistle tracks are in the same frequency band ... and that the gap between their start times is not greater than the specified seconds interval.
Declaration
public bool CombinePossibleSyllableSequence { get; set; }
Property Value
Type | Description |
---|---|
Boolean |