Class Oscillations2014.FreqVsOscillationsResult
In line class used to return results from the static method Oscillations2014.GetFreqVsOscillationsDataAndImage().
Inheritance
Oscillations2014.FreqVsOscillationsResult
Assembly: AudioAnalysisTools.dll
public class FreqVsOscillationsResult
Properties
|
Improve this Doc
View Source
Declaration
public string AlgorithmName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int BinSampleLength { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[, ] FreqOscillationData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Image<Rgb24> FreqOscillationImage { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgb24> |
|
|
Improve this Doc
View Source
Declaration
public double[] OscillationSpectralIndex { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SourceFileName { get; set; }
Property Value
Extension Methods