Class AmplitudeSonogram
This class is designed to produce a full-bandwidth spectrogram of spectral amplitudes The constructor calls the three argument BaseSonogram constructor.
Inherited Members
Namespace: AudioAnalysisTools.StandardSpectrograms
Assembly: AudioAnalysisTools.dll
Syntax
public class AmplitudeSonogram : BaseSonogram
Constructors
| Improve this Doc View SourceAmplitudeSonogram(SonogramConfig, WavReader)
Declaration
public AmplitudeSonogram(SonogramConfig config, WavReader wav)
Parameters
Type | Name | Description |
---|---|---|
SonogramConfig | config | |
WavReader | wav |
Methods
| Improve this Doc View SourceMake(Double[,])
This method does nothing because do not want to change the amplitude sonogram in any way. Actually the constructor of this class calls the BaseSonogram constructor that does NOT include a call to Make(). Consequently this method should never be called. Just a place filler.
Declaration
public override void Make(double[, ] amplitudeM)
Parameters
Type | Name | Description |
---|---|---|
Double[,] | amplitudeM | amplitude sonogram. |