Class EnergySpectrogram
There are two CONSTRUCTORS.
Inheritance
EnergySpectrogram
Assembly: AudioAnalysisTools.dll
public class EnergySpectrogram
Constructors
|
Improve this Doc
View Source
Declaration
public EnergySpectrogram(AmplitudeSpectrogram amplitudeSpectrogram)
Parameters
|
Improve this Doc
View Source
Initializes a new instance of the EnergySpectrogram class.
Use this constructor when you have config and audio objects.
Declaration
public EnergySpectrogram(SpectrogramSettings config, WavReader wav)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public SpectrogramAttributes Attributes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SpectrogramSettings Configuration { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets the spectrogram data matrix of doubles
Note matrix orientation: ROWS = spectra; COLUMNS = frequency bins.
Declaration
public double[, ] Data { get; set; }
Property Value
Extension Methods