搜索资源列表
基于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
speech
- matlab 语音识别系统,深圳大学的语音识别-matlab speech recognition
GA-WNN
- 基于遗传算法和小波神经网络的语音识别系统,此系统识别率可以到较高-Based on genetic algorithm and neural network speech recognition system, this system can be to a higher recognition rate
利用Olami SDK 实现语音控制计算器(iOS)
- Olami Calculator是一款在键盘输入算式的普通计算器的基础上,增加了支持语音控制输入算式输出结果的人工智能计算器。此外还增加了多种动画效果,计算结果提示音功能,多元化主题换肤功能,以及保存计算公式,侧滑栏查看收藏记录等功能。网上也有许多语音计算器,但是打开看,只是添加了按钮提示音等,并不能识别我们对着计算器说的内容,而Olami Calculator可以实现不用手动敲击键盘,只需要把想知道结果的算式对着语音计算器说出来,例如三加四乘五、清空等,然后Olami会根据自己的一套语音识别系
语音识别最新
- 用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.)
说话人识别系统(需要录音)(可以运行)
- 这个代码是基于matlab开发的,能够实现语音说话人识别的代码(This code is based on Python and can realize speech recognition.)
基于HMM的语音识别系统毕设
- 基于HMM的语音识别系统毕业设计(用matlab7.1版)(Graduation Design of speech recognition system based on hmm)
matlab基于vq的语音识别系统
- 该例程包含了HMM和VQ算法,实现了非特定人的语音识别和说话人识别的功能。