登录
首页 » matlab » AEC

AEC

于 2014-09-28 发布 文件大小:1101KB
0 150
下载积分: 1 下载次数: 105

代码说明:

  自适应回声对消程序Matlab编写,LMS(Application Program to Test Acoustics Echo Cancellation)

文件列表:

AEC.m,6624,2009-01-20
Common
......\AmpResp.m,1609,2009-01-20
......\APadapt.m,2273,2009-01-20
......\APinit.m,836,2009-01-20
......\DCTmatrix_TypeIV.m,383,2009-01-20
......\dist_alias.m,1369,2009-01-20
......\DSAFadapt_Merched_cllp.m,2762,2009-01-20
......\DSAFadapt_Morgan_cllp.m,2732,2009-01-20
......\DSAFinit_Merched.m,2507,2009-01-20
......\DSAFinit_Morgan.m,1810,2009-01-20
......\engine_1.WAV,80226,2009-01-20
......\engine_2.WAV,80226,2009-01-20
......\far.wav,55934,2009-01-20
......\fb.dat,1800,2009-01-20
......\fdaf.m,2456,2009-01-20
......\FDAFadapt.m,2514,2009-01-20
......\FDAFinit.m,1273,2009-01-20
......\FreqResp.m,551,2009-01-20
......\FXLMSadapt.m,2602,2009-01-20
......\FXLMSinit.m,1327,2009-01-20
......\FXNLMSadapt.m,2804,2009-01-20
......\FXNLMSinit.m,1390,2009-01-20
......\GenerateResponses.m,2151,2009-01-20
......\GenerateResponses_speech.m,1042,2009-01-20
......\h1.dat,24232,2009-01-20
......\h2.dat,23027,2009-01-20
......\HALMSadapt.m,2463,2009-01-20
......\HALMSinit.m,957,2009-01-20
......\HANLMSadapt.m,2624,2009-01-20
......\HANLMSinit.m,1069,2009-01-20
......\Homer.mat,560,2009-01-20
......\IPNLMSadapt.m,2238,2009-01-20
......\IPNLMSinit.m,1190,2009-01-20
......\LMSadapt.m,1908,2009-01-20
......\LMSadapt_dec.m,1880,2009-01-20
......\LMSinit.m,938,2009-01-20
......\make_bank.m,757,2009-01-20
......\make_bank_3.m,858,2009-01-20
......\make_bank_DFT.m,889,2009-01-20
......\MSAFadapt.m,2363,2009-01-20
......\MSAFadapt_cllp.m,2227,2009-01-20
......\MSAFadapt_oplp.m,2373,2009-01-20
......\MSAFinit.m,1611,2009-01-20
......\near.WAV,49892,2009-01-20
......\NLMSadapt.m,1998,2009-01-20
......\NLMSadapt_dec.m,2046,2009-01-20
......\NLMSinit.m,1065,2009-01-20
......\opt_filter.m,2240,2009-01-20
......\PMSAFadapt.m,3047,2009-01-20
......\PMSAFinit.m,2115,2009-01-20
......\PRAadapt.m,1865,2009-01-20
......\PRAinit.m,843,2009-01-20
......\PSDecimation.m,1157,2009-01-20
......\p_p.asc,303,2009-01-20
......\p_z.asc,299,2009-01-20
......\recursive_power.m,747,2009-01-20
......\RLSadapt.m,2147,2009-01-20
......\RLSinit.m,780,2009-01-20
......\SAFadapt.m,1921,2009-01-20
......\SAFinit.m,1552,2009-01-20
......\smooth.m,523,2009-01-20
......\SOAFadapt.m,2362,2009-01-20
......\SOAFadapt_DFT.m,2265,2009-01-20
......\SOAFinit.m,1175,2009-01-20
......\SparseImpulse_512_32.mat,16776,2009-01-20
......\speech.mat,199584,2009-01-20
......\SpeechSample.mat,682936,2009-01-20
......\stepcheck_lms.m,1533,2009-01-20
......\s_p.asc,301,2009-01-20
......\s_z.asc,303,2009-01-20
......\Timit.wav,55934,2009-01-20
......\WeightTransform_Merched.m,833,2009-01-20
......\WeightTransform_Morgan.m,2443,2009-01-20
......\WS_FTP.LOG,42271,2009-02-20

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

