登录
首页 » matlab » amdf

amdf

于 2012-04-02 发布 文件大小:415KB
0 244
下载积分: 1 下载次数: 86

代码说明:

  求解出一段语音的短时平均幅度差函数AMDF,并绘制其波形图。(A speech to solve the short-term average range difference AMDF function, and draw the waveform figure.)

文件列表:

p9311AMDF.m,379,2012-04-02
speech.wav,620046,1998-04-10

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

发表评论

0 个回复

  • Multi-Wavelet111111
    多小波分析工具箱,请大家分享,给与反馈,谢谢大家(Multiwavelet Analysis Toolbox, please share with you, give feedback, thank you)
    2007-04-11 18:42:16下载
    积分:1
  • affinity-propagation
    这是两个使用matlab实现的AP(affinity propagation)算法,一个是普通的AP算法matlab源代码,一个是用于稀疏数据处理的AP算法matlab实现源代码。(试试带有自动翻译功能的新型浏览器。下载 Google Chrome 浏览器关闭翻译中文英语德语检测语言 英语中文(简体)日语 翻译文字或网页 这是两个使用matlab实现的AP(affinity propagation)算法,一个是普通的AP算法matlab源代码,一个是用于稀疏数据处理的AP算法matlab实现源代码。 请键入文字或网站地址,或者上传文档。 取消 Zhè shì liǎng gè shǐyòng matlab shíxiàn de AP(affinity propagation) suànfǎ, yīgè shì pǔtōng de AP suànfǎ matlab yuán dàimǎ, yīgè shì yòng yú xīshū shùjù chǔlǐ de AP suànfǎ matlab shíxiàn yuán dàimǎ.This is both the use of matlab AP (affinity propagation) algorithm, an ordinary AP algorithm matlab source code, one for AP sparse data processing algorithm matlab source code.)
    2021-02-04 16:19:57下载
    积分:1
  • 4-8PAK8
    空时网格码sttc的MATLAB仿真程序。(Space-time trellis codes sttc the MATLAB simulation program.)
    2010-06-24 10:02:54下载
    积分:1
  • 8PSK
    信号处理,当一些学生在做毕业设计时,需要用到这个程序(signal change)
    2012-03-23 00:16:38下载
    积分:1
  • fig7x40
    永磁同步电机变频调速系统仿真,利用matlab仿真不报错(Permanent magnet synchronous motor speed regulation system simulation using matlab simulation without error)
    2011-11-15 23:28:58下载
    积分:1
  • N-sparse
    创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map. )
    2013-10-21 20:43:18下载
    积分:1
  • buck
    buck电路的搭建和仿真,搞电源的童鞋可以相互学习。( 英语 中文(简体) 日语 buck circuit structures and simulation, to engage the power of children s shoes can learn from each other.)
    2011-12-27 14:24:22下载
    积分:1
  • kalman
    kalman 的算法的MATLAB 的程序以及仿真(kalman algorithm of the MATLAB program and simulation)
    2012-07-22 14:56:46下载
    积分:1
  • matlab
    function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag) 计算下一时刻的元胞空间状态 获取当前时刻元胞空间中的车辆信息, [VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat) if isempty(VehicleInCellSpaceMat) == 1 如果为空 return end 对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据 计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中 [CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModel(function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag) 计算下一时刻的元胞空间状态 获取当前时刻元胞空间中的车辆信息, [VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat) if isempty(VehicleInCellSpaceMat) == 1 如果为空 return end 对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据 计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中 [CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModelFlag) )
    2013-05-04 19:01:27下载
    积分:1
  • aybook.cn_matcxsl1117
    常用的matlab图形绘制例子,概括了绝大多数的图形绘制方式。(Commonly used in graphics rendering matlab example, summed up the overwhelming majority of the graphics rendering mode.)
    2007-11-21 22:56:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载