登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:matlab
  2. 代码类别:语音合成与识别
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 18_80

  TD-PSOLA MATLAB编写语音合成模拟程序(The simulation program of combined speech signal beased on TD-PSOLA MATLAB method)

461
下载
122
浏览
2021-04-07发布

2. SegSNR_esitmate

  分段信噪比测试,主要是用于语音增强,语音编码后的测试使用(segment SNR test, primarily for speech enhancement, speech coding after testing)

73
下载
156
浏览
2021-04-04发布

3. jinchangMUSIC2

  近场的MUSIC算法,可用于近场噪声源识别(Near-field MUSIC algorithm can be used for near-field noise source identification)

63
下载
129
浏览
2021-04-03发布

4. mfcc

  mfcc.m 用于语音识别上的mfcc特征参数提取函数。(mfcc.m mfcc characteristic parameters for speech recognition on the extraction function.)

27
下载
266
浏览
2021-03-28发布

5. yuyinshiyupinyufenxi

  语音信号的时域频域分析,从短时能量到语谱图,以及线性预测参数和梅尔倒谱系数等等(Speech signal in time domain frequency domain analysis, from the short-term energy to the spectrogram, and the linear prediction parameters and the Mel cepstral coefficients, etc.)

38
下载
123
浏览
2021-03-26发布

6. FIR

  绘制一段语音信号的波形并观察其频谱,用三角窗设计一个满足给定相应技术指标的FIR滤波器,对该语音信号进行滤波去噪处理,比较滤波前后的波形和频谱并进行分析。

23
下载
157
浏览
2021-03-22发布

7. LMS_PI

  功率倒置算法的LMS实现,因为自己遇到了点问题,本人一直在找这个程序,没找到,故自己重新检查把问题发现了,相信如果你要实现的话可能会遇到这个问题祝你好运!(Power inversion algorithm LMS implementation, because they encountered a point problem, I ve been looking for this program, did not find it to re-examine the problem yourself discovered, I believe if you want to achieve, then you may encounter this problem Good luck!)

110
下载
148
浏览
2021-03-21发布

8. image-detection

  图像识别,可以识别出图片中的需要的水果。mtalab实现的。(Image recognition, the image can be identified in fruit required. mtalab achieved.)

24
下载
117
浏览
2021-03-16发布

9. coherence_MVDR_jacob-benesty

  本文介绍MVDR算法实现及其改进 用于多麦克风语音增强(The minimum variance distortionless response (MVDR), originally developed by Capon for frequency-wavenumber analysis, is a very well established method in array process-ing. It is also used in spectral estimation. The aim of this paper is to show how the MVDR method can be used to es-timate the magnitude squared coherence (MSC) function, which is very useful in so many applications but so few methods exist to estimate it)

60
下载
135
浏览
2021-03-10发布

10. LMSmatlab

  这 里主要对LMS算法及一些改进的LMS算法(NLMS算法、变步长LMS算法、变换域LMS算法)之间的不同点进行了比较,在传统的LMS算法的基础上发 展了LMS算法的应用。另一方面又从RLS算法的分析中对其与LMS算法的不同特性进行了比较。(Here mainly on the LMS algorithm and some improvements of the LMS algorithm (NLMS algorithm, variable step size LMS algorithm, transform domain LMS algorithm) between the different points of comparison, in the traditional LMS algorithm developed on the basis of the application of the LMS algorithm. On the other hand from the analysis of RLS algorithm and LMS algorithm for its different characteristics compared.)

430
下载
220
浏览
2021-03-06发布

11. equalizer

  design of an equalizer for speech processing with using Parks-McClellan algorithm

16
下载
127
浏览
2021-02-16发布

12. Extract-Sound-Feature

  利用matlab提取声音的基本特征,包络、MFCC、声谱图、能量。代码不复杂,但是省去大家找这些的时间。(The basic feature extraction using matlab sound envelope, MFCC, sonograms, energy. Code is not complicated, but we look for these omitted time.)

97
下载
155
浏览
2021-02-12发布

13. 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.)

15
下载
143
浏览
2021-02-01发布

14. ISM

  房间脉冲响应函数IMAGE,用于计算房间混响时间的(Room impulse response function IMAGE, used to calculate the room reverberation time)

23
下载
158
浏览
2021-01-24发布

15. process_params

  parameter参数提取程序,matlab实现(parameter process in matlab)

36
下载
119
浏览
2021-01-22发布

16. The-FIR-filter-design

  (附带有文档,文档中有方案,有程序有结果,设计完后对一段语音进行处理)给定滤波器的规一化性能指标(参考指标,实际中依据每个同学所叠加噪声情况而定)通带截止频率wp=0.25*pi。 采用窗函数法设计低通、高通、带通型FIR滤波器,对叠加噪声前后的语音信号进行滤波处理,绘出滤波器的频域响应,绘出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;在相同的性能指标下比较各方法的滤波效果,并从理论上进行分析((With the document, document, program, program results, the design after a voice) to set the filter rules of performance indicators (reference, practice, each student adding noise may be) passband cutoff frequency wp = 0.25* pi. Window function method to design low pass, high pass, band-pass FIR filter, filtering the voice signal before and after adding noise, draw the filter frequency response plot the time-domain waveform and spectrum of the filtered signal, and filtering the signal before and after comparison and analysis of signal changes the filtering effect of the various methods in the same performance indicators, and the theoretical analysis)

52
下载
153
浏览
2021-01-15发布

17. 哼歌

  通过语音分帧、端点检测、pitch提取、DTW算法,实现歌曲识别(Through voice framing, endpoint detection, pit extraction, DTW algorithm, song recognition is realized)

15
下载
151
浏览
2021-01-10发布

18. quantizing

  应用LBG算法对语音信号进行矢量量化。本压缩包共有两个主文件,training.m对训练数据进行处理并得到四个初始码本,quantizing.m对待量化数据进行矢量量化。其余为自编功能函数。(application of voice signal VQ. The compressed into two main documents, training.m right training data to be processed and four of the initial code, quantizing.m treat quantitative data for vector quantization. The remainder self-function.)

302
下载
125
浏览
2021-01-09发布

19. real_final_test

  男女变声器,语言信号处理,录音,matlab,各种滤波器,有预处理,自定义时长录音并保存,自主选择文件,自主制作界面(Male and female voice changer, speech signal processing, audio, MATLAB, various filters, pretreatment, long recording and save custom, choose file, independent production interface)

30
下载
155
浏览
2020-12-29发布

20. GSC

  采用广义旁瓣抵消(GSC)自适应波束形成方法实现时域和频域滤波,采用LMS自适应算法,最终实现语音增强。(文件中包含纯净语音及不同信噪比的带噪语音)(Generalized sidelobe canceller (GSC) adaptive beamforming method to achieve time-domain filtering using the LMS adaptive algorithm, and ultimately the speech enhancement)

580
下载
620
浏览
2020-12-28发布