Class ForwardTrackAlgorithm
Inheritance
ForwardTrackAlgorithm
Assembly: AudioAnalysisTools.dll
public static class ForwardTrackAlgorithm
Methods
|
Improve this Doc
View Source
Declaration
public static Track GetForwardTrack(double[, ] peaks, int startRow, int startBin, double threshold, UnitConverters converter)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static (List<EventCommon> Events, List<Plot> DecibelPlots) GetForwardTracks(SpectrogramStandard spectrogram, ForwardTrackParameters parameters, double? decibelThreshold, TimeSpan segmentStartOffset, string profileName)
Parameters
Returns
|
Improve this Doc
View Source
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
Returns
|
Improve this Doc
View Source
Declaration
public static List<Track> GetForwardTracks(double[, ] peaks, double minDuration, double maxDuration, double threshold, UnitConverters converter)
Parameters
Returns