Search Results for

    Show / Hide Table of Contents

    Class SummaryActivity

    a set of indices to describe level of acoustic activity and number of acoustic events in recording. Location of acoustic events also called segmentation in some literature.

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

    Constructors

    | Improve this Doc View Source

    SummaryActivity(Boolean[], Int32, Double, Boolean[], Double)

    Declaration
    public SummaryActivity(bool[] activeFrames, int activeFrameCount, double activeAvDecibels, bool[] events, double eventCount)
    Parameters
    Type Name Description
    Boolean[] activeFrames
    Int32 activeFrameCount
    Double activeAvDecibels
    Boolean[] events
    Double eventCount

    Properties

    | Improve this Doc View Source

    ActiveAvDb

    Declaration
    public double ActiveAvDb { get; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    ActiveFrameCount

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

    ActiveFrames

    Declaration
    public bool[] ActiveFrames { get; }
    Property Value
    Type Description
    Boolean[]
    | Improve this Doc View Source

    EventCount

    Declaration
    public double EventCount { get; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    EventLocations

    Declaration
    public bool[] EventLocations { get; }
    Property Value
    Type Description
    Boolean[]
    | Improve this Doc View Source

    FractionOfActiveFrames

    Declaration
    public double FractionOfActiveFrames { get; }
    Property Value
    Type Description
    Double

    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