搜索资源列表
specsubm
- 该matlab代码描述了谱减的语音增强算法。有较好的语音增强效果。-the Matlab code described by the spectrum of voice enhancement algorithms. A better voice enhancement.
pujianfa
- 经典的功率谱减法,程序复杂度低,运算速度快-classic power spectral subtraction, the complexity of the procedure is low and fast.
pujianfa_based_on_statistic
- 基于统计模型的谱减法,程序复杂度不高,优于传统谱减法.-statistical model based on the spectral subtraction, the complexity of the procedure is not high and superior to the traditional spectral subtraction.
spsub.tar
- 谱减法去除语音噪声的c语言程序1。。。效果还可以 。推荐大家下载。-spectral subtraction to remove noise c Speech Language Program 1. . . Effects can. Suggest you download.
ab12
- 几篇关于谱减法的语音增强的文章,值得一看,希望有能力的同志们把代码编出来-few spectral subtraction of the speech enhancement of the article, an eye-catcher, with the hope of comrades who put out a code provision
spectrumsub
- 在matlab开发环境下的谱减法算法,主要用在了作者的语音增强算法当中。-in Matlab development environment spectral subtraction algorithm, which was spent mainly on the author's speech enhancement algorithm.
wavelet-pujian
- 这是标准谱减算法和小波阈值降噪方法,虽然效果不太好,但是作为经典降噪方法,还是有很高的参考价值,也是此类文献引用最多的方法。-This is the standard spectral subtraction and wavelet thresholding method of noise reduction, although results are not good, But as a classic noise, or a hig
PJF
- 利用谱减法进行语音去噪!有语音读入功能,适合于进行与语音叠加的噪音的去除!-Using spectral subtraction de-noising voice! Has voice read function, suitable for stacking with the voice of the removal of the noise!
subspectrum
- MATLAB代码,利用谱减法实现语音信号增强.经过测试,效果不错.-MATLAB code, the use of spectral subtraction to enhance the realization of the speech signal. After testing, good results.
specsub_hj_pujianfa
- 谱减法降噪的具体实现,效果还行,给大家参考一下-Spectral subtraction noise reduction to achieve specific results also visit to the U.S. reference
pujian
- 另一种谱减法的应用,有效的去除噪声的影响-Another application of spectral subtraction and effective removal of noise
bitsprec
- matlab开发环境下的谱减法算法,主要用在了作者的语音增强算法当中-development environment under matlab spectral subtraction algorithm, mainly used in the author
pujian
- 谱减法的程序 希望可以被大家使用~~ 做的比较一般但运行起来还是可以的-Spectral subtraction procedure can be hoped that the use of ~ ~ U.S. to do the more general but can be up and running the
pujianfa-M
- 这个是语音增强里面的基本谱减法程序,可以直接编译运用,效果显著-This is the voice inside to enhance the basic spectral subtraction procedures, the compiler can directly use the results significantly
pujian
- 加入短时能零积端点检测技术的幅值谱减法,噪声谱的估计根据端点检测的结果进行加权平均,时时更新,更好的去除噪音,并将去噪后的结果写成wav文件-Adding short-term endpoint detection can be zero plot of the amplitude of spectral subtraction techniques, the estimated noise spectrum endpoint dete
vc++pujian
- vc++的谱减程序,与martin的谱减算法相对应,包括fft,iff,hamming窗,噪声估计及谱减主体等成员函数-vc++ the spectrum by the procedure, and the spectral subtraction algorithm martin corresponding to, including the fft, iff, hamming window and the noise spectru
martinmatlab
- 此文件为martin谱减法的matlab程序以及自己加入的中文注解,希望对研究martin的算法的同学有帮助-This document is for martin s matlab spectral subtraction procedures, as well as adding their own comments in Chinese, I hope the study of algorithms for martin help
pjfyuyin
- 本程序实现用谱减法消除语音中的噪声,其中语音是纯净的,噪声是后加上去的,滤除效果良好-This procedure using spectral subtraction to eliminate the noise in the voice, which voice is pure, after noise is added, and filter out the effect of good
fenzhen
- 自己编的谱减语音增强谱减算法程序,带噪语音按帧处理的,利用寂静帧的语音段来估计噪声。-Own spectrum minus minus algorithm for spectral speech enhancement procedure of Noisy Speech by the fr a me of the treatment, the use of silence the voice fr a me to estimate th
语音增强谱减算法
- 单通道语音增强的谱减算法,有最基本的谱减算法,也包括多频带的谱减算法。