登录
首页 » matlab » pushang

pushang

于 2011-11-14 发布 文件大小:1KB
0 213
下载积分: 1 下载次数: 52

代码说明:

  实现低信噪比下的语音断电检测,谱熵端点检测,优于双门限端点检测法(Low-power voice SNR detection, spectral entropy endpoint detection, better than the two-endpoint detection threshold)

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

发表评论

0 个回复

  • xiaobosuanfa
    采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间 t/n ) ylabel( 电压 V/v ) db10小波进行4层分解 一维小波分解 [c,l] = wavedec(xdata,4, db10 ) 重构第1~4层细节信号 d4 = wrcoef( d ,c,l, db10 ,4) d3 = wrcoef( d ,c,l, db10 ,3) d2 = wrcoef( d ,c,l, db10 ,2) d1 = wrcoef( d ,c,l, db10 ,1) ( Sampling frequency fs = 10000 bearing outer ring fault signal fid = fopen (' bearingout.dat' , ' r' ) failure N = 1024 xdata = fread (fid, N, ' int16' ) fclose (fid ) xdata = (xdata-mean (xdata))/std (xdata, 1) time-domain waveform figure (1) plot (1: N, xdata) xlabel (' Time t/n' ) ylabel ( ' voltage V/v' ) db10 wavelet decomposition 4 layer one-dimensional wavelet decomposition [c, l] = wavedec (xdata, 4, ' db10' ) 1 ~ 4 reconstructed detail signal d4 = wrcoef (' d' , c, l, ' db10' , 4) d3 = wrcoef (' d' , c, l, ' db10' , 3) d2 = wrcoef (' d' , c, l, ' db10' , 2) d1 = wrcoef (' d' , c, l, ' db10' , 1) )
    2011-05-21 16:48:36下载
    积分:1
  • RGA_run_SR-meachinel
    The real-coded genetic algorithm to run SR mechenical.
    2015-02-03 16:29:36下载
    积分:1
  • disflowtry
    潮流计算:算例为IEEE33 计算网络节点电压 (Computing network node voltage power flow calculation examples for the IEEE33)
    2011-11-23 14:43:36下载
    积分:1
  • reach
    自己写的程序,处理人体三维数据手部数据时,对指定域进行简化(Write their own procedures when dealing with three-dimensional data of human hand data on the specified domain to simplify)
    2015-04-05 11:22:48下载
    积分:1
  • juanji
    卷积码在AWGN信道下的编译码程序,误比特率曲线(Convolutional code in AWGN channel for encoding and decoding process, bit error rate curve)
    2010-05-17 10:56:18下载
    积分:1
  • XLTH
    bai tap xlso tin hieu
    2011-05-29 11:43:19下载
    积分:1
  • Laplace
    传统的短时谱估计语音增强算法通常假设语音谱分量相互独立,没有考虑语音谱分量间的相关性。针对这 一问题,该文提出一种新的基于多元Laplace分布模型的短时谱估计算法。首先,假设语音的离散余弦变换(DCT) 系数服从多元Laplace分布,以此利用谱分量间的相关性;在此基础上,利用多元随机矢量的高斯尺度混合模型表 示,推导得到语音DCT系数矢量的最小均方误差(MMSE)估计的解析表达式;并进一步推导了基于该分布模型的 语音存在概率,对最小均方误差估计子进行修正。实验结果表明,该算法在抑制背景噪声和减少语音失真等方面优 于传统的语音增强方法。(The spectral components of speech are usually assumed to be independent in traditional short-time spectrum estimation, which is not the case in practice. Tosolve this problem, a new speech enhancement algorithm with multivariate Laplace speech model is proposed in this paper. Firstly, the speech Discrete Cosine Transform (DCT) coefficients are modeled by a multivariate Laplace distribution, so the correlations between speech spectral components can be exploited. And then a Minimum-Mean-Square-Error (MMSE) estimator based on the proposed model is derived using a Gaussian scale mixture representation of random vectors. Furthermore, the speech presence uncertainty with the new model is derived to modify the MMSE estimator. Experimental results show that the developed method has better noise suppression performance and lower speech distortion compared to the traditional speech enhancement method. )
    2014-01-18 10:44:40下载
    积分:1
  • linear_fft
    挺好的线形FFT生成源码。。。大家多给意见(Very good source to generate the linear FFT. . . U.S. to give their views)
    2007-09-13 20:03:19下载
    积分:1
  • kalman-filter
    实现Kalman滤波功能,帮助理解Kalman滤波算法的实现过程。(The realization of Kalman filtering, to help understanding the realization of Kalman filtering algorithm.)
    2009-05-14 21:42:58下载
    积分:1
  • bisect
    bisection method - use a root in polynomial or function / iterative method
    2011-12-13 20:07:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载