Search Results for

    Show / Hide Table of Contents

    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
    Object
    CommonParameters
    MinAndMaxBandwidthParameters
    UpwardTrackParameters
    Implements
    IValidatableObject
    Inherited Members
    MinAndMaxBandwidthParameters.MinBandwidthHertz
    MinAndMaxBandwidthParameters.MaxBandwidthHertz
    MinAndMaxBandwidthParameters.Validate(ValidationContext)
    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
    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(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
    Type Description
    Boolean
    | Improve this Doc View Source

    SyllableHertzDifference

    Declaration
    public int SyllableHertzDifference { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    SyllableStartDifference

    Declaration
    public TimeSpan SyllableStartDifference { get; set; }
    Property Value
    Type Description
    TimeSpan

    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