搜索资源列表
MATLABwiithHMM
- MATLAB环境下的基于HMM模型的语音识别系统
基于MATLAB的语音识别系统程序包括HMMDTWRecord三个matlab的M文件
- 基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件
说话人语音识别系统
- 这是使用matlab实现的说话人识别和确认系统。
说话人识别
- 本文介绍了基于VQ的特定人孤立词语音识别系统,借助MATLAB工具,设计基于VQ码本训练程序和识别程序,识别特定人的语音。
bpsk14.rar
- 本课题为给语音识别系统提供语音信号端点检测的功能,对语音信号端点检测进行了探讨和研究,主要是侧重语音区间的端点检测...(附软件源码),Voice Active Detection (VAD) is discussed in this project. Detection between speech section and speechless section and emphasized.(code available).
yuyinshibie.rar
- 利用matlab模拟的语音识别系统,读取wav文件进行信号处理~~~,Matlab simulation of the use of voice recognition systems, to read wav files Signal Processing ~ ~ ~
cdhmm
- 用Matlab开发的基于HMM的语音识别系统-Developed using Matlab-based HMM speech recognition system
vad
- 在语音识别系统中,端点检测的目的是要区分语音段和非语音段 ,它在自动语音识别中起着关键作用-In speech recognition systems, the purpose of endpoint detection is to distinguish between voice and non-voice segment, which in automatic speech recognition plays a key role
MatlabKuozhanbiancheng
- matlab扩展编程:增加了matlab的数据结构和编程技巧,c调用matlab,matlab访问硬件系统,matlab录音工具,matlab的语音识别系统等-matlab expand programming: an increase of matlab data structures and programming techniques, c call matlab, matlab access to hardware system, matlab recording tools, matl
speech
- matlab 语音识别系统,深圳大学的语音识别-matlab speech recognition
Final
- 语音识别系统,在静音环境比较准确,但是假若有噪音或者其他情况会有问题,附预处理部分-Speech recognition system, in the quiet environment is accurate, but if there are noise problems or other conditions will be attached to some pretreatment
语音识别最新
- 用matlab仿真神经网络语音识别系统,里面用的是数字0-9作为训练模板,神经网络匹配模式(use the matlab to simulate word recognition system with neural network)
SpeechRecognition-master
- 基于HMM的语音识别系统,识别数字1~10(Speech recognition system based on HMM and identification of digital 1~10)
孤立汉语数字语音识别系统Matlab程序
- 实现对孤立汉语数字的识别,小白可以参考学习下(Realizing the recognition of isolated Chinese figures,Beginners can refer to learning)
matlab语音识别系统(源代码)
- 基于mfcc参数的语音识别,matlab代码,可以对孤立语音词识别(Speech recognition based on MFCC parameters, matlab code, can identify isolated speech words)
基于DTW算法的语音识别系统
- 通过语音分帧、端点检测、特征提取、DTW算法,实现多字语音识别(Through speech segmentation, endpoint detection, feature extraction and DTW algorithm, multi word speech recognition is realized.)
matlab实现VQ说话人识别系统
- 基于Matlab简单的语音识别系统,能够通过样本训练得到最后结果。(Simple speech recognition system based on Matlab can get the final result through sample training.)
基于HMM的语音识别系统毕设
- 基于HMM的语音识别系统毕业设计(用matlab7.1版)(Graduation Design of speech recognition system based on hmm)
车牌识别(含GUI,语音播报)
- 一个完整的车牌识别系统闭应包括车辆检测、图像采集、图像预处理、车牌定位、字符分割、字符识别等单元。当车辆到达触发图像采集单元时,系统采集当前的视频图像。车辆识别单元对图像进行处理,定位出牌照位置,再将车牌中的字符分割出来进行识别,然后组成车牌号码输出。(A complete license plate recognition system should include vehicle detection, image acquisition, image preprocessing, licen
matlab基于vq的语音识别系统
- 该例程包含了HMM和VQ算法,实现了非特定人的语音识别和说话人识别的功能。