Click or drag to resize
Accord.NET (logo)

MFCC Constructor

Obsolete. Please use MelFrequencyCepstrumCoefficient instead.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public MFCC(
	int filterCount = 40,
	int cepstrumCount = 13,
	double lowerFrequency = 133.3333,
	double upperFrequency = 6855.4976,
	double alpha = 0.97,
	int samplingRate = 16000,
	int frameRate = 100,
	double windowLength = 0.0256,
	int numberOfBins = 512
)
Request Example View Source

Parameters

filterCount (Optional)
Type: SystemInt32
cepstrumCount (Optional)
Type: SystemInt32
lowerFrequency (Optional)
Type: SystemDouble
upperFrequency (Optional)
Type: SystemDouble
alpha (Optional)
Type: SystemDouble
samplingRate (Optional)
Type: SystemInt32
frameRate (Optional)
Type: SystemInt32
windowLength (Optional)
Type: SystemDouble
numberOfBins (Optional)
Type: SystemInt32
See Also