兰州工业学院毕业设计说明书(论文)I摘要让机器听懂人类的语音,这是人们长期以来梦寐以求的事情。语音识别技术就是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的高技术,语音识别是一门交叉学科,所涉及的领域有信号处理、模式识别、概率论和信息论、发声机理和听觉机理、人工智能等等。其应用领域也非常广,例如相对于键盘输入方法的语音输入系统、可用于工业控制的语音控制系统及服务领域的智能对话查询系统,在信息高度化的今天,语音识别技术及其应用已成为信息社会不可或缺的重要组成部分。通过语音传递信息是人类最重要、最有效、最常用和最方便的交换信息形式。同时,语言也是人与机器之间进行通信的重要工具,它是一种理想的人机通信方式,因而可为信息处理系统建立良好的人机交互环境,进一步推动计算机和其他智能机器的应用,提高社会的信息化程度。随着嵌入式技术和通信技术的发展,智能机已成为电子技术发展的主流趋势,目前在智能机领域,从处理器选型、操作系统选择以及应用程序开发都是研究的热点。本设计利用ARM处理器开发处理音频信号,通过一个ARM9芯片S3C2410作为处理器的嵌入式语音采集系统,结合LD3320的嵌入式语音识别系统阐述了语音数据的采集与处理,采用带汉字库的12864显示屏作为语音显示系统。它完成了基于非特定人的语音识别系统的静态测试,其对于语音命令的平均识别率可达90%,并应用该系统构成了语音文本显示系统,该系统能对近距离规范的语音进行采样识别,在内部处理转换成文本信息在显示屏上显示。关键词:语音识别;ARM处理器;LD3320;12864;信号。兰州工业学院毕业设计说明书(论文)IIAbstractLetthemachinetounderstandhumanspeech,itisalongdreamedofthings.Thespeechrecognitiontechnologyistomakethemachinehroughtherecognitionandunderstandingoftheprocessofspeechsignaltransferintothecorrespondingtextorcommandofhightechnology,speechrecognitionisacross-discipinary,involvedintheareasofsignalprocessing,patternrecognitiontheory,soundmechanismandauditorymechanism,artificialintelligenceandsoon.itsapplicationfieldisverywide,suchasrelativetothekeyboardinputmothodofspeechinputsystem,canbeusedforindustrialcontrolvoicecontrolsystemandserviceinthefieldofintelligentdialogueintheinformationinquirysystem,highlytoday,speechrecognitiontechnologyanditsappliicationintheinformationsocietyhasbecomeanimportantpartof.Throughthephonetictransferinformationisthemostimportantandthemosteffective,mostcommonlyusedandthemostconvenientexchangeinformationform.Atthesametime,thelanguageishumanandmachinetheimportanttoolofcommunicationbetween,itisakindofidealman-machinecommunicationway,thusforinformationprocessingsystemtoretablishgoodinteractiveenvironment,furtherpromotecomputerandotherintelligentmachineapplication,improvethesocialinformationdegree.Withtheembeddedtechnologyandcommunicationtechnologydevelopment,theintelligentelectronictechnologyhasbecomthemainstreamofdevelopmenttrend,inthefieldofintelligent,fromtheprocessorselection,operatingsystemselectionandapplicationdevelopmentistheresearchhotspot.thisdesignbasedontheARMprocessordevelopmentprocessingaudiosignaltroughaARM9processorS3C2410chipastheembeddedspeechacquisitionsystem,LD3320embeddedspeechrecognitionsystemelaboratedthevoicedataacquisitionandprocessing,theadoptionofthebeldwhichconsistsof12864displayasavoice兰州工业学院毕业设计说明书(论文)IIIdisplaysystem,Itcompletedbasedonspeaker-independentspeechrecognitionsystemstatictest,thevoicecommandsfortheaveragerecognitionrateofupto90%,andapplicationofthesystemconstitutesthespeechtextdisplaysystem,thissystemcouldbeusedforclosestandardspeechsamplingrecognition,intheinternalprocessingintotextinformationinthescreendisplay.Keywords:speechrecognition;ARMprocessor;LD3320;12864;Signal.兰州工业学院毕业设计说明书(论文)IV目录摘要............................................................ⅠAbstract........................................................Ⅱ前言.............................................................11系统整体方案...................................................41.1总体方案...................................................41.2语音识别原理...............................................42系统硬件设计...................................................72.1硬件模块主体关系...........................................72.2电源模块...................................................82.3寄存器模块.................................................92.4控制单元模块..............................................102.4.1ARMS3C2410芯片简介....................................102.5语音识别模块............................................112.5.1LD3320芯片简介.......................................122.5.2LD3320功能单元......................................132.5.3LD3320芯片模式选择...................................142.5.4关键词的ID及其设置....................................162.5.5反应时间...............................................162.6GPRS模块..................................................182.7语音拨号模块..............................................182.8语音短信模块..............................................192.9LCD显示连接电路...........................................192.9.112864芯片简介.........................................213系统软件设计..................................................233.1语音识别操作流程..........................................233.2系统程序流程..............................................24兰州工业学院毕业设计说明书(论文)V4软件调试......................................................264.1上电调试..................................................264.2读写寄存器调试............................................264.3检查存储器初始值..........................................265硬件调试......................................................285.1硬件电路调试..............................................285.2硬件功能检查..............................................285.3综合调试..................................................28结论............................................................29致谢............................................................30参考文献........................................................31附录...............................