搜索资源列表
-
1下载:
用DSP实现的一个简单的语音识别系统,只要实现单个词的识别即可,采样率8k,帧长30ms,帧移10ms,系统采样后分帧--端点检测,将检测到的原始语音信号保存下来,基本上一个字在30帧左右,然后提取每帧的LPC参数--将LPC参数转换为LPC倒谱系数,然后利用DTW方法和模板比较.-a brief speech recognition system, as long as the realization of a single word can be identified. 8 k sampli
-
-
2下载:
语音识别配套的VQ及DHMM模型训练程序,C语言,已经定点化,可直接移植到8位MCU或16位DSP中。与目前市面的语音识别玩具的算法基本一致,非常实用,仅供大家参考,别去抢人家饭碗才好。-speech recognition and matching VQ DHMM model training procedures, C language, has been positioned, can be directly transplanted to eight 16-bit MCU or DSP.
-
-
0下载:
这个文档对想用DSP实现一非特定人语音识别系统 有很大的帮助。-this document right to use a DSP-independent speech recognition system is a great help.
-
-
0下载:
在DSP TMS320VC5402上实现的语音识别算法,使用代数汇编编程,编译器为CCS2.2。使用LPCC算法提取语音特征,DTW算法进行特征匹配-TMS320VC5402 DSP in the realization of speech recognition algorithm, the use of algebraic compilation of programming, compiler for DSP. LPCC Features extraction algorithm to u
-
-
0下载:
针对语音识别的实时性要求提出了一种新的基于支持向量机的OOV快速拒识算法并将其应用于基于DSP 实现的孤立词语音识别系统中。-Speech Recognition real-time requirements of a new support vector machines based on the vocabulary rapid rejection algorithm which can be used for the DSP-based Isolated Speech Recognitio
-
-
0下载:
基于DSP芯片为控制核心,设计了语音处理系统,有效地解决了高性能与低成本间的矛盾。系统的硬件部分包括数字信号处理芯片、音频CODEC模块、电源模块、滤波电路、JTAG 仿真接口等几大模块,系统的软件部分介绍了语音识别的基本原理,阐述了DSP实现技术,探讨并验证小波变换算法比傅里叶变换算法在提高语音识别系统性能应用中的有效性。该系统资源丰富,电路兼有模拟和数字信号接口,可以作为一个独立的模块应用于其他电路,方便地扩展其应用。-The design of speech process system
-
-
0下载:
一些基于DSP的语音识别的期刊和论文,都是在CNKI上下载的,希望这个方向的人可以相互交流一下-DSP-based speech recognition of some journals and papers are CNKI downloaded and hope that this direction of people communicate with each other about
-
-
0下载:
dsp-eg-c-revise 基于DSp环境的语音识别-dsp-eg-c-revise DSp environment based on speech recognition
-
-
0下载:
基于LPMCC的语音识别系统实现
语音识别可实现人机交互和语音控制,在X-业控制、消费电子等领域都有广泛应用。结合人发音的生理
结构的特点,使用LPMCC(LPC倒谱美尔变换)作为特征向量,采用动态规划算法作为核心识别算法,在TMS320VC5402芯片上实现了特定人、孤立词的高性能实时识别系统。-Speech Recognition System Based On LPMCC
Speech recognition can achieve human—computer intera
-
-
0下载:
分布式语音识别(DSR)是为了减轻语音处理前端的运算压力而产生的一种系统化的语音处理流程,目前欧洲电信标准化协会(ETSI)已经发布了多个版本的DSR标准C代码。本代码利用C67系列DSP芯片的特性,对ETSI标准DSR代码进行了优化。可以在ccs studio平台下编译运行。-Distributed Speech Recognition is a systemized speech processing architecture, that is used to unburden the fr
-
-
0下载:
这是在DSP上编写的语音识别程序,采用的是最为简单有效的方法DTW(Dynamic Time Warping,动态时间归整)算法-This is written on the DSP speech recognition program, using the most simple and effective way to DTW (Dynamic Time Warping, Dynamic Time whole) algorithm
-