-
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
-
MDWT
多维小波变换工具箱 V1.0
作者:陈甫
作者email: chen_fu@263.net
论坛: mathworld.yeah.net(V1.0 of multi-dimensional wavelet transform toolbox: Chen Fu of email: chen_fu@263.net Forum: mathworld.yeah.net)
- 2010-08-10 21:59:43下载
- 积分:1
-
9f618ce8f192
一个用于图像去噪的matlab的GUI界面程序实例,可以读入各种图像格式,选择不同去噪方法,产生去噪图像,并在同一界面下同时显示原始图像,加噪图像和去噪图像(one for Image Denoising Matlab GUI interface procedures example, can be read into various image formats, different Denoising, generated image denoising, and the same interface also shows that the original image, increase noise and image denoising images
)
- 2011-05-06 21:13:00下载
- 积分:1
-
segyoutput
Writes seismic data from Matlab workspace to a segy format file on disk.
- 2011-10-23 19:07:05下载
- 积分:1
-
optimal-control
在matlab编程环境下来求最优控制问题中的非线性方程问题(to solve the unline funcation in matlab about the optimal control)
- 2014-03-26 19:29:02下载
- 积分:1
-
test01
ASN.1解析解码工具,可以解析各种ASN.1格式的文件,并对相应的BER文件解码(ASN.1 decoding analytic tools that can resolve all kinds of ASN.1 format files, and file decoder BER corresponding)
- 2007-09-02 20:00:13下载
- 积分:1
-
MATLAB
MATLAB image RAW format
- 2010-02-22 18:35:46下载
- 积分:1
-
bilinear--and-impulse-invariance-method
explains bilinear transform method, and impulse invariance method for IIR filter design
- 2014-02-09 13:29:42下载
- 积分:1
-
abb
计算方法与实习大作业计算方法与实习大作业计算方法与实习大作业(Great job and internship calculation method and calculation of pupil work great work and practice)
- 2010-06-06 18:28:35下载
- 积分:1
-
schrodinger2
This code is NUMBER1:
MATLAB code for paper: calculation of electron energies in a quantum well using the transfer matrix method.
we solve the time independent schrodinger equation in 1D AlGaAs/GaAs/AlGaAs quantum well using the transfer matrix method. We define a wave function for each point of well and barriers and convert it to a 2in2 matrix. Multiplying of matrixes with boundary conditions results in discrete energies and their wave functions. We compare our results with other simulations and calculate discrete energies for different wells.
- 2012-08-23 22:08:20下载
- 积分:1