登录
首页 » matlab » dtw

dtw

于 2010-03-03 发布 文件大小:570KB
0 203
下载积分: 1 下载次数: 166

代码说明:

  本资料是自己编写的基于MATLAB语音工具箱的DTW动态时间规整的说话人识别,具有很高的识别率(This information is written in their own voice-based MATLAB toolbox DTW dynamic time warping speaker recognition with high recognition rate)

文件列表:

dtw
...\0a.wav
...\0b.wav
...\1a.wav
...\1b.wav
...\2a.wav
...\2b.wav
...\3a.wav
...\3b.wav
...\4a.wav
...\4b.wav
...\5a.wav
...\5b.wav
...\6a.wav
...\6b.wav
...\7a.wav
...\7b.wav
...\8a.wav
...\8b.wav
...\9a.wav
...\9b.wav
...\dtw.m
...\ENFRAME.M
...\MELBANKM.M
...\mfcc.m
...\testdtw.m
...\vad.m
...\voicebox
...\........\ACTIVLEV.M
...\........\BITSPREC.M
...\........\CCWARPF.M
...\........\CEP2POW.M
...\........\CHOOSENK.M
...\........\CONTENTS.M
...\........\DISTCHAR.M
...\........\DISTCHPF.M
...\........\DISTEUSQ.M
...\........\DISTISAR.M
...\........\DISTISPF.M
...\........\DISTITAR.M
...\........\DISTITPF.M
...\........\DLYAPSQ.M
...\........\DUALDIAG.M
...\........\ENFRAME.M
...\........\ERB2FRQ.M
...\........\FRQ2ERB.M
...\........\FRQ2MEL.M
...\........\FRQ2MIDI.M
...\........\GAUSSMIX.M
...\........\GLOTLF.M
...\........\GLOTROS.M
...\........\IRDCT.M
...\........\IRFFT.M
...\........\KMEANLBG.M
...\........\KMEANS.M
...\........\LIN2PCMA.M
...\........\LIN2PCMU.M
...\........\LOGSUM.M
...\........\LPCAA2AO.M
...\........\LPCAA2DL.M
...\........\LPCAA2RF.M
...\........\LPCAO2RF.M
...\........\LPCAR2AM.M
...\........\LPCAR2CC.M
...\........\LPCAR2DB.M
...\........\LPCAR2FF.M
...\........\LPCAR2FM.M
...\........\LPCAR2IM.M
...\........\LPCAR2LS.M
...\........\LPCAR2PF.M
...\........\LPCAR2PP.M
...\........\LPCAR2RA.M
...\........\LPCAR2RF.M
...\........\LPCAR2RR.M
...\........\LPCAR2ZZ.M
...\........\LPCAUTO.M
...\........\LPCBWEXP.M
...\........\LPCCC2AR.M
...\........\LPCCC2CC.M
...\........\LPCCC2DB.M
...\........\LPCCC2PF.M
...\........\LPCCONV.M
...\........\LPCCOVAR.M
...\........\LPCCW2ZZ.M
...\........\LPCDB2PF.M
...\........\LPCDL2AA.M
...\........\LPCFF2PF.M
...\........\LPCFQ2ZZ.M
...\........\LPCIFILT.M
...\........\LPCIM2AR.M
...\........\LPCIS2RF.M
...\........\LPCLA2RF.M
...\........\LPCLO2RF.M
...\........\LPCLS2AR.M
...\........\LPCPF2CC.M
...\........\LPCPF2RR.M
...\........\LPCPP2CW.M
...\........\LPCRA2PF.M
...\........\LPCRA2PP.M
...\........\LPCRAND.M

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PSDownload
    评书,语音小说下载程序,修改一下可批量下载(Storytelling, voice novels download, modify available for bulk download)
    2013-08-23 11:51:27下载
    积分:1
  • Speeching
    端点检测算法采用现阶段比较精确的时频方差检测法,模式识别和模板匹配采用的是改进后的DTW算法(主要是限定了DTW的搜索路径,进一步精确了DTW的平行四边形的形状,进一步的减少匹配中的参数存贮量以及多余的搜索路径)。(Endpoint detection algorithm uses more precise at this stage variance time-frequency detection, pattern recognition and template matching is based on the improved DTW algorithm (DTW is mainly limited to the search path, and further precision of the DTW parallelogram shape, and further reduction of matching the parameters in the storage volume as well as the extra search path).)
    2008-04-25 14:46:57下载
    积分:1
  • 各种算法的MATLAB代码
    基于HMM的语音识别算法和毕设例程,包括数据。(HMM-based speech recognition algorithm and complete routine, including data.)
    2021-04-14 20:08:54下载
    积分:1
  • ZXG
    一个对有噪声的音频信号进行自相关滤波的c程序,用的turbo c 3.0工具(One pair of noisy audio signal autocorrelation filtering c program using turbo c 3.0 Tools)
    2021-03-01 22:29:34下载
    积分:1
  • spetro.m
    语音信号的语谱图生成函数,function [ ] = spetro(Winsiz, Shift, Base, Mode, Gray),5个参数分别为帧长、帧移、取值门限(一般设为0)、彩色模式、灰度模式(This is a matlab function for creating speech spectrogram.)
    2015-07-04 11:52:18下载
    积分:1
  • TTS
    语音合成软件,输入文字,自动生成声音文件,全部是源码(Speech synthesis software, input text, automatic generation of sound files, all the source code)
    2020-10-26 20:29:59下载
    积分:1
  • FLMS
    这是一个很好的频域分块自适应滤波的程序,应用于回声消除上,并与NLMS自适应滤波做了运行速度的比较,FLMS比NLMS快几十倍。(This is a very good frequency-domain block adaptive filtering procedure applied to echo cancellation, and comparison with the NLMS adaptive filter for speed, FLMS several times faster than the NLMS.)
    2021-05-14 04:30:02下载
    积分:1
  • KarmanFilter
    卡尔曼滤波器,demo中可以预测点的轨迹(Kalman filter, demo predictable point in the trajectory)
    2020-12-18 16:29:10下载
    积分:1
  • nietiu
    多抽样率信号处理,包括邓氏关联度、绝对关联度、斜率关联度、改进绝对关联度,完整的基于HMM的语音识别系统。( Multirate signal processing, Including Deng s correlation, absolute correlation, correlation of slope, improved absolute correlation, Complete HMM-based speech recognition system.)
    2016-11-08 16:00:00下载
    积分:1
  • VoiceDemo02
    语音识别 安卓源代码 和siri一样的音控软件 轻松掌握其中的原理(Speech recognition Anzhuo Yuan code and siri sound control software easily grasp the principle)
    2013-04-24 20:22:26下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载