资源描述:
《基于MATLAB的孤立次识别》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、语音识别(SpeechRecognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。语音识别技术以语音信号处理为研究对象,涉及语言学、计算机科学、信号处理、生理学、心理学等诸多领域,是模式识别的重要分支。该技术有非常广阔的应用前景。论文主要研究语音识别的基本原理和不同的识别算法,并着重研究基于MATLAB的语音识别算法。在此基础上论文构建了一个基于MATLAB的孤立词语音识别系统。该系统完成了语音识别的主要过程,包含预处理、端点检测、特征参数提取和模式匹配。预处理主要进行了预加重和加窗分帧,端点检测采用了双门限方法,特征参数提取采用的是
2、线性预测分析方法,选取了美尔倒谱系数(MFCC)作为主要的特征参数,利用DTW算法完成了儿个孤立词“前进、后退、停”的训练和识别。多人实验的结果表明,该系统的识别率还算可观,对简单孤立词语音识别非常实用,可以满足系统的设计要求。关键词:matlab;语音识别;孤立词AbstractSpeechRecognition(SpeechRecognition)istoallowmachinestoidentifyandunderstandtheprocessofthevoicesignalintotheappropriatetextororderofthetechnolo
3、gy.Voicerecognitiontechnologytovoicesignalprocessingforthestudy,involvinglinguistics,computerscience,signalprocessing,physiology,psychologyandotherfields,isanimportantbranchofpatternrecognition.Thetechnologyhasaverybroadprospects.Majorresearchpapersspeechrecognitionandthebasicprincipl
4、esofdifferentalgorithmstoidentifyandfocusonMATLAB-basedspeechrecognitionalgorithm.Onthisbasis,buildathesisbasedonMATLABisolatedwordspeechrecognitionsystem.Thesystemcompletedtheprocessofthemainspeechrecognition,includingpretreatment,theendpointdetection,featureextractionandpatternmatch
5、ing.Pretreatmentamajorpre-emphasisandprocessingwindow-frames,endpointdetectionusingadual-thresholdmethod,featureextractionusingalinearpredictionanalysis,theUnitedStatesandSeoulhasbeenselectedinvertedcoefficients(MFCC)asthemainparameters,theuseofDTWalgorithmcompletedafewisolatedwordsHf
6、orward,rewind,stop”thetrainingandrecognition.Morethantheresultsoftheexperimentshowsthatthesystemofrecognitionratestillconsiderable,thesimplewordsinisolationspeechrecognitionisuseful,tomeetthedesignrequirements.Keywords:matlab;speechrecognition;isolatedwords...1...1...1...2...3...3...3
7、...4•••5•..^5...6...6...8.11.12.14.15.17.17.19.19.19.20.20.20.22.23绪论1.1语音识别概述1.1.1语音识别研究的重要意义…1.1.2语音识别的发展现状1.2语音识别研究的现状及发展趋势121语音识别研究的现状1.2.2语音识别研究面临的问题1.2.3语音识别未来的趋势……语音识别的基本原理2.1语音识别的基木原理2.2语音信号的预处理2.2.1预加J重222端点检测2.3语音信号特征参数提取2.3.1线性预测分析的基木原理2.3.2美尔倒谱参数2.3.4美尔倒谱参数的计算・・2.4模板匹配技术2.
8、4.1动态