发表评论

0 个回复

  • mapcalcArea
    这个GUI程序让你测量面积和图像中路径的长度,实现了对面积和路径的测量。 (a gui which allow measuring an areas size and a paths length on an image (map). You can calibrate the image scale. You place points using left mouse button and remove points & areas with right mouse button. You have three different methods of measuring the area surface: 1. Monte-Carlo. 2. Triangulation (my method which works really cool but isn t optimal). 3. MATLABs way (which works the best).)
    2009-05-04 11:06:32下载
    积分:1
  • Optimization_Newton
    设r是f(x) = 0的根,选取x0作为r初始近似值,过点(x0,f(x0))做曲线y = f(x)的切线L,L的方程为y = f(x0)+f (x0)(x-x0),求出L与x轴交点的横坐标 x1 = x0-f(x0)/f (x0),称x1为r的一次近似值。过点(x1,f(x1))做曲线y = f(x)的切线,并求该切线与x轴交点的横坐标 x2 = x1-f(x1)/f (x1),称x2为r的二次近似值。重复以上过程,得r的近似值序列,其中x(n+1)=x(n)-f(x(n))/f (x(n)),称为r的n+1次近似值(Let r is f (x) = 0 root, select the initial approximation x0 as the r, over point (x0, f (x0)) to do the curve y = f (x) the tangent L, L the equation y = f ( x0)+ f ' (x0) (x-x0), find the intersection of L and the x-axis of abscissa x1 = x0-f (x0)/f' (x0), x1 is called an approximation r. Through points (x1, f (x1)) to do the curve y = f (x) the tangent, and find the intersection of the tangent with the x-axis of abscissa x2 = x1-f (x1)/f ' (x1), x2 is called r the second approximation. Repeat the process, get an approximation of the sequence r, where x (n+1) = x (n)-f (x (n))/f ' (x (n)), as an approximation of r n+1 times)
    2011-06-21 21:13:09下载
    积分:1
  • ct_ART_SIRT_MART
    CT迭代算法,简单易用,运行一个M文件即可,有说明书; 测试数据程序生成; 含投影数据成成,投影矩阵生成等。 ART/CT/MART/SIRT/ 感谢我师兄,为我师兄原创!!(Previously provided by the source, a lot of people will not react with, and contact me, So I put it into an m file, so you can simply run this file you can see how CT iterative algorithm works: Package scratch: Get projection data, how to score, how to get inside the projection matrix so After downloading want to learn I again thank my brother, my brother left behind once the program in this study available to everyone* 1 if we want to thank to thank my brothers thank you! ART SIRT MART CT)
    2020-07-16 21:28:52下载
    积分:1
  • peitaochengxu
    matlab6.0 清华版课后练习配套程序,经过运行,完全正确,全部通过运行,希望有用!(it is a valuble exercise!)
    2009-02-14 16:21:42下载
    积分:1
  • ASK-PSK-FSK
    Implementation of ASK modulation, PSK and FSK. This application allows the user to generate a random binary sequence and then choose the type of modulation and the frequency with which he wants to work. Once the parameters are set, click on OK to see the shape of the selected modulation and its DSP
    2011-05-20 22:47:26下载
    积分:1
  • matlab-editbox
    matlab gui中使用editbox显示中文,矩阵的功能,附有说明文件和一个实例(matlab gui use editbox display Chinese, the matrix of functions, with documentation and an example)
    2010-06-26 14:05:57下载
    积分:1
  • ICAmatlab
    说明:  ICA人脸识别算法实例matlab源码.txt(ICA face recognition matlab source code examples. Txt)
    2011-04-17 10:11:09下载
    积分:1
  • KPCA
    核主成分分析方法,是主成分分析的一种改进算法,是一种非线性的特征提取方法。 (Kernel principal component analysis, is the principal component analysis of an improved algorithm, is a nonlinear feature extraction method.)
    2010-05-05 16:49:09下载
    积分:1
  • Axing
    说明:  利用A星算法进行二维路径规划,用MATLAB软件进行仿真(Two-dimensional path planning using A-star algorithm and simulation using MATLAB software)
    2019-04-05 15:11:58下载
    积分:1
  • Noise-elimination
    Digital image processing, add noise on image and noise elimination.
    2011-05-21 00:20:45下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载