Search Results for

    Show / Hide Table of Contents

    Class SNR.SnrStatistics

    used to store info about the SNR in a signal using db units.

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

    Properties

    | Improve this Doc View Source

    ExtractDuration

    Gets or sets duration of the event under consideration. It may be shorter or longer than the actual recording we have. If longer then the event, then duration := recording duration. Rest was truncated in original data extraction.

    Declaration
    public TimeSpan ExtractDuration { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Improve this Doc View Source

    FractionOfFramesExceedingOneThirdSnr

    Gets or sets fraction of frames in the call where the average energy exceeds half the calculated SNR.

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

    FractionOfFramesExceedingThreshold

    Gets or sets fraction of frames in the call where the average energy exceeds the user specified threshold.

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

    Snr

    Gets or sets maximum dB value in the signal or spectrogram - relative to zero dB background.

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

    Threshold

    Gets or sets decibel threshold used to calculate cover and average SNR.

    Declaration
    public double Threshold { get; set; }
    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