-
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
-
TradingStrat
matlab程序化回测平台 可以用于策略回测(matlab tradingstrat
for backtest)
- 2012-06-20 11:05:18下载
- 积分:1
-
StatLSSVM
Nonparametric Regression via StatLSSVM
- 2013-02-05 02:59:04下载
- 积分:1
-
kalman-dan-simon.pdf
Kalman Filtering Matlab example
- 2010-10-06 16:53:18下载
- 积分:1
-
Space-TimeProcessingforCDMAMobileCommunications
Space-Time Processing for CDMA Mobile Communications.Written for research students and design engineers, this book addresses many basic questions related to the use of space-time processing in CDMA-based third-generation systems
- 2008-06-20 20:41:24下载
- 积分:1
-
solvediophantine
可以用来求取广义预测控制中所需要的丢潘图方程,只需给出被控对象的CARIMA模型(Generalized predictive control can be used to strike the required lost in the Pan equation, just CARIMA controlled object model is given)
- 2011-01-03 18:27:04下载
- 积分:1
-
matlab
研究生数值分析课程的matlab的算法的讲义,适合科研人员使用。(Numberal Analysis based on matlab.)
- 2011-01-05 15:42:23下载
- 积分:1
-
Video
Video Demystified - 3rd Edition(Video Demystified- 3rd Edition)
- 2010-07-06 13:36:11下载
- 积分:1
-
crush-paper
2013年全国大学生数学建模本科组B题:采用Matlab软件编程,程序易理解,类似C(2013 National Undergraduate Students' Mathematical Modeling Group B title: using Matlab software programming, the program is easy to understand, similar to the C)
- 2013-12-06 15:46:54下载
- 积分:1
-
SimscapeProbes
These probes are for use with the Simscape multi-domain physical modeling tools (Simscape, SimHydraulics and SimElectronics). The ssc_Probes.slx library file contains probes for viewing the through and across variable for each domain. The ssc_dc_motor.slx model file is an example of how to use. See Help block for additional usage notes.
- 2013-12-20 14:36:22下载
- 积分:1