CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - speech recognition matlab program

搜索资源列表

  1. Matlab-DTW

    0下载:
  2. 语音识别系统用 matlab 基于DTW编写的一个程序-Matlab speech recognition system based on DTW with a program written in
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:2.81kb
    • 提供者:陶子
  1. vq

    1下载:
  2. 语音识别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
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:17.61kb
    • 提供者:wang
  1. amdf

    1下载:
  2. 语音识别全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-The 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
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-01-28
    • 文件大小:1kb
    • 提供者:wang
  1. speaker

    0下载:
  2. 数字的语音识别matlab程序 训练及识别数据太大,少量上传一点,大家可以用COOLEDIT等软件仿照自己制作.(*.wav文件采样率8000,单声道,采样精度16位,16bit Motorola PCM,*.lab文件存的是语音的起止点和语音内容). -Digit speech recognition matlab program too much training and recognition data, a small amount of upload that you can us
  3. 所属分类:Audio program

    • 发布日期:2017-03-28
    • 文件大小:307.32kb
    • 提供者:er
  1. speech-recognition

    0下载:
  2. 能够简单识别0~9十个数字的matlab程序-Be able to easy identification 0 ~ 9 of the 10 figure matlab program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:92.39kb
    • 提供者:王林
  1. F2_6764

    1下载:
  2. 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:29.69kb
    • 提供者:cike
  1. DTWspeechrecognition

    0下载:
  2. 基于DTW的孤立词语音识别程序,Matlab环境-DTW-based isolated word speech recognition program, Matlab environment
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-15
    • 文件大小:3.87mb
    • 提供者:方蕾
  1. fftvq

    0下载:
  2. 小波变换加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
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7.56kb
    • 提供者:黄邦奉
  1. GMM

    0下载:
  2. 本程序为EMD-HHT-M源代码,供大家交流学习,语音识别专用代码-This program is EMD-HHT-M source code for all to share learning, speech recognition-specific code
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-14
    • 文件大小:3.58mb
    • 提供者:wrd
  1. SpeechRecognition_DTW

    0下载:
  2. Speech Recognition Using DTW This is a English/Persian 0~9 digit and some primary English/Persian command recognition system which use Dynamic Time Warping (DTW). Code is developed in MATLAB 6.5 and can used in Windows platform. Program has two
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:593.33kb
    • 提供者:Aso
  1. IsolatedDigitRecognition

    0下载:
  2. Matlab下单字语音识别程序。Readme.txt中有使用方法的详细说明。-Vocabulary speech recognition under the program Matlab. Readme.txt in detail using the method.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:505.84kb
    • 提供者:John
  1. dtw

    5下载:
  2. dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet envir
  3. 所属分类:语音合成与识别

    • 发布日期:2013-06-10
    • 文件大小:8.28kb
    • 提供者:于军
  1. 1

    0下载:
  2. 经典的遗传算法程序,很不错,用于语音识别方面,不同以往的遗传算法,有兴趣可以看看。-Classical genetic algorithm program is very good for speech recognition, the genetic algorithm different from the past, interested to see.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:87.69kb
    • 提供者:zzh
  1. a_1

    0下载:
  2. 语音识别全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-The 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
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:wang
  1. cs48

    0下载:
  2. 语音识别全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-The 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
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:wang
  1. The-Speech-Recognition-using-HMMs

    0下载:
  2. 自己总结的一个基于 HHMs 语音识别的示例程序,附说明文档,Matlab程序的注释详细。希望能给予初学者帮助。-The following is an example of speech recognition program based on HMMs,and there are detailed notes in the program. May bring help to the beginner。
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:49.91kb
    • 提供者:青苹果
  1. Speech-recognition-matlab-program.tar

    0下载:
  2. 通过简单的MATLAB程序实现对少量的语音信号的是识别- Simple MATLAB program to achieve a small amount of the speech signal is to identify
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:738.77kb
    • 提供者:dzxg
  1. Speech-Recognition

    0下载:
  2. 用matlab编的基于DTW和MFC算法的语音识别程序,识别效果还不错-Use matlab compiled based MFC algorithm DTW and speech recognition program to identify the results were good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3.34mb
    • 提供者:zzz
  1. Speech Recognition

    0下载:
  2. 程序中选取了民歌、古筝、摇滚和流行四类不同音乐 ,用 BP 神经网络实现对这四类音乐 的有效分类。(The program selected folk songs, zither, rock and popular four different music, with BP neural network to achieve the effective classification of these four types of music.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:367kb
    • 提供者:云泽99
  1. 基于动态时间规整(DTW)的孤立字语音识别实验

    5下载:
  2. 基于动态时间规整(DTW)的孤立字语音识别MATLAB程序(Isolated word speech recognition MATLAB program based on dynamic time warping (DTW))
  3. 所属分类:语音合成与识别

    • 发布日期:2018-10-05
    • 文件大小:1.7mb
    • 提供者:Robin_JTH
« 12 3 4 5 »
搜珍网 www.dssz.com