当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - mfcc code in matlab
搜索资源列表
-
1下载:
MFCC,即倒谱系数,也是语音的一个特征之一,能够充分利用人耳的特性
% 具体的求法就是预处理,然后加窗,进行傅立叶变换,再求出功率普
% 然后得出其自然对数,最后进行dct变换
% 代码是用matlab写的,用到的一个语音工具箱,可以从网络上下载。-MFCC, that is, just a few pedigree, as well as a voice of one, to take full advantage of people's ears% of the spe
-
-
0下载:
说话人识别和训练系统所用的很多源码,内容很详实,希望大家能用的上-Speaker Recognition and training system used by a lot of source code, content is very informative and hope that we can use the upper
-
-
0下载:
MFCC参数很好的反映了人耳的听觉特性,所以在语音识别中我们也用到他,本代码是用matlab仿真了MFCC 参数的提取过程.-MFCC parameters well reflected the auditory characteristics of the human ear, so in speech recognition, we also used him, and this code is used matlab simulation parameters of the MFCC ex
-
-
4下载:
一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理-An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welc
-
-
0下载:
-
-
0下载:
The code is a matlab code for Classification and Identification of bird species based on their sounds. It extracts MFCC coefficients.
-
-
0下载:
MFCC MATLAB 实现,主要是在分布式语音信号参数提取方面的代码,提取出的参数直接量化编码-MFCC MATLAB implementation, the main voice signal in the distributed parameter extraction of the code, the extracted coding parameters to directly quantify
-
-
0下载:
MFCC Function for Mel cepstra coefficients in Matlab
-
-
0下载:
In this work, the Mel frequency Cepstrum Coefficient
(MFCC) feature has been used for designing a text
dependent speaker identification system. The extracted
speech features (MFCC’s) of a speaker are quantized to a
number of centroids using v
-
-
0下载:
语音识别MFCC特征提取matlab代码。 「梅尔倒频谱系数」(Mel-scale Frequency Cepstral Coefficients,简称MFCC),是最常用到的语音特征,此参数考虑到人耳对不同频率的感受程度,因此特别适合用在语音辨识。-Speech recognition MFCC feature extraction matlab code. \ Mel cepstrum coefficient (Mel- scale Frequency Cepstral Coefficien
-