Class PlanesTrainsAndAutomobiles
Inheritance
PlanesTrainsAndAutomobiles
Assembly: AnalysisPrograms.dll
Syntax
[Obsolete("This recognizer code was dismembered 23 Jan 2018. Only the core analysis methods were retained.")]
public class PlanesTrainsAndAutomobiles
Fields
|
Improve this Doc
View Source
AnalysisName
Declaration
public const string AnalysisName = "Machine"
Field Value
Methods
|
Improve this Doc
View Source
Analysis(FileInfo, Dictionary<String, String>, TimeSpan)
################ THE KEY ANALYSIS METHOD
Returns a DataTable.
Declaration
public static Tuple<BaseSonogram, double[, ], Plot, List<AcousticEvent>, TimeSpan> Analysis(FileInfo fiSegmentOfSourceFile, Dictionary<string, string> configDict, TimeSpan segmentStartOffset)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static Tuple<BaseSonogram, double[, ], double[], List<AcousticEvent>> DetectHarmonics(AudioRecording recording, double intensityThreshold, int minHz, int minFormantgap, int maxFormantgap, double minDuration, int windowSize, double windowOverlap, TimeSpan segmentStartOffset)
Parameters
Returns
Extension Methods