Search Results for

    Show / Hide Table of Contents

    Class SprTools

    Inheritance
    Object
    SprTools
    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 static class SprTools

    Fields

    | Improve this Doc View Source

    Code

    Declaration
    public static char[] Code
    Field Value
    Type Description
    Char[]
    | Improve this Doc View Source

    resolutionAngle

    Declaration
    public const int resolutionAngle = 15
    Field Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    CleanSymbolicTracks(Char[,])

    Cleans up a symbolic matrix. Removes a symbol if it is isolated.

    Declaration
    public static void CleanSymbolicTracks(char[, ] inputM)
    Parameters
    Type Name Description
    Char[,] inputM
    | Improve this Doc View Source

    CountTemplateChars(Char[,])

    counts the symbols in an SPR template. Exclude the '-' char which is just background instaed of space.

    Declaration
    public static int CountTemplateChars(char[, ] templateMatrix)
    Parameters
    Type Name Description
    Char[,] templateMatrix
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    SymbolDifference(Char, Char)

    returns the angle difference between two angle symbols.

    Declaration
    public static int SymbolDifference(char c1, char c2)
    Parameters
    Type Name Description
    Char c1
    Char c2
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Target2SpectralTracks(Double[,], Double)

    Declaration
    public static double[, ] Target2SpectralTracks(double[, ] matrix, double threshold)
    Parameters
    Type Name Description
    Double[,] matrix
    Double threshold
    Returns
    Type Description
    Double[,]
    | Improve this Doc View Source

    Target2SymbolicTracks(Double[,], Double, Int32)

    Declaration
    public static char[, ] Target2SymbolicTracks(double[, ] matrix, double threshold, int lineLength)
    Parameters
    Type Name Description
    Double[,] matrix
    Double threshold
    Int32 lineLength
    Returns
    Type Description
    Char[,]
    • 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