登录
首页 » matlab » SpeechRecAndSyn07

SpeechRecAndSyn07

于 2014-11-23 发布 文件大小:357KB
0 249
下载积分: 1 下载次数: 66

代码说明:

  一个带用户界面的matlab语音合成和识别的程序,MainGuide01.fig通过提取MFCC,用dtw来计算实时录音和模板之间的最小距离,给出识别结果,并且给出波形图,频谱图,语谱图,基频和共振峰。MainGuide02.fig是语音合成程序,通过load一个wav文件用LPC,残差和pitch两种方式进行合成,并且能实时听合成语音的效果。注意用的是matlab2012b以上才能打开fig(This is an simple user interface program including speech recoginition and speech synthesis.MainGuide01.fig extracting MFCC and using DTW to calculate the minimum distance between the real-time recording and templates , the recognition results are achieved, and the waveform diagram, FFT result , spectrum diagram are shown. including Pitch and Formant Curve . MainGuide02.fig is a speech synthesis program, it load a wav file using LPC, synthesis by the residuals or by pitch two ways, you can listen to synthesized speech effect in the real time . You must ushe matlab version latest more than 2012b that could be OK )

文件列表:

SpeechRecAndSyn07
.................\AdjustPitchandFormant.m,3385,2014-11-22
.................\des8k.wav,46856,2014-11-22
.................\dtw.m,494,2014-11-22
.................\enframe.m,2072,2014-11-22
.................\findpitch.m,575,2014-11-22
.................\FormantEstimate.m,672,2014-11-22
.................\frmnts1.m,1109,2014-11-22
.................\MainGuide01.fig,10739,2014-11-22
.................\MainGuide01.m,12480,2014-11-22
.................\MainGuide02.fig,38516,2014-11-23
.................\MainGuide02.m,12810,2014-11-23
.................\MainGuide02M65.asv,12280,2014-11-22
.................\MainGuide02M65.fig,28112,2014-11-22
.................\MainGuide02M65.m,13222,2014-11-22
.................\melbankm.m,3482,2014-11-22
.................\melcepst.m,4567,2014-11-22
.................\mfcc.m,859,2014-11-22
.................\model
.................\.....\des8k.wav,46856,2014-11-22
.................\.....\have8k.wav,47600,2014-11-22
.................\.....\reached8k.wav,44628,2014-11-22
.................\.....\you8k.wav,40912,2014-11-22
.................\.....\your8k.wav,36454,2014-11-22
.................\pitchestimate.m,6774,2014-11-22
.................\proclpc.m,5898,2014-11-22
.................\readwav.m,15897,2014-11-22
.................\s1ofwb.wav,93364,2014-11-22
.................\sogram.m,587,2014-11-22
.................\synlpc1.m,4118,2014-11-22
.................\synlpc2.m,4104,2014-11-22
.................\test.wav,32044,2014-11-22
.................\testdtw.m,847,2014-11-22
.................\testfix.wav,46604,2014-11-22
.................\vad.m,1855,2014-11-22
.................\writewav.m,14567,2014-11-22

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

发表评论

0 个回复

  • Hilbert-and-the-DEA
    对信号进行希尔伯特变换及包络分析,实现信号波形的解调(Hilbert transform of the signal and the DEA, the demodulated signal waveform to achieve)
    2014-01-04 17:57:16下载
    积分:1
  • weibull
    这是我最近项目中的一部分程序,用来实现风电场风速的威布尔拟合,很有参考价值(This is part of my recent projects, used for wind speed Weibull fit, great reference value)
    2014-03-20 18:51:41下载
    积分:1
  • zy1
    萤火虫算法在分布式电源优化配置中应用 全部 很好的程序 只需换换节点数目就可以(Firefly algorithm optimization in distributed power configuration in all a very good application program can only change of the number of nodes)
    2020-11-23 23:29:33下载
    积分:1
  • KNNPandPneighborhoodPclassifier
    说明:  模式识别knn分类器,matlab代码,k近邻算法(knn classifier ,matlab code)
    2011-04-13 21:07:37下载
    积分:1
  • antlabel_Antarctic
    On a map, place a label corresponding to any of the 25,394 features identified by SCAR.
    2013-07-26 15:50:21下载
    积分:1
  • poissoncode
    Poissons equation solution fdfd
    2014-10-04 05:24:54下载
    积分:1
  • Quadratic-programming-problem
    二次规划师非线性优化中的一种特殊情形,它的目标函数是二次实函数,约束函数都是线性函数。由于二次规划比较简单,便于求解(仅次于线性规划),并且一些非线性优化问题可以转化为求解一些列的二次规划问题,因此二次规划的求解方法较早引起人们的重视,称为求解非线性优化的一个重要途径。二次规划的算法较多,本文仅介绍求解等式约束凸二尺规划的拉格朗日方法以及求解一般约束凸二次规划的有效集方法。(Quadratic nonlinear optimization planners in a special case, its real objective function is a quadratic function, constraint functions are linear functions. Because of quadratic programming is relatively simple and easy to solve (after linear programming), and some non-linear optimization problem can be transformed into solving quadratic programming problems some columns, solving quadratic programming method therefore attracted attention earlier, saying an important way for solving nonlinear optimization. More quadratic programming algorithm, this paper describes only two feet Solving the Equality Constrained Convex Programming effective Lagrangian method and set method for solving general constrained convex quadratic programming.)
    2015-04-13 21:31:48下载
    积分:1
  • low_passfilter
    用矩形窗设计线性相位FIR低通滤波器,给了源代码,已经调试过了。其中要用到一个函数myfreqz要自己编,在这也附上其代码。希望对大家有用。(Rectangular window with the design of linear phase FIR low-pass filter, to the source code, have been debug. To use a function which myfreqz to own, in that its code is also attached. Hope useful for everyone.)
    2008-03-09 13:53:13下载
    积分:1
  • Matlab-NN-toolbox
    神经网络matlab工具箱帮助文档,中文,使用matlab进行NN建模必备。(Matlab neural network toolbox to help document, in Chinese, the NN model using the matlab necessary.)
    2010-12-26 17:04:23下载
    积分:1
  • iteration-program
    A new method of itertions for dictionary traning via KSVD
    2013-03-20 16:43:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载