登录
首页 » matlab » 传统谱减与MCRA语音增强算法

传统谱减与MCRA语音增强算法

于 2018-11-22 发布 文件大小:221KB
0 538
下载积分: 1 下载次数: 22

代码说明:

  传统语音增强算法,谱减法和MCRC算法,matlab源代码。(Traditional speech enhancement algorithm, spectral subtraction and MCRC algorithm, matlab source code.)

文件列表:

传统谱减与MCRA语音增强算法, 0 , 2017-10-10
传统谱减与MCRA语音增强算法\initialise_parameters.m, 4707 , 2017-05-03
传统谱减与MCRA语音增强算法\mcra_estimation.m, 876 , 2017-05-03
传统谱减与MCRA语音增强算法\mcra_main.asv, 1190 , 2017-05-06
传统谱减与MCRA语音增强算法\mcra_main.m, 1912 , 2017-05-07
传统谱减与MCRA语音增强算法\mcra_result.wav, 44844 , 2017-05-08
传统谱减与MCRA语音增强算法\myspectrogram.m, 13447 , 2017-05-03
传统谱减与MCRA语音增强算法\noise_estimation.m, 673 , 2017-05-03
传统谱减与MCRA语音增强算法\noisy.wav, 45102 , 2017-05-08
传统谱减与MCRA语音增强算法\outfile.wav, 35724 , 2017-05-06
传统谱减与MCRA语音增强算法\pujian_main.asv, 2637 , 2017-05-06
传统谱减与MCRA语音增强算法\pujian_main.m, 2817 , 2017-05-07
传统谱减与MCRA语音增强算法\pujian_result.wav, 44884 , 2017-05-08
传统谱减与MCRA语音增强算法\result.wav, 42604 , 2017-05-03
传统谱减与MCRA语音增强算法\specsub_ns.m, 6690 , 2017-05-03
传统谱减与MCRA语音增强算法\Thumbs.db, 31232 , 2017-05-08

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

发表评论

0 个回复

  • AnalogVoiceSignal
    观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图。 (Observing real-time analog signal (voice) of the spectrum collected with the audio devices section of voice, voice saved as. Wav format. Wav file of the sub-Fourier transform analysis to make. Speech is divided into syllables, it should be sub-analysis, and practical application of digital signal processing of the FFT points is limited, generally only reach 1000 points. Fourier inverse transform IFFT, to restore the signal from the frequency domain. Draw the spectrum map and voice waveform.)
    2010-01-27 16:01:16下载
    积分:1
  • yuyin
    语音信号的时域、频域分析,包括短时能量分析、短时平均过零率、自相关函数、短时平均幅度差函数等。(Time-domain speech signal, frequency domain analysis, including short-term energy analysis, the average short-term zero-crossing rate, autocorrelation function, such as short-time average magnitude difference function.)
    2013-12-31 18:51:58下载
    积分:1
  • Pattern-Recognition
    西奥多里蒂斯著,李晶皎译 本书系统阐述了模式识别的原理与方法,并在此基础上介绍了模式识别的应用。全书分为:基础部分和应用部分:基础部分主要包括统计模式识别、模糊模式识别、神经网络模式识别等内容;应用部分有车牌识别和语音识别。 (This paper discussed the principles and methods of pattern recognition, and based on this, the application of pattern recognition. Encyclopedia is divided into: basic part and application part: basic parts mainly include statistical pattern recognition, the fuzzy pattern recognition, neural network pattern recognition content Application part have license plate identification and voice recognition.)
    2011-09-13 03:36:34下载
    积分: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
  • qpso
    量子粒子群算法应用。对三个水听器的位置定位,在假设水听器位置已知情况下,以及其他方法估计得到的时延,通过量子粒子群算法计算,验证量子粒子群算法的计算精度。(Quantum particle swarm optimization application. Position location of the three hydrophones in the hydrophone position assumed known case, and other methods for estimating time delay obtained by calculating the quantum PSO QPSO verify the accuracy of the algorithm.)
    2017-04-22 19:29:54下载
    积分:1
  • Digital Speech, 2nd Edition
    digital speech tutorial(digital speech coding for low bit rate communication systems)
    2019-06-03 06:34:34下载
    积分:1
  • matlab计算基频率
    利用所给的中心削波,计算自相关/AMDF代码,选取一段语音,使用Praat预估其基音周期范围,合理设置预估的极值点距离等参数,计算并画出语音的基音频率曲线(By using the given center clipping, the autocorrelation /AMDF code is calculated, a speech is selected, the range of the pitch period is estimated by Praat, the estimated distance of the extreme point is set up reasonably, and the pitch frequency curve of the speech is calculated and drawn.)
    2021-02-01 10:40:00下载
    积分:1
  • LPCC
    线性预测倒谱系数(Linear Prediction Cepstrum Coefficient,LPCC)是线性预测系数(Linear Prediction Coefficient,LPC)在倒谱域中的表示。该特征是基于语音信号为自回归信号的值设,利用线性预测分析获得倒谱系数。(Linear Prediction Cepstrum Coefficient)
    2018-04-18 16:27:27下载
    积分:1
  • speechRHMM
    HMM语音识别的matlab程序,举了1-9几个数字的例子,对语音识别的程序进行了验证(HMM Speech Recognition program, cited the example of figures 1-9, the speech recognition process was validated)
    2012-04-01 11:05:33下载
    积分:1
  • PAST_disp_signal
    基于非线性主分量分析(PAST)的 自适应盲信号分离 (Based on nonlinear principal component analysis (PAST) Adaptive Blind Signal Separation)
    2009-01-03 19:46:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载