登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:matlab
  2. 代码类别:语音合成与识别
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. lbg

  实现已知训练序列的矢量量化器(LBG)算法。初始码书从训练序列每隔五个样本选取一组(Achieve a known training sequence of the vector quantizer (LBG) algorithm. The initial codebook from the training sequence every five samples to select a group of)

25
下载
133
浏览
2020-11-01发布

2. Speech_Quallity_Estimate

  压缩包中包括3个用于对语音增强中,增强语音质量测试的程序:分段信噪比提高测量、对数谱距离测量、信噪比测量。具体说明,请看文件文件说明。(Compression package, including three for speech enhancement, the enhanced voice quality testing procedures: Sub-noise ratio improve measurement of the distance spectrum measurement, signal to noise ratio measurement. Specify, see the paper documentation.)

454
下载
143
浏览
2020-10-31发布

3. Speech-enhancement

  语音增强的MATLAB代码 基于谱减法的语音增强系统(Speech enhancement of MATLAB code)

36
下载
136
浏览
2020-10-20发布

4. CS-dft

  对一维语音信号,用正交匹配追踪的方法进行重构,首先对其进行了分帧,然后再一帧一帧的重构,最后计算了平均帧重构误差(One-dimensional speech signal reconstruction, orthogonal matching pursuit, the first of its sub-frame, and then again a reconstruction of a final calculation of the average frame reconstruction error)

45
下载
125
浏览
2020-10-20发布

5. DOA_Estimation

  DOA_Estimation,带有详细注释,,包含MUSIC,RootMUSIC,ESPRIT,MVDR,F-SAPES几种算法。(DOA_Estimation, with detailed annotations, contains MUSIC, RootMUSIC, ESPRIT, MVDR, F-SAPES algorithms.)

1
下载
110
浏览
2020-10-18发布

6. source-localization

  本文介绍了基于麦克风阵列的声源定位算法,给初学者有很大的帮助(This article describes the microphone array based sound source localization algorithm, a great help for beginners)

178
下载
152
浏览
2020-10-12发布

7. Normalized_LMS

  本程序介绍了一种改进的LMS算法-均一化的LMS算法,与传统的LMS算法比较收敛性更好,并由程序给出了比较图(This procedure introduced an improved LMS algorithm- homogenization of the LMS algorithm, with the traditional LMS algorithm convergence better, by the procedures given comparison)

108
下载
126
浏览
2020-10-08发布

8. HHT

  HHT变换,经验模态分解,时变频率与阻尼的模式提取(HHT transform, empirical mode decomposition, extraction of time-varying model)

55
下载
151
浏览
2020-08-18发布

9. segSNR+IS

  提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。(Provided segmantal SNR and IS calculation code for speech enhancement with post-evaluation.)

241
下载
122
浏览
2020-07-13发布

10. 最小均方误差的信噪比和信干噪比 lmssnr

  一个用matlab来实现的最小均方误差的信噪比和信干噪比(Using matlab to achieve the minimum mean square error, signal to noise ratio and signal to interference noise ratio )

61
下载
222
浏览
2020-07-10发布

11. 马尔科夫模型代码hmm_toolbox

  马尔科夫模型代码,包括连续马尔科夫和离散马尔科夫(HMM code,CHMM DHMM)

95
下载
168
浏览
2020-07-07发布

12. 信号降噪之小波分解法

  语音信号处理--降噪方法之小波分解法 MATLAB例程(Speech Signal Processing--A MATLAB Routine of Wavelet Decomposition Method for Noise Reduction)

7
下载
156
浏览
2020-07-04发布

13. quzao

  基于谱减法的语音降噪处理,里面有声音文件,可以直接运行观察效果(Based on the spectral subtraction speech denoising processing, there are sound files, can be run directly observed effect)

83
下载
171
浏览
2020-07-04发布

14. LMSjiangzao

  LMS多麦克风语音降噪的主程序是lmsspdn.m(Multi-microphone noise reduction LMS voice is the main program lmsspdn.m)

294
下载
138
浏览
2020-07-04发布

15. LMS

  LMS算法多麦克风语音降噪,语音降噪处理,基于matlab(LMS algorithm for multi-microphone speech noise reduction, voice, noise reduction, based on matlab)

50
下载
148
浏览
2020-07-04发布

16. speachsingalsfujianfa

  用MATLAB来实现谱减法降噪。有源程序和降噪先后的语音信号,有实验的结果图(Use MATLAB to achieve spectral subtraction noise reduction. There has voice source and noise signals, there are experimental results of Figure)

189
下载
165
浏览
2020-07-04发布

17. spectrumsub

  实现在单信道语音信号处理中的降噪,用Spectral Subtraction算法实现的,内涵音频文件,代码中包括给纯净音频文件加噪声的部分。(Noise reduction in single-channel speech signal processing, using the Spectral Subtraction algorithm, the connotation of an audio file, the code in the package Including pure audio files and part of the noise.)

43
下载
173
浏览
2020-07-04发布

18. LSCF

  频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整(Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very good method, program integrity)

60
下载
179
浏览
2020-07-03发布

19. icacovb.m

  一个盲信号分离的卷积方法,适合分离实际卷积混合的模型,希望对初学者有帮助。(Convolution of a blind signal separation method, suitable for separation of the real convolution mixture model, want to help beginners.)

128
下载
147
浏览
2020-06-30发布

20. negentropy

  基于负熵的盲源分离算法,可以用于语音的盲分离,提高语音信号质量(Negative entropy algorithm based on blind source separation, can be used to blind separation of speech, improve the quality of voice signal)

45
下载
153
浏览
2020-06-30发布