Click or drag to resize
Accord.NET (logo)

MelFrequencyCepstrumCoefficientDescriptor Constructor

Initializes a new instance of the MelFrequencyCepstrumCoefficientDescriptor struct.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public MelFrequencyCepstrumCoefficientDescriptor(
	int frame,
	double[] descriptor
)
Request Example View Source

Parameters

frame
Type: SystemInt32
The frame index from which this feature was extracted.
descriptor
Type: SystemDouble
The MFCC descriptor values.
See Also