Class OscillationRecogniser
Inheritance
OscillationRecogniser
Assembly: AnalysisPrograms.dll
Syntax
public class OscillationRecogniser
Fields
|
Improve this Doc
View Source
CommandName
Declaration
public const string CommandName = "Od"
Field Value
|
Improve this Doc
View Source
EventsFile
Declaration
public static string EventsFile
Field Value
|
Improve this Doc
View Source
Key_DCT_DURATION
Declaration
public static string Key_DCT_DURATION
Field Value
|
Improve this Doc
View Source
Key_DCT_THRESHOLD
Declaration
public static string Key_DCT_THRESHOLD
Field Value
|
Improve this Doc
View Source
Key_DO_SEGMENTATION
Declaration
public static string Key_DO_SEGMENTATION
Field Value
|
Improve this Doc
View Source
Key_DRAW_SONOGRAMS
Declaration
public static string Key_DRAW_SONOGRAMS
Field Value
|
Improve this Doc
View Source
Key_EVENT_THRESHOLD
Declaration
public static string Key_EVENT_THRESHOLD
Field Value
|
Improve this Doc
View Source
Key_FRAME_OVERLAP
Declaration
public static string Key_FRAME_OVERLAP
Field Value
|
Improve this Doc
View Source
Key_MAX_DURATION
Declaration
public static string Key_MAX_DURATION
Field Value
|
Improve this Doc
View Source
Key_MAX_HZ
Declaration
public static string Key_MAX_HZ
Field Value
|
Improve this Doc
View Source
Key_MAX_OSCIL_FREQ
Declaration
public static string Key_MAX_OSCIL_FREQ
Field Value
|
Improve this Doc
View Source
Key_MIN_DURATION
Declaration
public static string Key_MIN_DURATION
Field Value
|
Improve this Doc
View Source
Key_MIN_HZ
Declaration
public static string Key_MIN_HZ
Field Value
|
Improve this Doc
View Source
Key_MIN_OSCIL_FREQ
Declaration
public static string Key_MIN_OSCIL_FREQ
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public static void DrawSonogram(BaseSonogram sonogram, string path, double[, ] hits, double[] scores, List<AcousticEvent> predictedEvents, double eventThreshold, double[] intensity)
Parameters
|
Improve this Doc
View Source
Execute(OscillationRecogniser.Arguments)
Declaration
public static void Execute(OscillationRecogniser.Arguments arguments)
Parameters
|
Improve this Doc
View Source
Execute_ODDetect(FileInfo, Boolean, Int32, Int32, Double, Double, Double, Int32, Int32, Double, Double, Double)
Declaration
public static Tuple<BaseSonogram, double[, ], double[], List<AcousticEvent>, double[], TimeSpan> Execute_ODDetect(FileInfo wavPath, bool doSegmentation, int minHz, int maxHz, double frameOverlap, double dctDuration, double dctThreshold, int minOscilFreq, int maxOscilFreq, double eventThreshold, double minDuration, double maxDuration)
Parameters
Returns
Extension Methods