登录
首页 » matlab » the-basic-analysis-of-speech

the-basic-analysis-of-speech

于 2014-02-18 发布 文件大小:5328KB
0 167
下载积分: 1 下载次数: 132

代码说明:

  语音信号时频分析,包括语谱图,过零率,自编的自相关,以及最后用了三种方法(短时能量和过零率、谱熵法、Teager算子)进行端点检测,代码完整且测试通过(time and frequency domain analysis of speech signals,including spectrogram,rate of zerocrossing,autocorrelation.and three method of endpoint detection,especially the Teager )

文件列表:

project1
........\clearspeech.wav,330824,2002-06-25
........\edp_double_0.3_32.wav,330824,2013-04-08
........\edp_double_18_49.wav,330824,2013-04-08
........\edp_double_18_49_noisy.wav,330824,2013-04-04
........\edp_entropy_16_3.5.wav,330824,2013-04-08
........\edp_entropy_16_3.wav,330824,2013-04-08
........\edp_entropy_20_3.6.wav,330824,2013-04-04
........\edp_entropy_64_4.6.wav,330824,2013-04-08
........\edp_teager_0.004.wav,330824,2013-04-08
........\eg_f1.wav,2025132,2013-04-30
........\epd_doublethresh.asv,2600,2013-04-08
........\epd_doublethresh.m,2604,2013-04-08
........\epd_spec_entropy.asv,3388,2013-04-08
........\epd_spec_entropy.m,3388,2013-04-08
........\epd_teager.asv,2616,2013-04-08
........\epd_teager.m,2615,2013-04-08
........\find_thresh_ez.asv,1835,2013-04-14
........\find_thresh_ez.m,1839,2013-04-14
........\my_spectrogram.asv,3525,2013-04-02
........\my_spectrogram.m,3504,2013-04-02
........\noisyspeech.wav,330824,2002-06-25
........\project1_1.asv,1409,2013-03-31
........\project1_1.m,1402,2013-04-30
........\project1_2.asv,422,2013-03-25
........\project1_2.m,421,2013-04-08
........\project1_3.asv,2193,2013-04-03
........\project1_3.m,2183,2013-04-13
........\revised_autocor.asv,598,2013-05-05
........\revised_autocor.m,598,2013-05-05
........\st_ener_mag_zc.m,2258,2013-03-28
........\Untitled.asv,1828,2013-04-04
........\Untitled.m,1834,2013-04-08
........\x.wav,102444,2008-02-19

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

发表评论

0 个回复

  • 最小均方误差的信噪比和信干噪比 lmssnr
    一个用matlab来实现的最小均方误差的信噪比和信干噪比(Using matlab to achieve the minimum mean square error, signal to noise ratio and signal to interference noise ratio )
    2020-07-10 01:08:57下载
    积分:1
  • speex-1.2rc2.tar
    语音压缩和回声消除,支持LINUX和其他平台(voip echo cancellation)
    2016-05-21 12:28:47下载
    积分:1
  • NMR-data-processing-water-detector
    核磁共振(NMR)技术探测地下水是目前唯一的直接找水的地球物理方法。与传统的地球物理方法相比具有高分辨力,高效率,信息量丰富和解唯一性等优点。利用核磁共振地下水探测系统可以高效率地进行区域水文地质调查,确定找水远景区,圈定地下水在三维空间内的分布,进而可靠地选定水井位置等。但是由于水中氢核产生的核磁共振信号的幅度小(纳伏级),要求探测系统的灵敏度高,将引入大量的自然和人为噪声,导致采集信号的信噪比低,解释结果不清楚。 本文用LMS自适应算法提高MRS信号的信噪比,用Hilbert变换提取MRS信号的包络信号,用线性拟合提取水文地质参数并通过仿真实验结果,验证了本文提出的数据处理方法的有效性和准确性。 (Nuclear magnetic resonance (NMR) technique to the detection of direct water division is the only geophysical method to find water. Compared with conventional high-resolution geophysical methods, efficient, informative unique advantages of reconciliation. Groundwater exploration using nuclear magnetic resonance system can efficiently carry out the regional hydrogeological investigation to determine the prospective areas to find water, delineation of ground water distribution in three-dimensional space, and then reliably the location of the selected wells. However, because the water proton NMR signal amplitude generated by small (Na V level), requiring high sensitivity detection systems, will introduce a large number of natural and man-made noise, resulting in low signal to noise ratio acquisition, interpretation of results is not clear. In this paper, LMS adaptive algorithm improves the MRS signal to noise ratio, with the Hilbert transform to extract the signal envelope MRS signal ext)
    2013-05-15 20:23:30下载
    积分:1
  • fft2hps
    语音处理的实用代码,完成耳语音的声韵分割功能(Practical speech processing code, complete the ear speech sound segmentation function)
    2010-06-19 00:12:10下载
    积分:1
  • 聚类示例
    实验示例是基于语音中的mfcc,语音倒谱特征来进行聚类,先利用训练样本来计算训练样本聚类中心(用到了lbg算法),之后再进行分类。 注意:使用代码时需要自己更改文件路径。(This example is based on the MFCC in speech and the feature of speech Cepstrum to cluster. First, the training sample is used to calculate the training sample clustering center (using the LBG algorithm), then the classification is then carried out.)
    2018-04-02 09:19:02下载
    积分:1
  • voice-conversion--MFCC-GMM
    实现多个人的说话人识别,基于gmm模型,用mfcc参数训练(voice conversion based on gmm)
    2013-10-16 22:52:27下载
    积分:1
  • corrcoef
    C语音实现Matlab corrcoef(求两个信号的互相关系数),包括了Matlab的对比验证源代码(Calculate the correlation coefficient refer the Matlab function:corrcoef)
    2016-04-09 11:19:52下载
    积分:1
  • AutoPhoneSys
    自动语音应答系统 硬件需要一个语音卡或一个语音modem 其中有6个类,下载包里头有详细类说明(Automatic Voice Response System hardware needs a sound card or a voice modem which six categories, Download Packet Erlitou detailed presentation on)
    2007-01-10 14:21:59下载
    积分:1
  • 2DPCA_Matlab_Codes_PAMI_2004
    这里面的代码是2DPCA的。这篇文章发表在PAMI上,Two-Dimensional PCA: A New Approach to Appearance-Based Face Representation and Recognition.google搜索已经引用681次。这里的代码是原作者的。这个分类不太好,语音识别是最近的,这是模式识别里的经典算法。(matlab code of 2DPCA)
    2010-01-05 19:41:55下载
    积分:1
  • HHT
    HHT变换,经验模态分解,时变频率与阻尼的模式提取(HHT transform, empirical mode decomposition, extraction of time-varying model)
    2020-08-18 11:18:23下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载