- 1、本文档共38页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
智能音箱的设计与实现
摘 要
随着社会的发展和人们生活需求的变化,智能音箱已经开始步入我们的生活,影响着千家万户。但是人们对智能音箱的要求也越来越高,需求变的多种多元化。从最早亚马逊的echo智能音箱到国内早期的叮咚音箱,再到现如今的天猫精灵、小度音箱、小米音箱的蓬勃发展,人工智能和机器学习的大力发展和推动,带动了语音识别技术的的发展。语音识别技术是实现一款良好智能音箱的基础,而且随着时代朝向智能化的发展,智能音箱将是智能家居的控制中心。
本文主要是对智能音箱的设计和实现进行讨论。首先对关于语音识别技术基本原理进行概述,研究分析语音识别的大概过程。最后对整个智能音箱系统的语音识别方案和实现方法进行说明。
关键词:智能音箱 人工智能 语音识别
Design and realization of intelligent speaker
Abstract
With the development of society and the change of peoples living needs, smart speakers have begun to enter our lives, affecting thousands of households. But peoples requirements for smart speakers are also higher and higher, and the demand is diversified. From the earliest echo intelligent speaker of Amazon to the early DingDong speaker in China, to the vigorous development of Tmall genie, Xiaodu speaker and Xiaomi speaker, the vigorous development and promotion of artificial intelligence and machine learning have driven the development of speech recognition technology. Speech recognition technology is the foundation of a good smart speaker, and with the development of the times towards intelligence, smart speaker will be the control center of smart home.
This paper mainly discusses the design and implementation of intelligent speaker. Firstly, the basic principle of speech recognition technology is summarized, and the general process of speech recognition is studied and analyzed. Finally, the speech recognition scheme and implementation method of the whole intelligent speaker system are explained.
Keywords: Intelligent speaker Artificial intelligence Speech recognition
目 录
TOC \o 1-3 \h \u 1引言 1
1.1背景概述 1
1.2研究的目的和意义 1
1.3智能音箱行业发展概况 1
1.4语音识别系统的发展和应用 2
1.4.1国外发展状况: 2
1.4.2国内发展状况: 2
1.4.3语音识别系统的应用 3
1.5各大语音识别平台的对比 3
2 语音识别技术基本原理 6
2.1语音识别原理概述 6
2.2 语音识别预处理概述 6
2.2.1 端点检测 7
2.2.2 预加重 7
2.2.3 分帧 7
2.2.4 加窗 7
2.3语音识别特征参数提取 7
2.4语音识别算法概述 8
2.4.1动态时间规整(DTW) 8
2.4.2隐马尔科夫模型(HMM) 8
2.4.3深度神经网络(DNN) 8
2.4.4循环神经网络(RNN) 9
2.
文档评论(0)