搜索资源列表
CVadMfccDtw
- 一个基于DTW的的孤立词的语音识别系统,采用率为800,可以识别六个字左右的短语,是特定人的识别系统。运行时请更改工作目录:工程->设置->调试->更改工作目录即可
人脸识别系统
- 基于pca的人脸识别系统,绝对能运行,对于初步学习MATLAB的人来说,是很好的识别应用程序
基于mfcc和加权矢量量化的说话人识别系统
- 关于MFCC的算法
说话人语音识别系统
- 这是使用matlab实现的说话人识别和确认系统。
说话人识别
- 本文介绍了基于VQ的特定人孤立词语音识别系统,借助MATLAB工具,设计基于VQ码本训练程序和识别程序,识别特定人的语音。
VQ.rar
- 在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,利用该说话人识别系统,对不同的人的1s~7s的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用说明: 1 训练 打开Matlab 使Current Directory为VQ所在的文件夹(比如:E:\vq) 在Command windows中输入 train( 1s\ ,7) 这是将1s中的wav文件进行特征提取并产生VQ码本, 在workspace中有个ans的文件保存为.m文件,比如7.
完整的人连表情识别系统源代码
- 完整的人连表情识别系统源代码(采用局域二值模式LBP识别) Matlb做的界面,Even the complete source code of face recognition system (using binary mode Local LBP identification) Matlb interface do
Matlab
- 说话人识别和确认系统,采用matlab进行编写,能够进行说话人的识别和确认,研究声纹识别很好的参考代码-Speaker identification and verification system that uses matlab to write, to carry out the speaker' s identification and confirmation of a good reference voiceprint identification code
facedetect
- matlab人脸识别系统,需要的人尽快下载吧-face detect in matlab
zcpa
- 过零峰值幅度(ZCPA:Zero-cro ingwithPeakAmplitude)特征的语音识别系统,它是基于人耳的听觉模型建立起来的,这是ZCPA的源程序。-Zero-crossing peak amplitudes (ZCPA: Zero-cro ingwithPeakAmplitude) features voice recognition system, which is based on the model of the human ear
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
Eigenface
- 人脸识别具有广泛的应用前景,诸如公安系统的罪犯身份识别,驾驶执照及护照与实际持证人的核对、行及海关的监控系统及自动门卫系统等-Face recognition has wide application prospects, such as the Public Security system offender identification, driving license and passport and the actual holder of the check, the Customs a
luyouqijichu
- 生物识别技术在科研领域取 得了极大的重视和发展。由于生物特征是人的内在属性,具有很强的自身稳定性和个 体差异性,因此是身份验证的最理想依据川。其中,利用人脸特征进行身份验证又是 最自然直接的手段,与指纹、虹膜、掌纹等其他人体生物特征识别系统相比,人脸识 别系统更加友好,方便,易于为用户所接受,有广阔的应用领域。-Biometric technology in the research field of great importance and development. Biolo
lunwen
- 本文主要研究普通计算环境下语音自动识别(ASR)技术的软件实时实现,基于语音识别的基本原理和过程。在VC环境下建立了一套语音识别系统及其演示软件。实验表明,该系统对特定人情况有较高的识别率和一定的实时性-In this paper, under the computing environment on general automatic speech recognition (ASR) technology to achieve real-time software, speech recogn
Speech_Adaptin_using_MLLR_and_MAP
- 说话人自适应是提高非特定人语音识别系统识别性能的有效手段,本文针对非母语说话人,结合常规的白适应技术MLLR和MAP,探索云南纳西族和傈僳族两种母语说话人的汉语普通话语音识别问题,实验结果显示有显著效果。-Speaker adaptation is a powerful means of improving the performance of speakerindependent speech recognition system.Aimed at Yunnan minority Naxi a
Voice Discern For STM32F
- 于市售 STM32 开发板上实现特定人语音识别处理项目。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的 Mel 频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经数次试验求得算法内所需各系数的最优值。而后将算法移植到 STM32 开发板上,移植过程中根据 STM32 上存储空间相
基于matlab的说话人识别系统
- 本文件包含基于matlab平台的说话人识别系统完整代码程序,并包含GUI操控界面
Spectrum
- 声纹识别系统,顾名思义就是能够通过说话人的声音特点来判断说话人的一个系统。(Voiceprint recognition system, as the name suggests is to a system by the sound characteristics of speaker to judge the speaker.)
MATLAB环境下基于矢量量化的说话人识别系统
- matlab情况下基于矢量量化的说话人识别技术与实现(Speaker recognition technology based on vector quantization)
matlab实现VQ说话人识别系统
- 基于Matlab简单的语音识别系统,能够通过样本训练得到最后结果。(Simple speech recognition system based on Matlab can get the final result through sample training.)