Class SpectrogramOctaveScale
Inherited Members
Namespace: AudioAnalysisTools.StandardSpectrograms
Assembly: AudioAnalysisTools.dll
Syntax
public class SpectrogramOctaveScale : BaseSonogram
Constructors
| Improve this Doc View SourceSpectrogramOctaveScale(SonogramConfig, FrequencyScale, WavReader)
Declaration
public SpectrogramOctaveScale(SonogramConfig config, FrequencyScale scale, WavReader wav)
Parameters
Type | Name | Description |
---|---|---|
SonogramConfig | config | |
FrequencyScale | scale | |
WavReader | wav |
Methods
| Improve this Doc View SourceMake(Double[,])
Converts amplitude matrix to octave frequency scale spectrogram. IMPORTANT: DOES NOISE REDUCTION after conversion.
Declaration
public override void Make(double[, ] amplitudeM)
Parameters
Type | Name | Description |
---|---|---|
Double[,] | amplitudeM | Matrix of amplitude values. |