搜索资源列表
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)的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
shuohuarenshibie
- 识别配套的VQ及DHMM模型训练程序,C语言,已经定点化,可直接移植到8位MCU或16位DSP中.与目前市面的语音识别玩具的算法基本一致,非常实-speaker recognition
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
- 基于VQ特定人孤立词语音识别,里面有已经录好的语音(.wav)-Based on TeDingRen VQ isolated words speech recognition
基于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算法,实现了非特定人的语音识别和说话人识别的功能。