搜索资源列表
VQ-DHMM
- 语音识别配套的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.
vq
- 说话人识别是语音识别的一种特殊方式,其目的不是识别语音内容,而是识别说话人是谁,即从语音信号中提取个人特征。采用矢量量化(VQ)可避免困难的语音分段问题和时间归整问题,且作为一种数据压缩手段可大大减少系统所需的数据存储量。本文提出了识别特征选取采用复倒谱特征参数和对应用VQ的说话人识别系统改进的一种方法。当用于训练的数据量较小时,复倒谱特征可以得到比较稳定的识别性能。VQ的改进方法避免了说话人识别系统的训练时间与使用时间相差过长从而导致系统的性能明显下降以及若利用自相关函数带来的大量运算。-Sp
vq
- 语音识别中的矢量量化(vq)的matlab程序,希望可以帮到需要的人-Speech Recognition vector quantization (vq) Matlab procedure, the desire to help people in need
VQ
- 一个VQ语音识别代码 自己写的 十分有用来分享下
说话人识别
- 本文介绍了基于VQ的特定人孤立词语音识别系统,借助MATLAB工具,设计基于VQ码本训练程序和识别程序,识别特定人的语音。
HVite.rar
- 实现HMM算法,VQ算法,以及神经网络算法的语音识别程序,Realize the arigthom of HMM(training),VQ and NN for speech recognition
VQSHUZIYY.rar
- 很好的MATLAB开发源程序 基于VQ矢量量化的语音识别程序,MATLAB to develop a very good source of vector quantization VQ-based speech recognition procedures
VQ.rar
- 在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,利用该说话人识别系统,对不同的人的1s~7s的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用说明: 1 训练 打开Matlab 使Current Directory为VQ所在的文件夹(比如:E:\vq) 在Command windows中输入 train( 1s\ ,7) 这是将1s中的wav文件进行特征提取并产生VQ码本, 在workspace中有个ans的文件保存为.m文件,比如7.
vq
- 语音识别VQ全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-VQ whole process of speech recognition matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure, the hum
ASRCODE
- DTW+VQ实现的语音识别 UIUC提供,包含样本 只需将.txt改成.m-DTW+ VQ implementation of speech recognition . provide by UIUC, including samples simply. Txt into. M
text
- 在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,利用该语音识别系统,对不同的人的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。-In the MATLAB environment VQ-based Speaker Recognition System. In real-time recording, the use of the voice recognition system, for different people to carry out voice
fftvq
- 小波变换加VQ语音识别程序。用小波变换来提高语音特征的性能,从而提高VQ算法的识别率-Wavelet transform plus VQ speech recognition program. Using wavelet transform to improve the performance of speech features to enhance the recognition rate of VQ algorithms
ReseacrhOfAPPlieationOfEmbeddedSPeeehRecognitionon
- 本文首先介绍了目前语音识别的发展现状和主要手段,分析了语音识别中所采用的主要特征参数和比较前沿的研究方向,另外着重讲解了语音识别中最常用隐马尔可夫H(MM)模型,及应用广泛的矢量量化方法(VQ)。接着介绍了嵌入式平台,从软、硬件方面着重介绍了与语音识别相关部分的设计包括硬件及相关驱动程序设计,最后介绍了系统实现方法与测试结果。 -This paper describes the current status of the development of speech recognition a
vq
- 基于VQ的语音识别程序,我用了,很好用,希望帮帮大家!-VQ-based speech recognition program I used, very good use, you want to Bang Bang!
vq
- vq方法用于语音识别。 -vq method for speech recognition.vq method for speech recognition.
VQ-Matlab
- 基于矢量量化的孤立词语音识别系统看,性能良好,Matlab 实现!-Based on vector quantization of isolated word speech recognition system to see, good performance, Matlab to achieve!
基于VQ特定人孤立词语音识别(有录好的语音)matlab
- 基于VQ特定人孤立词语音识别(有录好的语音)matlab(vq)
matlab实现VQ说话人识别系统
- 基于Matlab简单的语音识别系统,能够通过样本训练得到最后结果。(Simple speech recognition system based on Matlab can get the final result through sample training.)
基于矢量量化(VQ)的说话人识别实验
- 基于矢量量化(VQ)的说话人识别实验MATLAB源程序(Speaker Recognition Experiment MATLAB Source Program Based on Vector Quantization (VQ))
matlab基于vq的语音识别系统
- 该例程包含了HMM和VQ算法,实现了非特定人的语音识别和说话人识别的功能。