登录
首页 » matlab » voicebox

voicebox

于 2012-05-18 发布 文件大小:294KB
0 187
下载积分: 1 下载次数: 2

代码说明:

  语音工具箱,非常有用,matlab语音工具箱。(Voice toolbox, very useful, Matlab Speech toolbox.)

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

发表评论

0 个回复

  • LMS
    LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h *p1 计算维纳解时最小均方误差 u=1/sum(eigs(R)) ( LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h*p1 计算维纳解时最小均方误差 u=1/sum(eigs(R)) )
    2021-03-01 22:29:34下载
    积分:1
  • cicalc
    Statistics toolbox is necessary only to caculate t and F distributions for the number of samples at the specified alpha. These values could be obtained a table and manually inserted in the code, thus negating the use of the statistics toolbox.
    2015-01-24 15:29:11下载
    积分:1
  • Kalmanfilterintuitivtutorial
    Kalman filter intuitive tutorial
    2007-12-12 14:14:04下载
    积分:1
  • duoweibianliang
    多维变量的寻优算法,遗传算法解决多变量的最优化问题。(multivariable GA)
    2010-12-06 10:30:59下载
    积分:1
  • junzhilvbonmd
    MATLAB对数字信号进行均值滤波,尤其是对数字图像(MATLAB for digital signals mean filter, especially for digital images)
    2014-02-22 18:43:06下载
    积分:1
  • music_evzero
    此程序是在假设已知波达角的情况下进行仿真验证的实验,零陷music波速成形。(This procedure is known in the hypothetical case of DOA conducted simulation experiments, velocity forming nulls music.)
    2013-11-15 09:22:54下载
    积分:1
  • beam-bending-deformation
    beam bending deformation
    2013-11-16 12:40:47下载
    积分:1
  • hsi2rgb
    this is the coding for converting hsi to rgb
    2015-04-12 14:53:17下载
    积分:1
  • matlab入门数据与代码
    说明:  matlab的一些入门代码,包括但不限于输入输出、选择结构、循环结构、函数、画图等(Introduction to MATLAB with some basic code)
    2020-06-30 23:44:47下载
    积分:1
  • BCI_hw4
    brain computer interface matlab code
    2010-11-22 08:51:57下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载