搜索资源列表
10-1snoopy
- 该程序是非特定人语音识别程序,原来在SPCE500A下运行,能识别并应答16个命令,存储空间为128K字节。 //我们将其进行了修改,使其能在SPCE061A下运行,由于存储空间为32K字,只能识别并应答9个命令。 //在这个例程当中,我们示范了如何使用语音识别引擎对8个已经经过训练的命令进行识别。 //第一个命令 \"Snoopy\",可以作为使能命令,也就是说使用者只能在该命令之后发出其他命令。 //例如,用户只有在发出 \"Snoopy\"命令并且听到响应\"Snoopy here\"之后
10-2guard
- 程序名:Guard.c //该程序是特定人语音识别 //在程序中通过三条语句的训练演示特定人连续音识别,其中第一条语句为触发命令。 //在程序开始首先训练触发命令,然后提示训练两条命令,训练完毕开始语音识别。 //当识别出触发名称后,发布命令则会听到应答-procedures Name : Guard.c / / The procedure is a specific person voice recognition / / procedures adopted by the three ph
dds
- 该程序是非特定人语音识别程序,原来在SPCE500A下运行,能识别并应答16个命令,存储空间为128K字节。-the procedures were non-specific voice recognition procedure, in SPCE500A original run, Recognition and Response to 16 orders, storage space for 128K bytes.
speaker-recognition-DSP-block
- 这个文档对想用DSP实现一非特定人语音识别系统 有很大的帮助。-this document right to use a DSP-independent speech recognition system is a great help.
智能语音识别避障机器人
- 智能语音识别避障机器人 // 语音识别+机器人+超声波测距综合应用方案 // 采用特定人识别技术,程序开始时用户需要对语音识别进行训练,每 // 条指令训练两次,训练成功后,才开始真正的语音辨识,针对用户发 // 出的不同语音指令,机器人执行不同的动作,在动作过程中进行超声 // 波测距,遇到障碍物停止动作,并发射飞盘
CDHMM
- 基于小波包的孤立词语音识别技术,构建了一个关于方向信息的孤立词非特定人语音识别系统。给出了从模型训练到识别的实现过程。
说话人识别
- 本文介绍了基于VQ的特定人孤立词语音识别系统,借助MATLAB工具,设计基于VQ码本训练程序和识别程序,识别特定人的语音。
Recognition-System
- :建立了一个基于HMM 算法的非特定人语音识别系统,阐述了具体实现过程,包括预处理、特征参数的提取及模板的匹配-: The establishment of a non-specific algorithm based on HMM Speech Recognition System, describes a specific implementation process, including preprocessing, feature extraction and template para
qianrushiyuyin
- 一篇硕士毕业论文设计,基于凌阳单片机 的非特定人语音识别论文-Design a master' s thesis, based on Sunplus Single Chip Speech Recognition of non-specific papers
melodyRecognition
- 自动语音识别源码对非特定人的孤立词语音识别算法 进行研究。考虑到语音识别技术在嵌入式系统处理能力较弱、存储空间有限的问 题上进行算法的选择和优化,以提高系统的鲁棒性,减少系统的 -Automatic speech recognition source code for non-specific human isolated word speech recognition algorithm research. Taking into account the voice recogni
SpeechSignalFeatureExtractioncprogram
- 主要描述了基于特定人语音信号特征提取以及相关代码-Mainly describes the people on the basis of specific speech signal feature extraction and related code
Smallvocabularyspeechrecognitionofnon-specificpers
- 小词汇量非特定人语音识别在嵌入式系统中的应用。-Small vocabulary speech recognition of non-specific person at embedded systems applications.
voice_identify
- 本文介绍了一种基于动态时间归整(DTW)方法的小词汇表非特定人语音识别通用模块。系统采用Motorola公司DSP56F805芯片为核心,应用线性预测编码(LPC)与动态时间归整(DTW)算法进行非OOV(out of vocabulary)语音识别。测试表明,有良好的实用性。-Use Motorola s DSP56F805 to Build a Common module of Voice identify.
feitedingren
- 两篇很好的非特定人语音识别论文,《非特定人连续数字语音识别研究》 《非特定人连续语音识别的理论、分析和实验》 ,NH文件格式,中国知网付费下载,-Two very good people of non-specific speech recognition thesis, " non-person for a specific figure of speech recognition research," " people of non-specific theory
HBR110_V1.1_CN
- HBR110是一个带特定人语音识别的芯片,该文件为其说明书,有完整的开发资料-HBR110 is a person with a specific speech recognition chip, the document for its descr iption, the development of complete information
Recognise_SD
- 凌阳单片机SPCE061A特定人语音识别范例-Sunplus MCU SPCE061A specific examples of human speech recognition
Speech_Adaptin_using_MLLR_and_MAP
- 说话人自适应是提高非特定人语音识别系统识别性能的有效手段,本文针对非母语说话人,结合常规的白适应技术MLLR和MAP,探索云南纳西族和傈僳族两种母语说话人的汉语普通话语音识别问题,实验结果显示有显著效果。-Speaker adaptation is a powerful means of improving the performance of speakerindependent speech recognition system.Aimed at Yunnan minority Naxi a
Voice Discern For STM32F
- 于市售 STM32 开发板上实现特定人语音识别处理项目。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的 Mel 频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经数次试验求得算法内所需各系数的最优值。而后将算法移植到 STM32 开发板上,移植过程中根据 STM32 上存储空间相
yuyinchuli
- 在matlab平台利用GUI界面实现录音,播放。并对语音信号进行频谱分析,特定人语音识别,混响,混频等基础功能。(On the MATLAB platform, the GUI interface is used to record and play. And the speech signal spectrum analysis, specific speech recognition, reverberation, mixing and other basic functions.)
基于VQ特定人孤立词语音识别(有录好的语音)matlab
- 基于VQ特定人孤立词语音识别(有录好的语音)matlab(vq)