Search Results for

    Show / Hide Table of Contents

    Class EventPostProcessing.SidebandConfig

    The properties in this config class are required to filter events based on the amount of acoustic activity in their sidebands.

    Inheritance
    Object
    EventPostProcessing.SidebandConfig
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.Events.Types
    Assembly: AudioAnalysisTools.dll
    Syntax
    public class SidebandConfig

    Properties

    | Improve this Doc View Source

    LowerSidebandWidth

    Gets or sets a value indicating Whether or not to filter events based on the acoustic content of their lower buffer zone. If value = 0, the lower sideband is ignored.

    Declaration
    public int? LowerSidebandWidth { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    MaxActivityDecibels

    Gets or sets a value indicating the maximum decibel value in a sideband frequency bin or timeframe. The decibel value is an average over all spectrogram cells in any frame or bin. This value is used only if LowerHertzBuffer > 0 OR UpperHertzBuffer > 0.

    Declaration
    public double? MaxActivityDecibels { get; set; }
    Property Value
    Type Description
    Nullable<Double>
    | Improve this Doc View Source

    MaxBackgroundDecibels

    Gets or sets a value indicating the maximum permissible value of background acoustic activity in the upper and lower sidebands of an event. The background is claculated as the average decibel value over all spectrogram cells in each sideband. This value is used only if LowerHertzBuffer > 0 OR UpperHertzBuffer > 0.

    Declaration
    public double? MaxBackgroundDecibels { get; set; }
    Property Value
    Type Description
    Nullable<Double>
    | Improve this Doc View Source

    UpperSidebandWidth

    Gets or sets a value indicating Whether or not to filter events based on acoustic conctent of upper buffer zone. If value = 0, the upper sideband is ignored.

    Declaration
    public int? UpperSidebandWidth { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    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