Class SprTools
Assembly: AudioAnalysisTools.dll
public static class SprTools
Fields
|
Improve this Doc
View Source
Declaration
public static char[] Code
Field Value
|
Improve this Doc
View Source
Declaration
public const int resolutionAngle = 15
Field Value
Methods
|
Improve this Doc
View Source
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
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
|
Improve this Doc
View Source
returns the angle difference between two angle symbols.
Declaration
public static int SymbolDifference(char c1, char c2)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static double[, ] Target2SpectralTracks(double[, ] matrix, double threshold)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static char[, ] Target2SymbolicTracks(double[, ] matrix, double threshold, int lineLength)
Parameters
Returns