|
MelFrequencyCepstrumCoefficientDescriptor Constructor
|
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public MelFrequencyCepstrumCoefficientDescriptor(
int frame,
double[] descriptor
)
Public Sub New (
frame As Integer,
descriptor As Double()
)
Request Example
View SourceParameters
- frame
- Type: SystemInt32
The frame index from which this feature was extracted. - descriptor
- Type: SystemDouble
The MFCC descriptor values.
See Also