1 / 43
文档名称:

基于微软语音引擎的语音识别.doc

格式:doc   页数:43页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于微软语音引擎的语音识别.doc

上传人:cdsqbyl 2015/6/25 文件大小:0 KB

下载得到文件列表

基于微软语音引擎的语音识别.doc

相关文档

文档介绍

文档介绍:本科毕业论文(设计)
题目:
学生: 学号:
学院: 专业:
入学时间: 年月日
指导教师: 职称:
完成日期: 年月日
诚信承诺
我谨在此承诺:本人所写的毕业论文《基于微软语音引擎的语音识别》均系本人独立完成,没有抄袭行为,凡涉及其他作者的观点和材料,均作了注释,若有不实,后果由本人承担。

承诺人(签名):
年月日
基于微软语音引擎的语音识别
作者:刘欢学号:201040620228 指导老师:周小波
摘要:本设计是利用微软语音软件开发包Speech SDK,在VC++ 的MFC平台下实现计算机语音识别的过程。通过对微软语音开发理论的学****与探索,了解MFC平台的开发与应用,掌握Microsoft Speech SDK (SAPI)在VC++,设计出的在Windows系统下的人机交互语音识别系统。系统总体设计包含上位机设计和下位机设计,以上位机软件设计为主体设计部分,下位机部分作为功能扩展部分。其中下位机设计使用STC89C51单片机作为主控芯片,下位机软件采用C语言在Keil下编程实现。上位机控制部分包含打开Windows视窗程序、打开浏览器中的网站等操作。下位机控制部分主要是控制语音模块的语音播报。整个系统是围绕日常生活中人们所需进行设计的,为人们日常生活提供更多的便利。
关键词:语音识别、Speech SDK、MFC、单片机;
The Speech Recognition design based on
Microsoft Speech SDK
Name: LiuHuan Student ID:201040620228 Instructor:Xiaobo Zhou
Abstract : The design which using the Microsoft Speech SDK was designed on the workspace of MFC by VC++ and make it that PC speech recognition true. The man –machine interaction system which operations on Windows Operation System was designed by learning and researching in the Microsoft Speech development theory , knowing the design and application on the workspace of MFC and the operation on VC++ whole system design was insisted of the puter design and the puter design , the puter design was the main design and the puter design was designed as an extended design.
The main control chip of the puter design used STC89C51 MCU. The software of the puter was programmed by C program language at the workspace of Keil. The part of the puter control included opening the windows procedure, opening websites and so on . The main function of the puter control was controlling the voice broadcast which was produced by voice module . The whole system was designed by enclosing people's daily lives , in order to make it much more convienient .

Key words: speech recognition, Speech SDK, MFC, Microcontroller Unit ;
目录
1
1
1
1
1
设计环境要求 1
功能概述 2
3
3
Microso