Search Results for

    Show / Hide Table of Contents

    Class ForwardTrackAlgorithm

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

    Methods

    | Improve this Doc View Source

    GetForwardTrack(Double[,], Int32, Int32, Double, UnitConverters)

    Declaration
    public static Track GetForwardTrack(double[, ] peaks, int startRow, int startBin, double threshold, UnitConverters converter)
    Parameters
    Type Name Description
    Double[,] peaks
    Int32 startRow
    Int32 startBin
    Double threshold
    UnitConverters converter
    Returns
    Type Description
    Track
    | Improve this Doc View Source

    GetForwardTracks(SpectrogramStandard, ForwardTrackParameters, Nullable<Double>, TimeSpan, String)

    Declaration
    public static (List<EventCommon> Events, List<Plot> DecibelPlots) GetForwardTracks(SpectrogramStandard spectrogram, ForwardTrackParameters parameters, double? decibelThreshold, TimeSpan segmentStartOffset, string profileName)
    Parameters
    Type Name Description
    SpectrogramStandard spectrogram
    ForwardTrackParameters parameters
    Nullable<Double> decibelThreshold
    TimeSpan segmentStartOffset
    String profileName
    Returns
    Type Description
    (T1, T2)<List<EventCommon>, List<Plot>>
    | Improve this Doc View Source

    GetForwardTracks(SpectrogramStandard, ForwardTrackParameters, TimeSpan, Double)

    This method returns foward (spectral peak) tracks enclosed in spectral events. It averages dB log values incorrectly but it is faster than doing many log conversions.

    Declaration
    public static (List<EventCommon> Events, double[] CombinedIntensity) GetForwardTracks(SpectrogramStandard sonogram, ForwardTrackParameters parameters, TimeSpan segmentStartOffset, double decibelThreshold)
    Parameters
    Type Name Description
    SpectrogramStandard sonogram

    The spectrogram to be searched.

    ForwardTrackParameters parameters
    TimeSpan segmentStartOffset
    Double decibelThreshold
    Returns
    Type Description
    (T1, T2)<List<EventCommon>, Double[]>

    A list of acoustic events containing foward tracks.

    | Improve this Doc View Source

    GetForwardTracks(Double[,], Double, Double, Double, UnitConverters)

    Declaration
    public static List<Track> GetForwardTracks(double[, ] peaks, double minDuration, double maxDuration, double threshold, UnitConverters converter)
    Parameters
    Type Name Description
    Double[,] peaks
    Double minDuration
    Double maxDuration
    Double threshold
    UnitConverters converter
    Returns
    Type Description
    List<Track>
    • 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