登录
首页 » matlab » 短时自相关函数与短时幅度函数计算的Matlab实现

短时自相关函数与短时幅度函数计算的Matlab实现

于 2021-03-16 发布
0 206
下载积分: 1 下载次数: 1

代码说明:

说明:  对音频信号进行短时自相关函数与短时平均幅度函数的计算,文件中包含MATLAB的GUI设计,可以自由更改窗长与选择帧,附有使用说明。(You can calculate the short-time autocorrelation function and the short-time average amplitude function of the audio signal with this program. I also design a MATLAB-GUI for it. The window length can be freely changed and the frame can be selected with instructions. Instructions for use are attached.)

文件列表:

短时自相关函数与短时幅度函数计算的Matlab实现\Homework.m, 811 , 2020-05-03
短时自相关函数与短时幅度函数计算的Matlab实现\app.mlapp, 75115 , 2020-05-09
短时自相关函数与短时幅度函数计算的Matlab实现\app.prj, 4597 , 2020-05-03
短时自相关函数与短时幅度函数计算的Matlab实现\enframe.m, 784 , 2020-05-03
短时自相关函数与短时幅度函数计算的Matlab实现\原音频.wav, 2348250 , 2020-05-03
短时自相关函数与短时幅度函数计算的Matlab实现, 0 , 2020-05-23

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

发表评论

0 个回复

  • imnoiseadd
    说明:  去掉图像的噪音的一个不错的事例。值得大家参考(remove the noise image of a good story. Worthy of our reference)
    2006-04-12 20:17:31下载
    积分:1
  • ptabu-matlabcr
    matlab编写的禁忌搜索算法,解决了了TSP问题,对初学入门者有重要的参考价值 (Matlab prepared by the tabu search algorithm to solve TSP problems have important reference value for beginners beginners)
    2012-07-16 20:56:45下载
    积分:1
  • EMD_HHTmaltab
    经验模态分解EMD-希尔伯特-黄变换的HHT,的MATLAB,用户图形界面。(EMD-HHT )
    2009-10-17 22:47:40下载
    积分:1
  • MATLAB
    系统的介绍了MATLAB软件,并用该语言解决了大量的编程问题。(Systematic introduction of the MATLAB software, and use the language to solve a lot of programming problems)
    2009-10-27 19:51:15下载
    积分:1
  • vxfs_olt
    Veritas filesystem driver - object location table support.
    2014-08-27 13:08:09下载
    积分:1
  • GA-BP
    一个带数据的遗传优化神经网络算法,运行前在matlab输入A=load(D:数据.txt) (A data genetic optimization of neural network algorithm, before running in MATLAB input A=load (D: data.Txt) )
    2014-11-06 09:11:08下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • pca_matlab
    matlab获取PCA特征的小程序,适合初学者(matlab access characteristics of a small PCA procedures, suitable for beginners)
    2007-10-31 10:51:55下载
    积分:1
  • ditong
    实现低通滤波器的功能,这个程序不错的哦 就 这么多了 (Low-pass filter function, this procedure a good)
    2009-05-08 20:45:36下载
    积分:1
  • matlabSVM
    说明:  matlab的svm工具箱,感觉还不错。支持向量机在识别方面很常用的。(matlab svm toolbox~)
    2010-04-22 22:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载