-
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
-
Fuzzy-control
智能控制理论关于Fuzzy control的一个实例,包括任务书和matlab源代码(Intelligent Control Theory on the Fuzzy control of an instance, including the mission statement and the source code matlab)
- 2011-05-10 16:38:32下载
- 积分:1
-
Test_TDOA
一个关于TDOA的代码,编程语言为matlab(One on TDOA code, the programming language for matlab)
- 2014-09-19 16:26:46下载
- 积分:1
-
grvol
EXTRACTS ANISOTROPY INFO FROM CLUSTERS OF PARTICLE POSITIONS USING THE GYRATION TENSOR AND ASSOCIATED MAGNITUDES (SEE WIKIPEDIA LINK)
- 2012-08-11 20:25:48下载
- 积分:1
-
mazen
mazen.o.hasna的五篇关于无线中继的文章 比较适合刚接触无线中继的学生 其中还有自己做的matlab仿真程序 只能做出大部分 小部分还是有问题 (mazen.o.hasna of five articles on wireless repeater is suitable for students who are new to wireless relay which also do their own matlab simulation program can only make the most of the small part of the problem is still there)
- 2013-11-10 22:19:17下载
- 积分:1
-
Random-nunmber
程序生成的随机数,真正的名字叫做“伪随机数”,需要有一个种子来初始化 使用当前时间去初始化种子,就能得到不同的伪随机数序列(Program generates random numbers, the real name is " pseudo-random number," the need for a seed to initialize the current time to initialize the seed, you can get different pseudo-random number sequence)
- 2014-01-03 21:40:13下载
- 积分:1
-
xiaolunwenPID
锅炉PID串级控制matlab仿真,用于锅炉温度控制的simulink仿真(The boiler PID cascade control matlab simulation)
- 2012-03-19 15:07:40下载
- 积分:1
-
xiaoboquzao-a
对高维数据进行小波去噪,并得到降噪效果图(High-dimensional data on wavelet denoising and get noise reduction effect diagram)
- 2013-08-19 21:59:25下载
- 积分:1
-
OFDM-simulation-based-on-MATLAB
很详细的matlab通信系统ofdm的仿真,包括每个模块的仿真和说明(Very detailed matlab ofdm communication system simulation, including each module of the simulation and instructions)
- 2014-09-14 22:20:19下载
- 积分:1
-
PairsTrading_FEX
配对交易和算法交易模拟交易示例,matlab环境下相应的M文件(Pairs trading and algorithmic trading simulated trading example, the M-file in the Matlab environment)
- 2012-08-29 22:51:43下载
- 积分:1