登录
首页 » matlab » STRAIGHT

STRAIGHT

于 2012-03-25 发布 文件大小:81KB
0 311
下载积分: 1 下载次数: 365

代码说明:

  近几年来,在自然语言处理、信号处理、随机过程处理等方法的推动下,语音分析与合成技术获得了很大的发展,突破了传统的单纯语音计算算法的研究。情感语音分析与合成的研究,适应了语音技术的未来发展趋势,由于它能够很好的将语音的口语分析、情感分析与计算机技术有机的融合,为实现以人为本,具有个性化特征的语音合成系统,奠定基础。(STRAIGHT[1] is a high-quality speech analysis, modification and synthesis system based on a simple channel VOCODER concept (in other words a source filter model).)

文件列表:

STRAIGHT
........\aiffread.m,2666,2010-10-19
........\aiffwrite.m,1118,2010-10-19
........\aperiodiccomp.m,898,2010-10-19
........\aperiodicpartERB2.m,5216,2010-10-19
........\boundmes2.m,933,2010-10-19
........\correctdpv.m,963,2010-10-19
........\defaultparamsorg.m,2297,2010-10-19
........\exSinStraightSynth.m,4392,2010-10-19
........\exSinStraightSynthBU.m,1518,2010-10-19
........\exSinStraightSynthBU2.m,4379,2010-10-19
........\exstraightAPind.m,11215,2010-10-19
........\exstraightsource.m,11037,2010-10-19
........\exstraightspec.m,4147,2010-10-19
........\exstraightsynth.m,7142,2010-10-19
........\f0track5.m,3670,2010-10-19
........\fixpF0VexMltpBG4.m,10962,2010-10-19
........\fractpitch2.m,298,2010-10-19
........\gdmap.m,529,2010-10-19
........\HzToErbRate.m,100,2010-10-19
........\mktstr.m,195,2010-10-19
........\multanalytFineCSPB.m,2397,2010-10-19
........\MulticueF0v14.m,99544,2010-10-19
........\optimumsmoothing.m,897,2010-10-19
........\plotcpower.m,1212,2010-10-19
........\powerchk.m,677,2010-10-19
........\refineF06.m,6516,2010-10-19
........\rxx.m,230,2010-10-19
........\smax.m,115,2010-10-19
........\specreshape.m,1738,2010-10-19
........\straight.m,63,2010-10-19
........\straightBodyC03ma.m,11391,2010-10-19
........\straightCIv1.m,28493,2010-10-19
........\straightPanel98bak.m,17535,2010-10-19
........\straightsound.m,532,2010-10-19
........\straightSynthTB07ca.m,15346,2010-10-19
........\syncgui.m,2352,2010-10-19
........\程序修改.txt,144,2010-10-19

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

发表评论

0 个回复

  • Newton_Bisection
    数值计算中的二分法和牛顿迭代法的演示,通过对数值的计算(Numerical calculation of the dichotomy and the Newton iteration of the demonstration, through numerical calculation)
    2009-03-14 09:43:52下载
    积分:1
  • 4PSK
    说明:  在matlab上实现4PSK信号的调制和解调算法,并对结果进行仿真。(In the matlab achieve 4PSK signal modulation and demodulation algorithms, and simulation results.)
    2010-03-19 16:23:47下载
    积分:1
  • four
    说明:  WGS84到BJ54坐标转换的四参数模型,可以求出四参数和转换坐标(WGS84 coordinate transformation to the BJ54 The four parameter model, four parameters can be calculated and converted coordinates)
    2010-04-14 15:59:37下载
    积分:1
  • Track-association-JPDA
    matlab源程序,包含两个文件,主体是采用JPDA数据关联算法实现两个匀速运动目标的点迹与航迹的关联(matlab source, contains two files, the subject is using JPDA data association algorithm to achieve two goals uniform motion trace and track the point)
    2015-02-14 13:39:47下载
    积分:1
  • LSSVM
    最小二乘支持向量机,程序粘到command window里,设定 2 两个参数,可以更改,以达到最优化(igam=0.001 isig2=0.001 [gam,sig2]=tunelssvm({X,Y, f ,igam,isig2, RBF_kernel },... [0.001 0.001 10000 10000], gridsearch ,{}, leaveoneout_lssvm ) type= function approximation kernel= RBF_kernel model=initlssvm(X,Y,type,gam,sig2,kernel) model model=trainlssvm(model) Yt=simlssvm(model,Xt) )
    2015-12-27 11:05:14下载
    积分:1
  • 四旋翼无人机
    四旋翼无人机SIMULINK建模,PSO_SA优化PID参数 reverse.m 作用:将History表中的string形式的key值转换为赋给九个全局变量temp00, ... ,temp08运行sum1.slx,可以直接观察此组参数的波形。 History 作用:映射表,将一组参数(temp00, ..., temp08)映射到这组参数的ITAE指标。 trojectory.m 作用:定义一条路径并进行路径压缩,通过不断向sum.slx传递位置参数,控制无人机运动,并接受无人机运动过程,做出无人机运动位置图像。 sum1.slx 作用:从外部接受一组位置关系(x,y,z),模拟无人机由原点(0,0,0)运动到该位置并保持稳态这个过程中无人机的位置变化,并向外部反馈。 PSO_3D.m 作用:调用sum3D.slx,通过PSO得到内循环最优解的参数。 sum3D.slx 作用:获取.m文件中设置好的全局变量的值,模拟内循环三个角度的变化。 PSO_History.m 作用:调用sum9D.slx,通过PSO得到外循环最优解的参数,此过程已被History表优化。 PSO_SA.m 作用:调用sum9D.slx,通过PSO得到外循环最优解的参数,此文件在PSO_History.m基础上被模拟退火算法优化(Four rotor UAV SIMULINK modeling, PSO_SA optimize PID parameters)
    2018-08-26 15:53:54下载
    积分:1
  • qq
    说明:  system initialisation in matlab
    2010-04-21 02:03:33下载
    积分:1
  • Based-on-clustering-algorithm-a
    基于聚类算法和模式识别的人脸检测程序原代码(Based on clustering algorithm and pattern recognition face detection procedures the original code)
    2011-05-16 20:25:18下载
    积分:1
  • char_dataset
    Dataset for Text Detection and Extraction
    2013-02-06 14:27:28下载
    积分:1
  • SIPS04Matlab-v2
    子载波 功率分配的问题,用matlab仿真用的,可以直接用matlab打开 (Subcarrier power allocation problem matlab simulation matlab open)
    2012-12-14 19:18:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载