搜索资源列表
speech_rec_mfcc_vad
- 在matlab上实现的特定人小词汇量的语音识别程序。先输入10个模板,第10个为退出命令,然后再根据提示进行识别-in Matlab achieve specific small - vocabulary voice recognition procedures. Importing 10 templates, 10 to withdraw from the order, then under the prompt identification
说话人识别
- 本文介绍了基于VQ的特定人孤立词语音识别系统,借助MATLAB工具,设计基于VQ码本训练程序和识别程序,识别特定人的语音。
MATLAB-environment-voice-recognition
- 介绍了一种基于 MA T L A B的多个特定人连接词语音识别的方法,并提出了在进行端点检测时,引入平均的概念能进一 步提高识别率。 此设计是以 L P C C系数、 D T W 算法为核心的基于图形界面的设计。 通过大量的实验测试 ,表明该方法基本达 到屏蔽外界环境的影响 , 具有非常高的精度识别-: In this paper based on a number of specific persons MA TLAB conjunctions speech recognition
dtw
- 用matlab实现特定人的单个词识别,采用dtw算法,主要用到了语音端点检测、语音分帧、梅尔倒谱系数等,文件中含有0-9个输入模版语音,作为参考模版信号。-Using matlab to achieve a specific person single word recognition, using dtw algorithm, mainly used in the voice activity detection, voice sub-frame, Mel Cepstral, etc., do
speechrecognization
- 语音识别基于dtw算法,可以识别特定的汉字,里面有10个字的模板-speech recognition
hmmrecognition
- 语音识别基于隐形马尔科夫算法,进行特定的汉字识别-Speech recognition based on hidden Markov algorithm, make specific character recognition
dtwmatlab
- 基于dtw的特定人语音识别,此为matlab语言,具体功能实现还需要自行调整-Specific human speech recognition based on DTW, this is the MATLAB language, but also need to adjust the specific function realization
基于VQ特定人孤立词语音识别(有录好的语音)matlab
- 基于VQ特定人孤立词语音识别(有录好的语音)matlab(vq)
Speech-Recognition-master
- 针对特定人dtw算法语音识别,实现0-9的数字识别用于初学者(speech recongition using dtw)
matlab基于vq的语音识别系统
- 该例程包含了HMM和VQ算法,实现了非特定人的语音识别和说话人识别的功能。