登录
首页 » matlab » Voice

Voice

于 2016-05-12 发布 文件大小:5274KB
0 239
下载积分: 1 下载次数: 120

代码说明:

  三种降噪,回声和变调的语音信号处理,含UI界面(Three kinds of noise reduction, echo and tone of voice signal processing, including UI interface)

文件列表:

.fig,909,2015-10-24

1.m,60,2015-10-24
11111111.wav,529244,2016-04-19
close1.fig,1207,2015-05-22
close1.m,2757,2015-05-22
cshs.m,168,2015-10-24
daofang.m,68,2015-10-24
df.m,136,2015-10-24
disteu.m,781,2015-05-22
disteus.m,350,2015-05-22
eg.wav,352844,2015-10-29
findpitch.m,563,2015-10-24
jzceshiui.fig,11196,2015-10-24
jzceshiui.m,7611,2015-10-27
ku.fig,25424,2015-05-15
ku.m,7889,2015-10-24
license.txt,1338,2010-06-19

luyin.m,699,2015-05-14
luyins.m,121,2015-10-24
matlab语音识别.lnk,846,2015-05-23
melfb.m,379,2015-04-26
mfcc.m,658,2015-05-20
over.m,2754,2015-05-22
pingpu.m,880,2015-05-15
qitaui.fig,11060,2016-01-13
qitaui.m,9829,2016-01-13
renqunzaoyin.m,120,2015-10-23
s1.wav,352844,2016-01-13
s2.m,847,2015-10-24
sample
......\Record_ll.m,377,2014-10-16
......\s1.wav,352844,2015-10-24
......\s10.wav,352844,2015-10-24
......\s11.wav,32044,2014-10-12
......\s12.wav,32044,2014-10-12
......\s13.wav,32044,2014-10-12
......\s14.wav,87288,2015-05-07
......\s15.wav,88292,2015-05-07
......\s2.wav,352844,2015-10-24
......\s3.wav,352844,2015-10-24
......\s4.wav,352844,2015-10-24
......\s5.wav,352844,2015-10-24
......\s6.wav,352844,2015-10-24
......\s7.wav,352844,2015-10-24
......\s8.wav,352844,2015-10-24
......\s9.wav,352844,2015-10-24
......\语音码本备用.zip,51943,2014-10-03
shouyeui.fig,2222,2015-10-24
shouyeui.m,4621,2015-10-28
test1.m,1554,2015-10-18
test2.m,1567,2015-10-18
tiaotiao.fig,4108,2015-10-24
tiaotiao.m,3603,2015-10-24
tongyin.m,2649,2015-10-24
uijiangzao.fig,15876,2015-10-24
uijiangzao.m,12393,2015-10-29
untitled.fig,14380,2015-10-24
untitled.m,4017,2015-10-24
Untitled4.m,2705,2015-10-24
vuvuzela.wav,529244,2016-01-13
vuvuzela_denoising.m,5070,2015-10-24
zcx.m,290,2015-10-18
zhuchengxu.1.m,826,2015-10-18

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

发表评论

0 个回复

  • GMMTEST
    从wave中读取数据,通过mfcc提取特征系数。从txt文件中读取基于GMM的分类器,最终识别为那种类型(Read data from the wave through the MFCC feature extraction coefficient. Txt file to read from the GMM-based classifier, and ultimately identified as the type)
    2007-08-28 09:33:19下载
    积分:1
  • sfs310s1
    SFS提供了计算语音本质的一系列工具。包括支持各种数据格式,信号处理和图形,频谱、共振峰分析,基频提取等等。在线文档说明请访问http://www.phon.ucl.ac.uk/resource/sfs/help/(SFS provides a voice calculated nature of a series of tools. Including support for various data formats, signal processing and graphics, spectrum, formant analysis, frequency, etc. extraction. Online document shows, please visit http :// www.phon.ucl.ac.uk/resource/sfs/help/)
    2007-04-03 14:54:52下载
    积分:1
  • EMOTION-RECOGNITION-OF-SPEECH
    特定人语音情感识别系统 关键词:语音信号,情感特征,情感识别 含论文、源代码、实验数据等( EMOTION RECOGNITION OF SPEECH BASED ON MATLAB Keywords:Speech Signal,Emotional Feature,Emotion Recognition)
    2012-05-02 10:10:52下载
    积分:1
  • speech-recognition
    实现语音识别,使用HTK工具。README描述了具体的训练过程。(Voice recognition, using HTK tools. README describes the specific training process.)
    2013-11-27 14:01:11下载
    积分:1
  • hmm
    hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;train.m是训练程序;main.m是训练程序的脚本文件;recog.m是识别程序。(hmm HMM algorithm file using speech recognition in noisy environments. Which is the endpoint detection process vad.m mfcc.m procedure is to calculate the MFCC parameters pdf.m function is calculated for a given observation vector of the Gaussian probability density function of output probability mixture.m is to calculate the observation vector for a HMM state output probability of observation vector is the number of Gaussian mixture per state output probability of the linear combination getparam.m before the calculation of the probability function, backward probability, calibration coefficients and other parameters viterbi.m is Viterbi algorithm implementation baum.m Baum-Welch algorithm to achieve inithmm.m is the initialization parameters train.m is the training program main.m training program is a script file recog.m is to identify procedures.)
    2010-09-16 20:51:49下载
    积分:1
  • voicebox
    语音识别需要用到的函数,在你的程序中可直接调用工具箱中的函数(Needed by the voice recognition function in your program can directly call the functions in the toolbox)
    2012-12-18 10:12:23下载
    积分:1
  • VQ_LBG_newdistortion
    语音编码中对LSF系数进行VQ处理,LBG方法生成VQ码书,且采用了新的失真测度(Speech Coding for VQ processing LSF coefficients, LBG method of VQ codebook generation, and adopted a new measure of distortion)
    2021-04-21 23:18:49下载
    积分:1
  • speechstt
    c#写的语音识别程序,识别效率还算可以。且根据识别可以给出相应的识别百分比。适合研究语音识别以及tts的参考!(c# to write the speech recognition process, identify efficiency figure. And recognition can be given according to the percentage of the corresponding identification. Tts speech recognition, as well as for research reference!)
    2010-06-01 09:51:14下载
    积分:1
  • programme
    一个LMS自适应信号增强。输入信号是一个正弦 波将白噪声。 详细介绍了程序源代码(An LMS adaptive signal enhancement. The input signal is a sine wave with added white noise. The detailed description is in the program source code)
    2010-05-17 16:27:14下载
    积分:1
  • 实现基于C言的G.729A算法的解码功能encode
    程序功能可以基本上实现基于C语言的G.729A语音算法的解码功能,添加了部分本人的注释和理解,便于读者理解(Program features can basically C language-based decoding algorithm G.729A voice, add some of my notes and understanding, easier to understand)
    2020-07-08 14:48:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载