正弦信号的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个