GraphMfcc Method |
Namespace: Emgu.TF
public Operation Mfcc( Output spectrogram, Output sample_rate, float upper_frequency_limit = 4000f, float lower_frequency_limit = 20f, long filterbank_channel_count = 40, long dct_coefficient_count = 13, string opName = "Mfcc" )
Public Function Mfcc ( spectrogram As Output, sample_rate As Output, Optional upper_frequency_limit As Single = 4000F, Optional lower_frequency_limit As Single = 20F, Optional filterbank_channel_count As Long = 40, Optional dct_coefficient_count As Long = 13, Optional opName As String = "Mfcc" ) As Operation
public: Operation^ Mfcc( Output^ spectrogram, Output^ sample_rate, float upper_frequency_limit = 4000f, float lower_frequency_limit = 20f, long long filterbank_channel_count = 40, long long dct_coefficient_count = 13, String^ opName = L"Mfcc" )
member Mfcc : spectrogram : Output * sample_rate : Output * ?upper_frequency_limit : float32 * ?lower_frequency_limit : float32 * ?filterbank_channel_count : int64 * ?dct_coefficient_count : int64 * ?opName : string (* Defaults: let _upper_frequency_limit = defaultArg upper_frequency_limit 4000f let _lower_frequency_limit = defaultArg lower_frequency_limit 20f let _filterbank_channel_count = defaultArg filterbank_channel_count 40 let _dct_coefficient_count = defaultArg dct_coefficient_count 13 let _opName = defaultArg opName "Mfcc" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,