Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    Object
    CommonParameters
    OnebinTrackParameters
    Implements
    IValidatableObject
    Inherited Members
    CommonParameters.SpeciesName
    CommonParameters.FrameSize
    CommonParameters.FrameStep
    CommonParameters.WindowFunction
    CommonParameters.BgNoiseThreshold
    CommonParameters.MinHertz
    CommonParameters.MaxHertz
    CommonParameters.BottomHertzBuffer
    CommonParameters.TopHertzBuffer
    CommonParameters.MinDuration
    CommonParameters.MaxDuration
    CommonParameters.DecibelThresholds
    CommonParameters.NoiseReductionType
    CommonParameters.Validate(ValidationContext)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisPrograms.Recognizers.Base
    Assembly: AudioAnalysisTools.dll
    Syntax
    [YamlTypeTag(typeof(OnebinTrackParameters), null)]
    public class OnebinTrackParameters : CommonParameters, IValidatableObject

    Properties

    | Improve this Doc View Source

    CombinePossibleSyllableSequence

    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

    Implements

    System.ComponentModel.DataAnnotations.IValidatableObject

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top