Class SpectrogramGeneratorConfig
Inheritance
SpectrogramGeneratorConfig
Assembly: AnalysisPrograms.dll
Syntax
public class SpectrogramGeneratorConfig : AnalyzerConfig, IConfig
Properties
|
Improve this Doc
View Source
BgNoiseThreshold
The default threshold = zero decibels.
This removes the least background noise.
Values up to 4 decibels are possibly effective.
Declaration
public double BgNoiseThreshold { get; set; }
Property Value
|
Improve this Doc
View Source
DifferenceThreshold
DIFFERENCE SPECTROGRAM - PARAMETER (in decibels).
Declaration
public double DifferenceThreshold { get; set; }
Property Value
|
Improve this Doc
View Source
DoPreemphasis
CEPSTROGRAM - PARAMETER.
Do pre-emphasis prior to FFT.
Declaration
public bool DoPreemphasis { get; set; }
Property Value
|
Improve this Doc
View Source
FilterbankCount
CEPSTROGRAM - PARAMETER
The size of the Mel-scale filter bank.
The default value is 64.
THe minimum I have seen referenced = 26.
Declaration
public int FilterbankCount { get; set; }
Property Value
|
Improve this Doc
View Source
Images
Which images to draw. Defaults to all of them.
Declaration
public SpectrogramImageType[] Images { get; set; }
Property Value
|
Improve this Doc
View Source
IncludeDelta
CEPSTROGRAM - PARAMETER.
Include the delta features in the returned MFCC feature vector.
Declaration
public bool IncludeDelta { get; set; }
Property Value
|
Improve this Doc
View Source
IncludeDoubleDelta
CEPSTROGRAM - PARAMETER.
Include the delta-delta or acceleration features in the returned MFCC feature vector.
Declaration
public bool IncludeDoubleDelta { get; set; }
Property Value
|
Improve this Doc
View Source
LcnContrastLevel
LOCAL CONTRAST NORMALIZATION PARAMETERS.
Declaration
public double LcnContrastLevel { get; set; }
Property Value
|
Improve this Doc
View Source
NeighborhoodSeconds
LOCAL CONTRAST NORMALIZATION PARAMETERS.
Declaration
public double NeighborhoodSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int WaveformHeight { get; set; }
Property Value
Implements
Extension Methods