-
ip
说明: 介绍了一种用于ip电话的自适应回声消除器,采用LMS自适应滤波器实现。首先通过MATLAB进行LMS算法的步长选择,并用生成的符合G.168要求的带限CCS测试信号对回声消除器的性能进行了测试(Introduced a kind of adaptive echo cancellation ip phone device, using LMS adaptive filter. Carried out by MATLAB first step LMS algorithm selection, and use the resulting band-limited meet G.168 requirements of CCS test signal on the performance of echo cancellation devices were tested)
- 2010-09-01 17:28:46下载
- 积分:1
-
segment
正则化切割图像,matlab代码实现,有样例可以直接运行。 (Regular cutting of the image, matlab code, and sample can be directly run.)
- 2009-05-19 23:00:32下载
- 积分:1
-
基于遗传算法的微电网运行优化
基于遗传算法进行配电网的优化运行仿真,十分有用(Optimal operation of distribution network based on genetic algorithm)
- 2021-04-25 12:38:46下载
- 积分:1
-
LP
说明: An Implementation of Karmarkar s Algorithm for Linear Programming
- 2009-12-23 03:08:59下载
- 积分:1
-
hyperspectral
用于高光谱图像处理的matlab程序,包括图像融合,降维和图像的极大似然分类程序(for hyperspectral image processing Matlab procedures, including image fusion, dimensionality reduction and image of the maximum likelihood classification procedures)
- 2007-05-28 13:43:11下载
- 积分:1
-
extreme-learning-machine-learning-method
the ELM method is a learning technique, used to train a system
- 2011-08-19 12:55:48下载
- 积分:1
-
Adaboost
一个实现Adaboost训练和分类的matlab程序,带数据(Adaboost training and classification procedures, with data)
- 2013-08-19 17:15:35下载
- 积分:1
-
Arraypatgain
作为第四版的升级,此程序用于计算和绘制均匀线阵源的方向图(This program is an updated and combined version of the programs ANTGAIN ARRAYPATGAIN in the 4th edition of Kraus s Electromagnetics. This program
computes and plots the field pattern of a uniform linear array of sources. )
- 2016-02-19 11:01:53下载
- 积分:1
-
rect
说明: 矩形波函数,计算其频谱,幅度谱和相位谱,与理论值比较。(Rectangular wave function to calculate the frequency spectrum, amplitude spectrum and phase spectrum, compared with the theoretical value.)
- 2010-04-12 11:37:58下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1