Click or drag to resize
Accord.NET (logo)

MelFrequencyCepstrumCoefficientInnerTransform Method

This method should be implemented by inheriting classes to implement the actual feature extraction, transforming the input image into a list of features.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
protected override IList<MelFrequencyCepstrumCoefficientDescriptor> InnerTransform(
	Signal signal
)
Request Example View Source

Parameters

signal
Type: Accord.AudioSignal

Return Value

Type: IListMelFrequencyCepstrumCoefficientDescriptor
See Also