文件名称:正弦信号的matlab代码-Mel-Frequency-Cepstral-Coefficients:梅尔频率倒谱系数
文件大小:314KB
文件格式:ZIP
更新时间:2024-06-10 09:18:50
系统开源
正弦信号的matlab代码梅尔频率倒谱系数 梅尔频率倒谱系数 该代码按照与Matlab中相同的步骤(功能:mfcc)来计算梅尔频率倒谱系数。 该代码使用默认的40频段滤波器组,其范围大约为133 Hz至6864 Hz,如Matlab中所述。 函数mel_coeff_output具有6个参数: A) The input vector B) The number of coefficients that need to be calculated C) The sampling frequency D) The WindowLength E) The OverlapLength F) A boolean variable that allows the user to decided whether or not to calcuate and save the Log(Energy) of the signal 在Mel_coeff中报告的示例中,我们有一个长度为16000的正弦波形,以10 Hz振荡,采样频率为16000 Hz。 选择的系数数量为13,WindowLength为400个
【文件预览】:
Mel-Frequency-Cepstral-Coefficients-main
----Mel_Coeff.cpp(2KB)
----Mel_Coeff(924KB)
----README.md(2KB)
----Mel_Coeff.h(2KB)
----Mel_Coeff_H.cpp(12KB)