-
newSMI
刚从老师实验室拿到的智能天线算法,采样矩阵求逆法,算法很精简,在DSP实现耗费时间很少,是个好算法。(just emerging from the laboratory to get teachers of smart antenna algorithms, matrix inversion sampling method, the algorithm is very concise, In DSP little time-consuming, is a good algorithm.)
- 2007-05-22 16:26:28下载
- 积分:1
-
ArcObject-GIS
Programming, geographic information systems, with c # to do programming, which is a pdf manual(Programming, geographic information systems, with c# to do programming, which is a pdf manual)
- 2014-08-31 12:55:49下载
- 积分:1
-
func_algorithm2_strict
A Joint Time-Invariant Filtering Approach to the Linear Gaussian Relay Problem
- 2015-03-23 17:50:11下载
- 积分:1
-
rbfnn_forcast
rbfnn用于长期预测,效果比多元回归模型好。(rbfnn for long-term forecast, the effect is better than the multiple regression model.)
- 2010-12-14 11:12:40下载
- 积分:1
-
Ageneticalgorithmwithmatlabprogram
简要阐述了遗传算法的基本原理,探讨了在 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。(Briefly described the basic principles of genetic algorithms to explore the genetic algorithm in the environment to achieve the operator' s programming, and a simple example shows that programmed in the function of global optimization.)
- 2010-05-11 17:09:07下载
- 积分:1
-
paper[1].tar
代价敏感支持向量机学习材料,里面有很多不同的方法。(MATLAB CSSVM)
- 2011-09-08 11:00:03下载
- 积分:1
-
gp
说明: mobile user location matlab coding
- 2014-09-10 06:11:01下载
- 积分:1
-
2011.12.28-arsf
能够实现经典谱估计和现代谱估计的方法的比较,而且表现结果直接明了。(Can realize classic spectral estimation and modern spectral estimation method , and performance results direct and clear.
)
- 2011-12-28 10:35:29下载
- 积分:1
-
double_pwm_inverter
直驱式永磁风机并网2种控制方法,MATLAB仿真(Direct drive permanent magnet wind turbine grid two kinds of control methods, MATLAB simulation)
- 2014-05-24 18:41:26下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1